-
-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathmenuexample.ui
38 lines (38 loc) · 1.32 KB
/
menuexample.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
<?xml version="1.0" ?>
<interface>
<object class="tk.Menu" id="mainmenu">
<child>
<object class="tk.Menuitem.Command" id="tk.Menuitem.Command_1">
<property name="label">tk.Menuitem.Command_1</property>
</object>
</child>
<child>
<object class="tk.Menuitem.Command" id="tk.Menuitem.Command_2">
<property name="label">tk.Menuitem.Command_2</property>
</object>
</child>
<child>
<object class="tk.Menuitem.Submenu" id="tk.Menuitem.Submenu_1">
<property name="label">tk.Menuitem.Submenu_1</property>
<child>
<object class="tk.Menuitem.Radiobutton" id="tk.Menuitem.Radiobutton_1">
<property name="label">tk.Menuitem.Radiobutton_1</property>
</object>
</child>
<child>
<object class="tk.Menuitem.Separator" id="tk.Menuitem.Separator_1"/>
</child>
<child>
<object class="tk.Menuitem.Command" id="tk.Menuitem.Command_3">
<property name="label">tk.Menuitem.Command_3</property>
</object>
</child>
<child>
<object class="tk.Menuitem.Checkbutton" id="tk.Menuitem.Checkbutton_1">
<property name="label">tk.Menuitem.Checkbutton_1</property>
</object>
</child>
</object>
</child>
</object>
</interface>