|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SelectionEncloserPage</class> |
|
4 <widget class="QWidget" name="SelectionEncloserPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>482</width> |
|
10 <height>363</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Selection Encloser</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line15"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QLabel" name="label"> |
|
36 <property name="text"> |
|
37 <string>Menu Hierarchy:</string> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <layout class="QGridLayout" name="gridLayout"> |
|
43 <item row="0" column="0" rowspan="6"> |
|
44 <widget class="QTreeWidget" name="menuTree"> |
|
45 <property name="alternatingRowColors"> |
|
46 <bool>true</bool> |
|
47 </property> |
|
48 <property name="headerHidden"> |
|
49 <bool>true</bool> |
|
50 </property> |
|
51 <column> |
|
52 <property name="text"> |
|
53 <string notr="true">1</string> |
|
54 </property> |
|
55 </column> |
|
56 </widget> |
|
57 </item> |
|
58 <item row="0" column="1"> |
|
59 <widget class="QToolButton" name="addMenuButton"> |
|
60 <property name="toolTip"> |
|
61 <string>Press to add a new top level menu item</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="1" column="1"> |
|
66 <widget class="QToolButton" name="addButton"> |
|
67 <property name="toolTip"> |
|
68 <string>Press to add a new menu item</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="2" column="1"> |
|
73 <widget class="QToolButton" name="deleteButton"> |
|
74 <property name="toolTip"> |
|
75 <string>Press to delete the selected item</string> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="3" column="1"> |
|
80 <widget class="QToolButton" name="upButton"> |
|
81 <property name="toolTip"> |
|
82 <string>Press to move the selected entry up</string> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="4" column="1"> |
|
87 <widget class="QToolButton" name="downButton"> |
|
88 <property name="toolTip"> |
|
89 <string>Press to move the selected entry down</string> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item row="5" column="1"> |
|
94 <spacer name="verticalSpacer"> |
|
95 <property name="orientation"> |
|
96 <enum>Qt::Vertical</enum> |
|
97 </property> |
|
98 <property name="sizeHint" stdset="0"> |
|
99 <size> |
|
100 <width>20</width> |
|
101 <height>40</height> |
|
102 </size> |
|
103 </property> |
|
104 </spacer> |
|
105 </item> |
|
106 </layout> |
|
107 </item> |
|
108 </layout> |
|
109 </widget> |
|
110 <tabstops> |
|
111 <tabstop>menuTree</tabstop> |
|
112 <tabstop>addMenuButton</tabstop> |
|
113 <tabstop>addButton</tabstop> |
|
114 <tabstop>deleteButton</tabstop> |
|
115 <tabstop>upButton</tabstop> |
|
116 <tabstop>downButton</tabstop> |
|
117 </tabstops> |
|
118 <resources/> |
|
119 <connections/> |
|
120 </ui> |