Log experiments

This commit is contained in:
Rendo 2026-05-29 17:13:11 +05:00
commit ed87752159
4 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1 @@
,rendo,kompikrendo,29.05.2026 16:54,file:///home/rendo/.config/libreoffice/4;

View file

@ -30,3 +30,5 @@ anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_xfim1")
[connection signal="tab_changed" from="TabContainer" to="TabContainer" method="_on_tab_changed"]

View file

@ -12,3 +12,7 @@ func _ready() -> void:
func _on_close_button_pressed() -> void:
get_parent().visible = false
func _on_tab_changed(tab: int) -> void:
GuiSignalBus.push("Смена опыта на опыт №{0}".format([tab]))

View file

@ -23,7 +23,7 @@ layout_mode = 1
[node name="ConfirmationDialog" type="ConfirmationDialog" parent="." unique_id=2026035561]
oversampling_override = 1.0
size = Vector2i(1008, 100)
size = Vector2i(1256, 100)
ok_button_text = "Составить отчёт"
dialog_text = "Вы уверены, что хотите закончить лабораторную работу и составить отчёт? Отчёт будет отправлен на ваш рабочий стол"
cancel_button_text = "Отменить"