|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ToolBox</class> |
|
4 <widget class="QToolBox" name="ToolBox"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>ToolBox</string> |
|
15 </property> |
|
16 <property name="currentIndex"> |
|
17 <number>0</number> |
|
18 </property> |
|
19 <widget class="QWidget" name="page"> |
|
20 <property name="geometry"> |
|
21 <rect> |
|
22 <x>0</x> |
|
23 <y>0</y> |
|
24 <width>400</width> |
|
25 <height>244</height> |
|
26 </rect> |
|
27 </property> |
|
28 <attribute name="label"> |
|
29 <string>Page 1</string> |
|
30 </attribute> |
|
31 </widget> |
|
32 <widget class="QWidget" name="page"> |
|
33 <property name="geometry"> |
|
34 <rect> |
|
35 <x>0</x> |
|
36 <y>0</y> |
|
37 <width>96</width> |
|
38 <height>26</height> |
|
39 </rect> |
|
40 </property> |
|
41 <attribute name="label"> |
|
42 <string>Page 2</string> |
|
43 </attribute> |
|
44 </widget> |
|
45 </widget> |
|
46 <resources/> |
|
47 <connections/> |
|
48 </ui> |