краска кнопок
This commit is contained in:
@@ -47,9 +47,9 @@ func _ready() -> void:
|
||||
draw_tabl(node_select_yau_07b, Constants.ROWS_YAU_07B_1, Constants.ROWS_YAU_07B_1.size())
|
||||
node_select_yau_07b.set_columns_min_size([160, 120])
|
||||
node_select_yau_07b.set_node_text(0, 0, 'ПРД-Н')
|
||||
node_select_yau_07b.set_node_text(1, 0, 'Литера_2')
|
||||
node_select_yau_07b.set_node_text(0, 1, 'Запрет СИ_2')
|
||||
node_select_yau_07b.set_node_text(0, 2, 'Модуляция УМ_2')
|
||||
node_select_yau_07b.set_node_text(1, 0, 'Литера 2')
|
||||
node_select_yau_07b.set_node_text(0, 1, 'Запрет СИ 2')
|
||||
node_select_yau_07b.set_node_text(0, 2, 'Модуляция УМ 2')
|
||||
node_select_yau_07b.set_node_text(0, 3, 'Положение луча')
|
||||
node_select_yau_07b.set_node_text(0, 4, 'Аттенюатор')
|
||||
node_select_yau_07b.set_node_text(0, 6, 'СИ 2 в УФ')
|
||||
@@ -58,9 +58,9 @@ func _ready() -> void:
|
||||
draw_tabl(node_select_yau_07b_2, Constants.ROWS_YAU_07B_2, Constants.ROWS_YAU_07B_2.size())
|
||||
node_select_yau_07b_2.set_columns_min_size([160, 120])
|
||||
node_select_yau_07b_2.set_node_text(0, 0, 'ПРД-Н')
|
||||
node_select_yau_07b_2.set_node_text(1, 0, 'Литера_3')
|
||||
node_select_yau_07b_2.set_node_text(0, 1, 'Запрет СИ_3')
|
||||
node_select_yau_07b_2.set_node_text(0, 2, 'Модуляция УМ_3')
|
||||
node_select_yau_07b_2.set_node_text(1, 0, 'Литера 3')
|
||||
node_select_yau_07b_2.set_node_text(0, 1, 'Запрет СИ 3')
|
||||
node_select_yau_07b_2.set_node_text(0, 2, 'Модуляция УМ 3')
|
||||
node_select_yau_07b_2.set_node_text(0, 3, 'Положение луча')
|
||||
node_select_yau_07b_2.set_node_text(0, 4, 'Аттенюатор')
|
||||
node_select_yau_07b_2.set_node_text(0, 5, 'ФГОЗ 3')
|
||||
@@ -71,12 +71,14 @@ func _ready() -> void:
|
||||
draw_tabl(node_select_fs_1, Constants.ROWS_FS, Constants.ROWS_FS.size())
|
||||
node_select_fs_1.set_columns_min_size([120, 120, 150])
|
||||
node_select_fs_1.set_node_text(0, 0, 'Модуль ФС')
|
||||
node_select_fs_1.set_node_text(1, 0, 'Литера_2')
|
||||
node_select_fs_1.set_node_text(1, 0, 'Литера 2')
|
||||
node_select_fs_1.set_node_text(0, 1, 'Состояние')
|
||||
node_select_fs_1.set_node_text(0, 2, 'Частота')
|
||||
#node_select_fs_1.get_node2(1, 2).placeholder_text = '500'
|
||||
node_select_fs_1.get_node2(1, 2).placeholder_text = 'в МГц'
|
||||
node_select_fs_1.get_node2(1, 2).editable = true
|
||||
node_select_fs_1.set_node_text(0, 3, 'Аттенюатор')
|
||||
#node_select_fs_1.get_node2(1, 3).editable = true
|
||||
node_select_fs_1.get_node2(1, 3).placeholder_text = 'в dB'
|
||||
node_select_fs_1.get_node2(1, 3).editable = true
|
||||
node_select_fs_1.set_node_text(0, 4, 'Генератор')
|
||||
node_select_fs_1.set_node_text(0, 5, 'fpga')
|
||||
node_select_fs_1.set_node_text(0, 6, 'СИ 2 от ФС')
|
||||
@@ -85,7 +87,7 @@ func _ready() -> void:
|
||||
draw_tabl(node_select_fs_2, Constants.ROWS_FS, Constants.ROWS_FS.size())
|
||||
node_select_fs_2.set_columns_min_size([120, 120, 150])
|
||||
node_select_fs_2.set_node_text(0, 0, 'Модуль ФС')
|
||||
node_select_fs_2.set_node_text(1, 0, 'Литера_3')
|
||||
node_select_fs_2.set_node_text(1, 0, 'Литера 3')
|
||||
node_select_fs_2.set_node_text(0, 1, 'Состояние')
|
||||
node_select_fs_2.set_node_text(0, 2, 'Частота')
|
||||
#node_select_fs_2.get_node2(1, 2).placeholder_text = '500'
|
||||
|
||||
Reference in New Issue
Block a user