diff options
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 68 |
1 files changed, 67 insertions, 1 deletions
@@ -115,6 +115,9 @@ anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 text = "X" +__meta__ = { +"_edit_use_anchors_": false +} [node name="anesthesia" type="LineEdit" parent="stage/controls" index="4"] margin_top = 363.0 @@ -124,6 +127,15 @@ placeholder_text = "Anestesia" caret_blink = true caret_blink_speed = 0.5 +[node name="auto" type="Button" parent="stage/controls/anesthesia"] +anchor_left = 0.85 +anchor_right = 1.0 +anchor_bottom = 1.0 +text = "X" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="first_assistant" type="LineEdit" parent="stage/controls" index="5"] margin_top = 416.0 margin_right = 1080.0 @@ -132,6 +144,15 @@ placeholder_text = "1º Ajudante" caret_blink = true caret_blink_speed = 0.5 +[node name="auto" type="Button" parent="stage/controls/first_assistant"] +anchor_left = 0.85 +anchor_right = 1.0 +anchor_bottom = 1.0 +text = "X" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="type" type="LineEdit" parent="stage/controls" index="6"] margin_top = 469.0 margin_right = 1080.0 @@ -140,6 +161,15 @@ placeholder_text = "Tipo" caret_blink = true caret_blink_speed = 0.5 +[node name="auto" type="Button" parent="stage/controls/type"] +anchor_left = 0.85 +anchor_right = 1.0 +anchor_bottom = 1.0 +text = "X" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="sub_type" type="LineEdit" parent="stage/controls" index="7"] margin_top = 522.0 margin_right = 1080.0 @@ -148,6 +178,15 @@ placeholder_text = "Subtipo" caret_blink = true caret_blink_speed = 0.5 +[node name="auto" type="Button" parent="stage/controls/sub_type"] +anchor_left = 0.85 +anchor_right = 1.0 +anchor_bottom = 1.0 +text = "X" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="sub_sub_type" type="LineEdit" parent="stage/controls" index="8"] margin_top = 575.0 margin_right = 1080.0 @@ -156,6 +195,15 @@ placeholder_text = "Sub-Subtipo" caret_blink = true caret_blink_speed = 0.5 +[node name="auto" type="Button" parent="stage/controls/sub_sub_type"] +anchor_left = 0.85 +anchor_right = 1.0 +anchor_bottom = 1.0 +text = "X" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="pathology" type="LineEdit" parent="stage/controls" index="9"] margin_top = 628.0 margin_right = 1080.0 @@ -164,6 +212,15 @@ placeholder_text = "Patologia" caret_blink = true caret_blink_speed = 0.5 +[node name="auto" type="Button" parent="stage/controls/pathology"] +anchor_left = 0.85 +anchor_right = 1.0 +anchor_bottom = 1.0 +text = "X" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="intervention" type="LineEdit" parent="stage/controls" index="10"] margin_top = 681.0 margin_right = 1080.0 @@ -172,6 +229,15 @@ placeholder_text = "Intervenção" caret_blink = true caret_blink_speed = 0.5 +[node name="auto" type="Button" parent="stage/controls/intervention"] +anchor_left = 0.85 +anchor_right = 1.0 +anchor_bottom = 1.0 +text = "X" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="is_urgency" type="CheckBox" parent="stage/controls" index="11"] margin_top = 734.0 margin_right = 1080.0 @@ -228,7 +294,7 @@ size_flags_vertical = 3 window_title = "PICK FILE" mode_overrides_title = false access = 2 -filters = PoolStringArray( "*.csv" ) +filters = PoolStringArray( "*.*" ) show_hidden_files = true current_dir = "" current_path = "" |
