|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ConfigBox</class> |
|
4 <widget class="QDialog" name="ConfigBox"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>544</width> |
|
10 <height>308</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="minimumSize"> |
|
14 <size> |
|
15 <width>320</width> |
|
16 <height>256</height> |
|
17 </size> |
|
18 </property> |
|
19 <property name="windowTitle"> |
|
20 <string>Dialog</string> |
|
21 </property> |
|
22 <property name="windowIcon"> |
|
23 <iconset resource="../../zcinema.qrc"> |
|
24 <normaloff>:/icons/zcinema.ico</normaloff>:/icons/zcinema.ico</iconset> |
|
25 </property> |
|
26 <layout class="QVBoxLayout" name="verticalLayout"> |
|
27 <item> |
|
28 <widget class="QTabWidget" name="tabWidget"> |
|
29 <property name="currentIndex"> |
|
30 <number>0</number> |
|
31 </property> |
|
32 <widget class="QWidget" name="tab"> |
|
33 <attribute name="title"> |
|
34 <string>WAD Paths</string> |
|
35 </attribute> |
|
36 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
37 <item> |
|
38 <layout class="QGridLayout" name="gridLayout"> |
|
39 <item row="2" column="1"> |
|
40 <widget class="QListWidget" name="wad_pathsList"> |
|
41 <property name="editTriggers"> |
|
42 <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set> |
|
43 </property> |
|
44 <property name="dragEnabled"> |
|
45 <bool>true</bool> |
|
46 </property> |
|
47 <property name="dragDropMode"> |
|
48 <enum>QAbstractItemView::DragDrop</enum> |
|
49 </property> |
|
50 <property name="defaultDropAction"> |
|
51 <enum>Qt::MoveAction</enum> |
|
52 </property> |
|
53 <property name="selectionMode"> |
|
54 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
55 </property> |
|
56 <property name="layoutMode"> |
|
57 <enum>QListView::SinglePass</enum> |
|
58 </property> |
|
59 <property name="uniformItemSizes"> |
|
60 <bool>true</bool> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="2" column="2"> |
|
65 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
66 <item> |
|
67 <widget class="QPushButton" name="wad_del"> |
|
68 <property name="text"> |
|
69 <string>Delete</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QPushButton" name="wad_clear"> |
|
75 <property name="text"> |
|
76 <string>Clear</string> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item> |
|
81 <spacer name="verticalSpacer"> |
|
82 <property name="orientation"> |
|
83 <enum>Qt::Vertical</enum> |
|
84 </property> |
|
85 <property name="sizeHint" stdset="0"> |
|
86 <size> |
|
87 <width>20</width> |
|
88 <height>40</height> |
|
89 </size> |
|
90 </property> |
|
91 </spacer> |
|
92 </item> |
|
93 </layout> |
|
94 </item> |
|
95 <item row="1" column="1"> |
|
96 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
97 <item> |
|
98 <widget class="QLineEdit" name="wad_pathEntry"/> |
|
99 </item> |
|
100 <item> |
|
101 <widget class="QPushButton" name="wad_findPath"> |
|
102 <property name="text"> |
|
103 <string>...</string> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 </layout> |
|
108 </item> |
|
109 <item row="1" column="2"> |
|
110 <widget class="QPushButton" name="wad_add"> |
|
111 <property name="text"> |
|
112 <string>Add</string> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 </layout> |
|
117 </item> |
|
118 </layout> |
|
119 </widget> |
|
120 <widget class="QWidget" name="tab_2"> |
|
121 <attribute name="title"> |
|
122 <string>Release Binaries</string> |
|
123 </attribute> |
|
124 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
125 <item> |
|
126 <widget class="QScrollArea" name="scrollArea"> |
|
127 <property name="frameShape"> |
|
128 <enum>QFrame::NoFrame</enum> |
|
129 </property> |
|
130 <property name="widgetResizable"> |
|
131 <bool>true</bool> |
|
132 </property> |
|
133 <widget class="QWidget" name="scrollAreaWidgetContents"> |
|
134 <property name="geometry"> |
|
135 <rect> |
|
136 <x>0</x> |
|
137 <y>0</y> |
|
138 <width>516</width> |
|
139 <height>225</height> |
|
140 </rect> |
|
141 </property> |
|
142 <layout class="QVBoxLayout" name="verticalLayout_5" stretch="1,0"> |
|
143 <item> |
|
144 <widget class="QWidget" name="zandronumVersions" native="true"/> |
|
145 </item> |
|
146 <item> |
|
147 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
148 <item> |
|
149 <widget class="QPushButton" name="m_editVersions"> |
|
150 <property name="text"> |
|
151 <string>Edit Versions</string> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 <item> |
|
156 <spacer name="horizontalSpacer"> |
|
157 <property name="orientation"> |
|
158 <enum>Qt::Horizontal</enum> |
|
159 </property> |
|
160 <property name="sizeHint" stdset="0"> |
|
161 <size> |
|
162 <width>40</width> |
|
163 <height>20</height> |
|
164 </size> |
|
165 </property> |
|
166 </spacer> |
|
167 </item> |
|
168 </layout> |
|
169 </item> |
|
170 </layout> |
|
171 </widget> |
|
172 </widget> |
|
173 </item> |
|
174 </layout> |
|
175 </widget> |
|
176 <widget class="QWidget" name="tab_4"> |
|
177 <attribute name="title"> |
|
178 <string>Testing Binaries</string> |
|
179 </attribute> |
|
180 <layout class="QVBoxLayout" name="verticalLayout_7"> |
|
181 <item> |
|
182 <widget class="QScrollArea" name="scrollArea_2"> |
|
183 <property name="frameShape"> |
|
184 <enum>QFrame::NoFrame</enum> |
|
185 </property> |
|
186 <property name="widgetResizable"> |
|
187 <bool>true</bool> |
|
188 </property> |
|
189 <widget class="QWidget" name="scrollAreaWidgetContents_2"> |
|
190 <property name="geometry"> |
|
191 <rect> |
|
192 <x>0</x> |
|
193 <y>0</y> |
|
194 <width>516</width> |
|
195 <height>225</height> |
|
196 </rect> |
|
197 </property> |
|
198 <layout class="QVBoxLayout" name="verticalLayout_8" stretch="1,0"> |
|
199 <item> |
|
200 <widget class="QWidget" name="betaVersions" native="true"/> |
|
201 </item> |
|
202 <item> |
|
203 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
204 <item> |
|
205 <widget class="QPushButton" name="m_editVersions_2"> |
|
206 <property name="text"> |
|
207 <string>Edit Versions</string> |
|
208 </property> |
|
209 </widget> |
|
210 </item> |
|
211 <item> |
|
212 <spacer name="horizontalSpacer_2"> |
|
213 <property name="orientation"> |
|
214 <enum>Qt::Horizontal</enum> |
|
215 </property> |
|
216 <property name="sizeHint" stdset="0"> |
|
217 <size> |
|
218 <width>40</width> |
|
219 <height>20</height> |
|
220 </size> |
|
221 </property> |
|
222 </spacer> |
|
223 </item> |
|
224 </layout> |
|
225 </item> |
|
226 </layout> |
|
227 </widget> |
|
228 </widget> |
|
229 </item> |
|
230 </layout> |
|
231 </widget> |
|
232 <widget class="QWidget" name="tab_3"> |
|
233 <attribute name="title"> |
|
234 <string>Misc</string> |
|
235 </attribute> |
|
236 <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
237 <item> |
|
238 <widget class="QCheckBox" name="noDemoPrompt"> |
|
239 <property name="whatsThis"> |
|
240 <string>If this is not set, a prompt showing demo info is displayed first.</string> |
|
241 </property> |
|
242 <property name="text"> |
|
243 <string>Launch without prompt</string> |
|
244 </property> |
|
245 </widget> |
|
246 </item> |
|
247 <item> |
|
248 <spacer name="verticalSpacer_2"> |
|
249 <property name="orientation"> |
|
250 <enum>Qt::Vertical</enum> |
|
251 </property> |
|
252 <property name="sizeHint" stdset="0"> |
|
253 <size> |
|
254 <width>20</width> |
|
255 <height>40</height> |
|
256 </size> |
|
257 </property> |
|
258 </spacer> |
|
259 </item> |
|
260 </layout> |
|
261 </widget> |
|
262 </widget> |
|
263 </item> |
|
264 <item> |
|
265 <widget class="QDialogButtonBox" name="buttonBox"> |
|
266 <property name="orientation"> |
|
267 <enum>Qt::Horizontal</enum> |
|
268 </property> |
|
269 <property name="standardButtons"> |
|
270 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
271 </property> |
|
272 </widget> |
|
273 </item> |
|
274 </layout> |
|
275 </widget> |
|
276 <resources> |
|
277 <include location="../../zcinema.qrc"/> |
|
278 </resources> |
|
279 <connections> |
|
280 <connection> |
|
281 <sender>wad_clear</sender> |
|
282 <signal>clicked(bool)</signal> |
|
283 <receiver>wad_pathsList</receiver> |
|
284 <slot>clear()</slot> |
|
285 <hints> |
|
286 <hint type="sourcelabel"> |
|
287 <x>463</x> |
|
288 <y>129</y> |
|
289 </hint> |
|
290 <hint type="destinationlabel"> |
|
291 <x>219</x> |
|
292 <y>189</y> |
|
293 </hint> |
|
294 </hints> |
|
295 </connection> |
|
296 </connections> |
|
297 </ui> |