-
-
Notifications
You must be signed in to change notification settings - Fork 105
/
variables.ui
30 lines (30 loc) · 883 Bytes
/
variables.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" ?>
<interface>
<object class="tk.Frame" id="mainwindow">
<property name="height">250</property>
<property name="width">250</property>
<layout>
<property name="column">0</property>
<property name="row">0</property>
</layout>
<child>
<object class="tk.Entry" id="tk.Entry_1">
<property name="validate">none</property>
<property name="text">tk.Entry_1</property>
<layout>
<property name="column">0</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="tk.Label" id="tk.Label_1">
<property name="text">tk.Label_1</property>
<layout>
<property name="column">0</property>
<property name="row">1</property>
</layout>
</object>
</child>
</object>
</interface>