-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelloworld.ui
35 lines (35 loc) · 1.2 KB
/
helloworld.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
<?xml version='1.0' encoding='utf-8'?>
<interface>
<object class="ttk.Frame" id="mainwindow">
<property name="height">200</property>
<property name="width">200</property>
<layout>
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
</layout>
<child>
<object class="ttk.Label" id="Label_1">
<property name="font">{PT Serif Caption} 20 {bold}</property>
<property name="padding">50</property>
<property name="text" translatable="yes">Hellow World !</property>
<layout>
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="ttk.Button" id="quit_button">
<property name="command">on_quit_button_click</property>
<property name="text" translatable="yes">Quit</property>
<layout>
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">1</property>
</layout>
</object>
</child>
</object>
</interface>