28 lines
931 B
Plaintext
28 lines
931 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://btc6smeueu517"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_yrfyl"]
|
||
|
|
||
|
[node name="LineEditTemplate" type="PanelContainer" node_paths=PackedStringArray("label", "labels", "lineEdit", "lineEdits")]
|
||
|
script = ExtResource("1_yrfyl")
|
||
|
label = NodePath("MarginContainer/Layout/Label")
|
||
|
labels = []
|
||
|
lineEdit = NodePath("MarginContainer/Layout/LineEdit")
|
||
|
lineEdits = []
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
theme_type_variation = &"Margin_16px"
|
||
|
|
||
|
[node name="Layout" type="HBoxContainer" parent="MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Label" type="Label" parent="MarginContainer/Layout"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
text = "格式 e.g.温湿度"
|
||
|
|
||
|
[node name="LineEdit" type="LineEdit" parent="MarginContainer/Layout"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
placeholder_text = "温湿度 e.g 42"
|