|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>InputDialogWizardDialog</class> |
|
4 <widget class="QDialog" name="InputDialogWizardDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>501</width> |
|
10 <height>684</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>QInputDialog Wizard</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Type</string> |
|
24 </property> |
|
25 <layout class="QHBoxLayout"> |
|
26 <item> |
|
27 <widget class="QRadioButton" name="rText"> |
|
28 <property name="text"> |
|
29 <string>Text</string> |
|
30 </property> |
|
31 <property name="checked"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="QRadioButton" name="rInteger"> |
|
38 <property name="text"> |
|
39 <string>Integer</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QRadioButton" name="rDouble"> |
|
45 <property name="text"> |
|
46 <string>Double</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="QRadioButton" name="rItem"> |
|
52 <property name="text"> |
|
53 <string>Item</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QLabel" name="label"> |
|
62 <property name="text"> |
|
63 <string>Result:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QLineEdit" name="eResultVar"> |
|
69 <property name="toolTip"> |
|
70 <string>Enter the result variable name</string> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 <item> |
|
75 <widget class="QLabel" name="TextLabel1"> |
|
76 <property name="text"> |
|
77 <string>Title</string> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item> |
|
82 <widget class="QLineEdit" name="eCaption"/> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QLabel" name="TextLabel2"> |
|
86 <property name="text"> |
|
87 <string>Label</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item> |
|
92 <widget class="QLineEdit" name="eLabel"/> |
|
93 </item> |
|
94 <item> |
|
95 <widget class="QGroupBox" name="parentGroup"> |
|
96 <property name="title"> |
|
97 <string>Parent</string> |
|
98 </property> |
|
99 <layout class="QGridLayout" name="gridLayout_3"> |
|
100 <item row="0" column="0"> |
|
101 <widget class="QRadioButton" name="parentSelf"> |
|
102 <property name="toolTip"> |
|
103 <string>Select "self" as parent</string> |
|
104 </property> |
|
105 <property name="text"> |
|
106 <string>self</string> |
|
107 </property> |
|
108 <property name="checked"> |
|
109 <bool>true</bool> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="0" column="1"> |
|
114 <widget class="QRadioButton" name="parentNone"> |
|
115 <property name="toolTip"> |
|
116 <string>Select "None" as parent</string> |
|
117 </property> |
|
118 <property name="text"> |
|
119 <string>None</string> |
|
120 </property> |
|
121 </widget> |
|
122 </item> |
|
123 <item row="1" column="0" colspan="2"> |
|
124 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
125 <item> |
|
126 <widget class="QRadioButton" name="parentOther"> |
|
127 <property name="toolTip"> |
|
128 <string>Select to enter a parent expression</string> |
|
129 </property> |
|
130 <property name="text"> |
|
131 <string>Expression:</string> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="QLineEdit" name="parentEdit"> |
|
137 <property name="enabled"> |
|
138 <bool>false</bool> |
|
139 </property> |
|
140 <property name="toolTip"> |
|
141 <string>Enter the parent expression</string> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 </layout> |
|
146 </item> |
|
147 </layout> |
|
148 </widget> |
|
149 </item> |
|
150 <item> |
|
151 <widget class="QGroupBox" name="groupBox_2"> |
|
152 <property name="title"> |
|
153 <string>Text</string> |
|
154 </property> |
|
155 <layout class="QVBoxLayout"> |
|
156 <item> |
|
157 <widget class="QGroupBox" name="groupBox_3"> |
|
158 <property name="title"> |
|
159 <string>Echo Mode</string> |
|
160 </property> |
|
161 <layout class="QHBoxLayout"> |
|
162 <item> |
|
163 <widget class="QRadioButton" name="rEchoNormal"> |
|
164 <property name="text"> |
|
165 <string>Normal</string> |
|
166 </property> |
|
167 <property name="checked"> |
|
168 <bool>true</bool> |
|
169 </property> |
|
170 </widget> |
|
171 </item> |
|
172 <item> |
|
173 <widget class="QRadioButton" name="rEchoNoEcho"> |
|
174 <property name="text"> |
|
175 <string>No Echo</string> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 <item> |
|
180 <widget class="QRadioButton" name="rEchoPassword"> |
|
181 <property name="text"> |
|
182 <string>Password</string> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 </layout> |
|
187 </widget> |
|
188 </item> |
|
189 <item> |
|
190 <widget class="QLabel" name="TextLabel3"> |
|
191 <property name="text"> |
|
192 <string>Default</string> |
|
193 </property> |
|
194 </widget> |
|
195 </item> |
|
196 <item> |
|
197 <widget class="QLineEdit" name="eTextDefault"/> |
|
198 </item> |
|
199 </layout> |
|
200 </widget> |
|
201 </item> |
|
202 <item> |
|
203 <widget class="QGroupBox" name="groupBox_4"> |
|
204 <property name="enabled"> |
|
205 <bool>false</bool> |
|
206 </property> |
|
207 <property name="title"> |
|
208 <string>Integer</string> |
|
209 </property> |
|
210 <layout class="QGridLayout"> |
|
211 <item row="1" column="3"> |
|
212 <widget class="QSpinBox" name="sIntStep"> |
|
213 <property name="minimum"> |
|
214 <number>-2147483647</number> |
|
215 </property> |
|
216 <property name="maximum"> |
|
217 <number>2147483647</number> |
|
218 </property> |
|
219 <property name="value"> |
|
220 <number>1</number> |
|
221 </property> |
|
222 </widget> |
|
223 </item> |
|
224 <item row="1" column="2"> |
|
225 <widget class="QSpinBox" name="sIntTo"> |
|
226 <property name="minimum"> |
|
227 <number>-2147483647</number> |
|
228 </property> |
|
229 <property name="maximum"> |
|
230 <number>2147483647</number> |
|
231 </property> |
|
232 <property name="value"> |
|
233 <number>2147483647</number> |
|
234 </property> |
|
235 </widget> |
|
236 </item> |
|
237 <item row="1" column="1"> |
|
238 <widget class="QSpinBox" name="sIntFrom"> |
|
239 <property name="minimum"> |
|
240 <number>-2147483647</number> |
|
241 </property> |
|
242 <property name="maximum"> |
|
243 <number>2147483647</number> |
|
244 </property> |
|
245 <property name="value"> |
|
246 <number>-2147483647</number> |
|
247 </property> |
|
248 </widget> |
|
249 </item> |
|
250 <item row="1" column="0"> |
|
251 <widget class="QSpinBox" name="sIntDefault"> |
|
252 <property name="minimum"> |
|
253 <number>-2147483647</number> |
|
254 </property> |
|
255 <property name="maximum"> |
|
256 <number>2147483647</number> |
|
257 </property> |
|
258 </widget> |
|
259 </item> |
|
260 <item row="0" column="3"> |
|
261 <widget class="QLabel" name="TextLabel4_4"> |
|
262 <property name="text"> |
|
263 <string>Step</string> |
|
264 </property> |
|
265 </widget> |
|
266 </item> |
|
267 <item row="0" column="2"> |
|
268 <widget class="QLabel" name="TextLabel4_3"> |
|
269 <property name="text"> |
|
270 <string>To</string> |
|
271 </property> |
|
272 </widget> |
|
273 </item> |
|
274 <item row="0" column="1"> |
|
275 <widget class="QLabel" name="TextLabel4_2"> |
|
276 <property name="text"> |
|
277 <string>From</string> |
|
278 </property> |
|
279 </widget> |
|
280 </item> |
|
281 <item row="0" column="0"> |
|
282 <widget class="QLabel" name="TextLabel4"> |
|
283 <property name="text"> |
|
284 <string>Default</string> |
|
285 </property> |
|
286 </widget> |
|
287 </item> |
|
288 </layout> |
|
289 </widget> |
|
290 </item> |
|
291 <item> |
|
292 <widget class="QGroupBox" name="groupBox_5"> |
|
293 <property name="enabled"> |
|
294 <bool>false</bool> |
|
295 </property> |
|
296 <property name="title"> |
|
297 <string>Double</string> |
|
298 </property> |
|
299 <layout class="QGridLayout"> |
|
300 <item row="1" column="3"> |
|
301 <widget class="QSpinBox" name="sDoubleDecimals"> |
|
302 <property name="minimum"> |
|
303 <number>-2147483647</number> |
|
304 </property> |
|
305 <property name="maximum"> |
|
306 <number>2147483647</number> |
|
307 </property> |
|
308 <property name="value"> |
|
309 <number>1</number> |
|
310 </property> |
|
311 </widget> |
|
312 </item> |
|
313 <item row="1" column="2"> |
|
314 <widget class="QLineEdit" name="eDoubleTo"> |
|
315 <property name="text"> |
|
316 <string>2147483647</string> |
|
317 </property> |
|
318 </widget> |
|
319 </item> |
|
320 <item row="1" column="1"> |
|
321 <widget class="QLineEdit" name="eDoubleFrom"> |
|
322 <property name="text"> |
|
323 <string>-2147483647</string> |
|
324 </property> |
|
325 </widget> |
|
326 </item> |
|
327 <item row="1" column="0"> |
|
328 <widget class="QLineEdit" name="eDoubleDefault"> |
|
329 <property name="text"> |
|
330 <string>0</string> |
|
331 </property> |
|
332 </widget> |
|
333 </item> |
|
334 <item row="0" column="0"> |
|
335 <widget class="QLabel" name="TextLabel5"> |
|
336 <property name="text"> |
|
337 <string>Default</string> |
|
338 </property> |
|
339 </widget> |
|
340 </item> |
|
341 <item row="0" column="1"> |
|
342 <widget class="QLabel" name="TextLabel6"> |
|
343 <property name="text"> |
|
344 <string>From</string> |
|
345 </property> |
|
346 </widget> |
|
347 </item> |
|
348 <item row="0" column="2"> |
|
349 <widget class="QLabel" name="TextLabel7"> |
|
350 <property name="text"> |
|
351 <string>To</string> |
|
352 </property> |
|
353 </widget> |
|
354 </item> |
|
355 <item row="0" column="3"> |
|
356 <widget class="QLabel" name="TextLabel8"> |
|
357 <property name="text"> |
|
358 <string>Decimals</string> |
|
359 </property> |
|
360 </widget> |
|
361 </item> |
|
362 </layout> |
|
363 </widget> |
|
364 </item> |
|
365 <item> |
|
366 <widget class="QGroupBox" name="groupBox_6"> |
|
367 <property name="enabled"> |
|
368 <bool>false</bool> |
|
369 </property> |
|
370 <property name="title"> |
|
371 <string>Item</string> |
|
372 </property> |
|
373 <layout class="QGridLayout"> |
|
374 <item row="1" column="2"> |
|
375 <widget class="QCheckBox" name="cEditable"> |
|
376 <property name="text"> |
|
377 <string>Editable</string> |
|
378 </property> |
|
379 <property name="checked"> |
|
380 <bool>true</bool> |
|
381 </property> |
|
382 </widget> |
|
383 </item> |
|
384 <item row="1" column="1"> |
|
385 <widget class="QSpinBox" name="sCurrentItem"/> |
|
386 </item> |
|
387 <item row="1" column="0"> |
|
388 <widget class="QLineEdit" name="eVariable"/> |
|
389 </item> |
|
390 <item row="0" column="1"> |
|
391 <widget class="QLabel" name="TextLabel10"> |
|
392 <property name="text"> |
|
393 <string>Current Item</string> |
|
394 </property> |
|
395 </widget> |
|
396 </item> |
|
397 <item row="0" column="0"> |
|
398 <widget class="QLabel" name="TextLabel9"> |
|
399 <property name="text"> |
|
400 <string>String List Variable</string> |
|
401 </property> |
|
402 </widget> |
|
403 </item> |
|
404 </layout> |
|
405 </widget> |
|
406 </item> |
|
407 <item> |
|
408 <widget class="QDialogButtonBox" name="buttonBox"> |
|
409 <property name="orientation"> |
|
410 <enum>Qt::Horizontal</enum> |
|
411 </property> |
|
412 <property name="standardButtons"> |
|
413 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
414 </property> |
|
415 </widget> |
|
416 </item> |
|
417 </layout> |
|
418 </widget> |
|
419 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
420 <tabstops> |
|
421 <tabstop>rText</tabstop> |
|
422 <tabstop>rInteger</tabstop> |
|
423 <tabstop>rDouble</tabstop> |
|
424 <tabstop>rItem</tabstop> |
|
425 <tabstop>eResultVar</tabstop> |
|
426 <tabstop>eCaption</tabstop> |
|
427 <tabstop>eLabel</tabstop> |
|
428 <tabstop>parentSelf</tabstop> |
|
429 <tabstop>parentNone</tabstop> |
|
430 <tabstop>parentOther</tabstop> |
|
431 <tabstop>parentEdit</tabstop> |
|
432 <tabstop>rEchoNormal</tabstop> |
|
433 <tabstop>rEchoNoEcho</tabstop> |
|
434 <tabstop>rEchoPassword</tabstop> |
|
435 <tabstop>eTextDefault</tabstop> |
|
436 <tabstop>sIntDefault</tabstop> |
|
437 <tabstop>sIntFrom</tabstop> |
|
438 <tabstop>sIntTo</tabstop> |
|
439 <tabstop>sIntStep</tabstop> |
|
440 <tabstop>eDoubleDefault</tabstop> |
|
441 <tabstop>eDoubleFrom</tabstop> |
|
442 <tabstop>eDoubleTo</tabstop> |
|
443 <tabstop>sDoubleDecimals</tabstop> |
|
444 <tabstop>eVariable</tabstop> |
|
445 <tabstop>sCurrentItem</tabstop> |
|
446 <tabstop>cEditable</tabstop> |
|
447 <tabstop>buttonBox</tabstop> |
|
448 </tabstops> |
|
449 <resources/> |
|
450 <connections> |
|
451 <connection> |
|
452 <sender>rText</sender> |
|
453 <signal>toggled(bool)</signal> |
|
454 <receiver>groupBox_2</receiver> |
|
455 <slot>setEnabled(bool)</slot> |
|
456 <hints> |
|
457 <hint type="sourcelabel"> |
|
458 <x>74</x> |
|
459 <y>48</y> |
|
460 </hint> |
|
461 <hint type="destinationlabel"> |
|
462 <x>39</x> |
|
463 <y>411</y> |
|
464 </hint> |
|
465 </hints> |
|
466 </connection> |
|
467 <connection> |
|
468 <sender>rInteger</sender> |
|
469 <signal>toggled(bool)</signal> |
|
470 <receiver>groupBox_4</receiver> |
|
471 <slot>setEnabled(bool)</slot> |
|
472 <hints> |
|
473 <hint type="sourcelabel"> |
|
474 <x>247</x> |
|
475 <y>48</y> |
|
476 </hint> |
|
477 <hint type="destinationlabel"> |
|
478 <x>178</x> |
|
479 <y>489</y> |
|
480 </hint> |
|
481 </hints> |
|
482 </connection> |
|
483 <connection> |
|
484 <sender>rDouble</sender> |
|
485 <signal>toggled(bool)</signal> |
|
486 <receiver>groupBox_5</receiver> |
|
487 <slot>setEnabled(bool)</slot> |
|
488 <hints> |
|
489 <hint type="sourcelabel"> |
|
490 <x>364</x> |
|
491 <y>48</y> |
|
492 </hint> |
|
493 <hint type="destinationlabel"> |
|
494 <x>283</x> |
|
495 <y>567</y> |
|
496 </hint> |
|
497 </hints> |
|
498 </connection> |
|
499 <connection> |
|
500 <sender>rItem</sender> |
|
501 <signal>toggled(bool)</signal> |
|
502 <receiver>groupBox_6</receiver> |
|
503 <slot>setEnabled(bool)</slot> |
|
504 <hints> |
|
505 <hint type="sourcelabel"> |
|
506 <x>481</x> |
|
507 <y>48</y> |
|
508 </hint> |
|
509 <hint type="destinationlabel"> |
|
510 <x>448</x> |
|
511 <y>645</y> |
|
512 </hint> |
|
513 </hints> |
|
514 </connection> |
|
515 <connection> |
|
516 <sender>buttonBox</sender> |
|
517 <signal>accepted()</signal> |
|
518 <receiver>InputDialogWizardDialog</receiver> |
|
519 <slot>accept()</slot> |
|
520 <hints> |
|
521 <hint type="sourcelabel"> |
|
522 <x>34</x> |
|
523 <y>674</y> |
|
524 </hint> |
|
525 <hint type="destinationlabel"> |
|
526 <x>25</x> |
|
527 <y>622</y> |
|
528 </hint> |
|
529 </hints> |
|
530 </connection> |
|
531 <connection> |
|
532 <sender>buttonBox</sender> |
|
533 <signal>rejected()</signal> |
|
534 <receiver>InputDialogWizardDialog</receiver> |
|
535 <slot>reject()</slot> |
|
536 <hints> |
|
537 <hint type="sourcelabel"> |
|
538 <x>120</x> |
|
539 <y>674</y> |
|
540 </hint> |
|
541 <hint type="destinationlabel"> |
|
542 <x>111</x> |
|
543 <y>621</y> |
|
544 </hint> |
|
545 </hints> |
|
546 </connection> |
|
547 <connection> |
|
548 <sender>parentOther</sender> |
|
549 <signal>toggled(bool)</signal> |
|
550 <receiver>parentEdit</receiver> |
|
551 <slot>setEnabled(bool)</slot> |
|
552 <hints> |
|
553 <hint type="sourcelabel"> |
|
554 <x>81</x> |
|
555 <y>253</y> |
|
556 </hint> |
|
557 <hint type="destinationlabel"> |
|
558 <x>124</x> |
|
559 <y>260</y> |
|
560 </hint> |
|
561 </hints> |
|
562 </connection> |
|
563 </connections> |
|
564 </ui> |