-
-
Notifications
You must be signed in to change notification settings - Fork 216
/
Copy pathtest_uidefinition_1_1.ui
123 lines (123 loc) · 5.73 KB
/
test_uidefinition_1_1.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version='1.0' encoding='utf-8'?>
<interface version="1.1">
<object class="ttk.Frame" id="fmain">
<property name="height">200</property>
<property name="padding">10</property>
<property name="width">200</property>
<layout manager="grid">
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
</layout>
<child>
<object class="ttk.Frame" id="fgrid">
<property name="height">200</property>
<property name="width">200</property>
<layout manager="pack">
<property name="propagate">True</property>
<property name="side">top</property>
</layout>
<child>
<object class="ttk.Button" id="button4">
<property name="text" translatable="yes">button4</property>
<layout manager="grid">
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
<property type="col" id="0" name="minsize">30</property>
<property type="col" id="0" name="pad">15</property>
<property type="col" id="0" name="uniform">y</property>
<property type="col" id="0" name="weight">1</property>
<property type="row" id="0" name="minsize">10</property>
<property type="row" id="0" name="pad">10</property>
<property type="row" id="0" name="uniform">x</property>
<property type="row" id="0" name="weight">1</property>
</layout>
</object>
</child>
<child>
<object class="ttk.Button" id="button5">
<property name="text" translatable="yes">button5</property>
<layout manager="grid">
<property name="column">1</property>
<property name="propagate">True</property>
<property name="row">0</property>
<property type="row" id="0" name="minsize">10</property>
<property type="row" id="0" name="pad">10</property>
<property type="row" id="0" name="uniform">x</property>
<property type="row" id="0" name="weight">1</property>
</layout>
</object>
</child>
<child>
<object class="ttk.Button" id="button6">
<property name="text" translatable="yes">button6</property>
<layout manager="grid">
<property name="column">2</property>
<property name="propagate">True</property>
<property name="row">0</property>
<property type="col" id="2" name="minsize">30</property>
<property type="col" id="2" name="pad">15</property>
<property type="col" id="2" name="uniform">y</property>
<property type="col" id="2" name="weight">1</property>
<property type="row" id="0" name="minsize">10</property>
<property type="row" id="0" name="pad">10</property>
<property type="row" id="0" name="uniform">x</property>
<property type="row" id="0" name="weight">1</property>
</layout>
</object>
</child>
<child>
<object class="ttk.Button" id="button7">
<property name="text" translatable="yes">button7</property>
<layout manager="grid">
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">1</property>
<property type="col" id="0" name="minsize">30</property>
<property type="col" id="0" name="pad">15</property>
<property type="col" id="0" name="uniform">y</property>
<property type="col" id="0" name="weight">1</property>
<property type="row" id="1" name="minsize">10</property>
<property type="row" id="1" name="pad">10</property>
<property type="row" id="1" name="uniform">x</property>
<property type="row" id="1" name="weight">1</property>
</layout>
</object>
</child>
<child>
<object class="ttk.Button" id="button8">
<property name="text" translatable="yes">button8</property>
<layout manager="grid">
<property name="column">1</property>
<property name="propagate">True</property>
<property name="row">1</property>
<property type="row" id="1" name="minsize">10</property>
<property type="row" id="1" name="pad">10</property>
<property type="row" id="1" name="uniform">x</property>
<property type="row" id="1" name="weight">1</property>
</layout>
</object>
</child>
<child>
<object class="ttk.Button" id="button9">
<property name="text" translatable="yes">button9</property>
<layout manager="grid">
<property name="column">2</property>
<property name="propagate">True</property>
<property name="row">1</property>
<property type="col" id="2" name="minsize">30</property>
<property type="col" id="2" name="pad">15</property>
<property type="col" id="2" name="uniform">y</property>
<property type="col" id="2" name="weight">1</property>
<property type="row" id="1" name="minsize">10</property>
<property type="row" id="1" name="pad">10</property>
<property type="row" id="1" name="uniform">x</property>
<property type="row" id="1" name="weight">1</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</interface>