|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>MainWindow</class> |
|
4 <widget class="QMainWindow" name="MainWindow"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>240</width> |
|
10 <height>320</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>MainWindow</string> |
|
15 </property> |
|
16 <widget class="QWidget" name="centralWidget"> |
|
17 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
18 <item> |
|
19 <widget class="QSplitter" name="splitter_2"> |
|
20 <property name="frameShape"> |
|
21 <enum>QFrame::NoFrame</enum> |
|
22 </property> |
|
23 <property name="midLineWidth"> |
|
24 <number>1</number> |
|
25 </property> |
|
26 <property name="orientation"> |
|
27 <enum>Qt::Vertical</enum> |
|
28 </property> |
|
29 <widget class="QLabel" name="label"> |
|
30 <property name="frameShape"> |
|
31 <enum>QFrame::Box</enum> |
|
32 </property> |
|
33 <property name="text"> |
|
34 <string>Custom</string> |
|
35 </property> |
|
36 </widget> |
|
37 <widget class="QSplitter" name="splitter"> |
|
38 <property name="frameShape"> |
|
39 <enum>QFrame::NoFrame</enum> |
|
40 </property> |
|
41 <property name="midLineWidth"> |
|
42 <number>1</number> |
|
43 </property> |
|
44 <property name="orientation"> |
|
45 <enum>Qt::Horizontal</enum> |
|
46 </property> |
|
47 <widget class="QLabel" name="label_2"> |
|
48 <property name="cursor"> |
|
49 <cursorShape>ForbiddenCursor</cursorShape> |
|
50 </property> |
|
51 <property name="frameShape"> |
|
52 <enum>QFrame::Box</enum> |
|
53 </property> |
|
54 <property name="text"> |
|
55 <string>Forbidden</string> |
|
56 </property> |
|
57 </widget> |
|
58 <widget class="QLabel" name="label_3"> |
|
59 <property name="cursor"> |
|
60 <cursorShape>WaitCursor</cursorShape> |
|
61 </property> |
|
62 <property name="frameShape"> |
|
63 <enum>QFrame::Box</enum> |
|
64 </property> |
|
65 <property name="text"> |
|
66 <string>Wait</string> |
|
67 </property> |
|
68 </widget> |
|
69 </widget> |
|
70 </widget> |
|
71 </item> |
|
72 </layout> |
|
73 </widget> |
|
74 <widget class="QMenuBar" name="menuBar"> |
|
75 <property name="geometry"> |
|
76 <rect> |
|
77 <x>0</x> |
|
78 <y>0</y> |
|
79 <width>240</width> |
|
80 <height>21</height> |
|
81 </rect> |
|
82 </property> |
|
83 </widget> |
|
84 <widget class="QToolBar" name="mainToolBar"> |
|
85 <attribute name="toolBarArea"> |
|
86 <enum>TopToolBarArea</enum> |
|
87 </attribute> |
|
88 <attribute name="toolBarBreak"> |
|
89 <bool>false</bool> |
|
90 </attribute> |
|
91 </widget> |
|
92 <widget class="QStatusBar" name="statusBar"/> |
|
93 </widget> |
|
94 <layoutdefault spacing="6" margin="11"/> |
|
95 <resources/> |
|
96 <connections/> |
|
97 </ui> |