-
-
Notifications
You must be signed in to change notification settings - Fork 216
/
Copy pathtest_uidefinition_1_2_grid.ui
93 lines (93 loc) · 3.68 KB
/
test_uidefinition_1_2_grid.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
<?xml version='1.0' encoding='utf-8'?>
<interface version="1.2">
<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="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="side">top</property>
</layout>
<containerlayout manager="grid">
<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="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>
<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>
</containerlayout>
<child>
<object class="ttk.Button" id="button4">
<property name="text" translatable="yes">button4</property>
<layout manager="grid">
<property name="column">0</property>
<property name="row">0</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="row">0</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="row">0</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="row">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="row">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="row">1</property>
</layout>
</object>
</child>
</object>
</child>
</object>
</interface>