1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>MaskEditorUI</class> |
---|
4 | <widget class="QDialog" name="MaskEditorUI"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>642</width> |
---|
10 | <height>431</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Dialog</string> |
---|
15 | </property> |
---|
16 | <property name="windowIcon"> |
---|
17 | <iconset resource="main_resources.qrc"> |
---|
18 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
19 | </property> |
---|
20 | <layout class="QGridLayout" name="gridLayout"> |
---|
21 | <item row="0" column="0"> |
---|
22 | <widget class="QGroupBox" name="groupBox"> |
---|
23 | <property name="title"> |
---|
24 | <string>Mask shape</string> |
---|
25 | </property> |
---|
26 | <layout class="QVBoxLayout" name="verticalLayout"> |
---|
27 | <item> |
---|
28 | <widget class="QRadioButton" name="rbWings"> |
---|
29 | <property name="text"> |
---|
30 | <string>Double Wings</string> |
---|
31 | </property> |
---|
32 | </widget> |
---|
33 | </item> |
---|
34 | <item> |
---|
35 | <widget class="QRadioButton" name="rbCircularDisk"> |
---|
36 | <property name="text"> |
---|
37 | <string>Circular Disk</string> |
---|
38 | </property> |
---|
39 | </widget> |
---|
40 | </item> |
---|
41 | <item> |
---|
42 | <widget class="QRadioButton" name="rbRectangularDisk"> |
---|
43 | <property name="text"> |
---|
44 | <string>Rectangular Disk</string> |
---|
45 | </property> |
---|
46 | </widget> |
---|
47 | </item> |
---|
48 | <item> |
---|
49 | <widget class="QRadioButton" name="rbDoubleWingWindow"> |
---|
50 | <property name="text"> |
---|
51 | <string>Double Wing Window</string> |
---|
52 | </property> |
---|
53 | </widget> |
---|
54 | </item> |
---|
55 | <item> |
---|
56 | <widget class="QRadioButton" name="rbCircularWindow"> |
---|
57 | <property name="text"> |
---|
58 | <string>Circular Window</string> |
---|
59 | </property> |
---|
60 | </widget> |
---|
61 | </item> |
---|
62 | <item> |
---|
63 | <widget class="QRadioButton" name="rbRectangularWindow"> |
---|
64 | <property name="text"> |
---|
65 | <string>Rectangular Window</string> |
---|
66 | </property> |
---|
67 | </widget> |
---|
68 | </item> |
---|
69 | </layout> |
---|
70 | </widget> |
---|
71 | </item> |
---|
72 | <item row="0" column="1" rowspan="4"> |
---|
73 | <widget class="QFrame" name="frame"> |
---|
74 | <property name="frameShape"> |
---|
75 | <enum>QFrame::StyledPanel</enum> |
---|
76 | </property> |
---|
77 | <property name="frameShadow"> |
---|
78 | <enum>QFrame::Raised</enum> |
---|
79 | </property> |
---|
80 | <property name="lineWidth"> |
---|
81 | <number>2</number> |
---|
82 | </property> |
---|
83 | </widget> |
---|
84 | </item> |
---|
85 | <item row="1" column="0"> |
---|
86 | <spacer name="verticalSpacer"> |
---|
87 | <property name="orientation"> |
---|
88 | <enum>Qt::Vertical</enum> |
---|
89 | </property> |
---|
90 | <property name="sizeHint" stdset="0"> |
---|
91 | <size> |
---|
92 | <width>20</width> |
---|
93 | <height>152</height> |
---|
94 | </size> |
---|
95 | </property> |
---|
96 | </spacer> |
---|
97 | </item> |
---|
98 | <item row="2" column="0"> |
---|
99 | <widget class="QPushButton" name="btnAdd"> |
---|
100 | <property name="sizePolicy"> |
---|
101 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
102 | <horstretch>0</horstretch> |
---|
103 | <verstretch>0</verstretch> |
---|
104 | </sizepolicy> |
---|
105 | </property> |
---|
106 | <property name="text"> |
---|
107 | <string>Add</string> |
---|
108 | </property> |
---|
109 | </widget> |
---|
110 | </item> |
---|
111 | <item row="3" column="0"> |
---|
112 | <widget class="QPushButton" name="btnReset"> |
---|
113 | <property name="sizePolicy"> |
---|
114 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
115 | <horstretch>0</horstretch> |
---|
116 | <verstretch>0</verstretch> |
---|
117 | </sizepolicy> |
---|
118 | </property> |
---|
119 | <property name="text"> |
---|
120 | <string>Reset</string> |
---|
121 | </property> |
---|
122 | </widget> |
---|
123 | </item> |
---|
124 | <item row="4" column="0"> |
---|
125 | <widget class="QPushButton" name="btnClear"> |
---|
126 | <property name="sizePolicy"> |
---|
127 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
128 | <horstretch>0</horstretch> |
---|
129 | <verstretch>0</verstretch> |
---|
130 | </sizepolicy> |
---|
131 | </property> |
---|
132 | <property name="text"> |
---|
133 | <string>Clear</string> |
---|
134 | </property> |
---|
135 | </widget> |
---|
136 | </item> |
---|
137 | </layout> |
---|
138 | </widget> |
---|
139 | <resources> |
---|
140 | <include location="main_resources.qrc"/> |
---|
141 | </resources> |
---|
142 | <connections/> |
---|
143 | </ui> |
---|