Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui

branch
Py2 comp.
changeset 3142
55030c09e142
parent 3125
385a62b53725
child 5508
30626def80dc
equal deleted inserted replaced
3141:72f3bde98c58 3142:55030c09e142
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>501</width> 9 <width>501</width>
10 <height>658</height> 10 <height>684</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>QInputDialog Wizard</string> 14 <string>QInputDialog Wizard</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="groupBox"> 21 <widget class="QGroupBox" name="groupBox">
22 <property name="title"> 22 <property name="title">
23 <string>Type</string> 23 <string>Type</string>
24 </property> 24 </property>
56 </item> 56 </item>
57 </layout> 57 </layout>
58 </widget> 58 </widget>
59 </item> 59 </item>
60 <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>
61 <widget class="QLabel" name="TextLabel1"> 75 <widget class="QLabel" name="TextLabel1">
62 <property name="text"> 76 <property name="text">
63 <string>Caption</string> 77 <string>Title</string>
64 </property> 78 </property>
65 </widget> 79 </widget>
66 </item> 80 </item>
67 <item> 81 <item>
68 <widget class="QLineEdit" name="eCaption"/> 82 <widget class="QLineEdit" name="eCaption"/>
74 </property> 88 </property>
75 </widget> 89 </widget>
76 </item> 90 </item>
77 <item> 91 <item>
78 <widget class="QLineEdit" name="eLabel"/> 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 &quot;self&quot; 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 &quot;None&quot; 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>
79 </item> 149 </item>
80 <item> 150 <item>
81 <widget class="QGroupBox" name="groupBox_2"> 151 <widget class="QGroupBox" name="groupBox_2">
82 <property name="title"> 152 <property name="title">
83 <string>Text</string> 153 <string>Text</string>
351 <tabstops> 421 <tabstops>
352 <tabstop>rText</tabstop> 422 <tabstop>rText</tabstop>
353 <tabstop>rInteger</tabstop> 423 <tabstop>rInteger</tabstop>
354 <tabstop>rDouble</tabstop> 424 <tabstop>rDouble</tabstop>
355 <tabstop>rItem</tabstop> 425 <tabstop>rItem</tabstop>
426 <tabstop>eResultVar</tabstop>
356 <tabstop>eCaption</tabstop> 427 <tabstop>eCaption</tabstop>
357 <tabstop>eLabel</tabstop> 428 <tabstop>eLabel</tabstop>
429 <tabstop>parentSelf</tabstop>
430 <tabstop>parentNone</tabstop>
431 <tabstop>parentOther</tabstop>
432 <tabstop>parentEdit</tabstop>
358 <tabstop>rEchoNormal</tabstop> 433 <tabstop>rEchoNormal</tabstop>
359 <tabstop>rEchoNoEcho</tabstop> 434 <tabstop>rEchoNoEcho</tabstop>
360 <tabstop>rEchoPassword</tabstop> 435 <tabstop>rEchoPassword</tabstop>
361 <tabstop>eTextDefault</tabstop> 436 <tabstop>eTextDefault</tabstop>
362 <tabstop>sIntDefault</tabstop> 437 <tabstop>sIntDefault</tabstop>
368 <tabstop>eDoubleTo</tabstop> 443 <tabstop>eDoubleTo</tabstop>
369 <tabstop>sDoubleDecimals</tabstop> 444 <tabstop>sDoubleDecimals</tabstop>
370 <tabstop>eVariable</tabstop> 445 <tabstop>eVariable</tabstop>
371 <tabstop>sCurrentItem</tabstop> 446 <tabstop>sCurrentItem</tabstop>
372 <tabstop>cEditable</tabstop> 447 <tabstop>cEditable</tabstop>
448 <tabstop>buttonBox</tabstop>
373 </tabstops> 449 </tabstops>
374 <resources/> 450 <resources/>
375 <connections> 451 <connections>
376 <connection> 452 <connection>
377 <sender>rText</sender> 453 <sender>rText</sender>
378 <signal>toggled(bool)</signal> 454 <signal>toggled(bool)</signal>
379 <receiver>groupBox_2</receiver> 455 <receiver>groupBox_2</receiver>
380 <slot>setEnabled(bool)</slot> 456 <slot>setEnabled(bool)</slot>
381 <hints> 457 <hints>
382 <hint type="sourcelabel"> 458 <hint type="sourcelabel">
383 <x>55</x> 459 <x>74</x>
384 <y>108</y> 460 <y>48</y>
385 </hint> 461 </hint>
386 <hint type="destinationlabel"> 462 <hint type="destinationlabel">
387 <x>30</x> 463 <x>39</x>
388 <y>222</y> 464 <y>411</y>
389 </hint> 465 </hint>
390 </hints> 466 </hints>
391 </connection> 467 </connection>
392 <connection> 468 <connection>
393 <sender>rInteger</sender> 469 <sender>rInteger</sender>
394 <signal>toggled(bool)</signal> 470 <signal>toggled(bool)</signal>
395 <receiver>groupBox_4</receiver> 471 <receiver>groupBox_4</receiver>
396 <slot>setEnabled(bool)</slot> 472 <slot>setEnabled(bool)</slot>
397 <hints> 473 <hints>
398 <hint type="sourcelabel"> 474 <hint type="sourcelabel">
399 <x>171</x> 475 <x>247</x>
400 <y>88</y> 476 <y>48</y>
401 </hint> 477 </hint>
402 <hint type="destinationlabel"> 478 <hint type="destinationlabel">
403 <x>169</x> 479 <x>178</x>
404 <y>359</y> 480 <y>489</y>
405 </hint> 481 </hint>
406 </hints> 482 </hints>
407 </connection> 483 </connection>
408 <connection> 484 <connection>
409 <sender>rDouble</sender> 485 <sender>rDouble</sender>
410 <signal>toggled(bool)</signal> 486 <signal>toggled(bool)</signal>
411 <receiver>groupBox_5</receiver> 487 <receiver>groupBox_5</receiver>
412 <slot>setEnabled(bool)</slot> 488 <slot>setEnabled(bool)</slot>
413 <hints> 489 <hints>
414 <hint type="sourcelabel"> 490 <hint type="sourcelabel">
415 <x>272</x> 491 <x>364</x>
416 <y>89</y> 492 <y>48</y>
417 </hint> 493 </hint>
418 <hint type="destinationlabel"> 494 <hint type="destinationlabel">
419 <x>274</x> 495 <x>283</x>
420 <y>433</y> 496 <y>567</y>
421 </hint> 497 </hint>
422 </hints> 498 </hints>
423 </connection> 499 </connection>
424 <connection> 500 <connection>
425 <sender>rItem</sender> 501 <sender>rItem</sender>
426 <signal>toggled(bool)</signal> 502 <signal>toggled(bool)</signal>
427 <receiver>groupBox_6</receiver> 503 <receiver>groupBox_6</receiver>
428 <slot>setEnabled(bool)</slot> 504 <slot>setEnabled(bool)</slot>
429 <hints> 505 <hints>
430 <hint type="sourcelabel"> 506 <hint type="sourcelabel">
431 <x>439</x> 507 <x>481</x>
432 <y>94</y> 508 <y>48</y>
433 </hint> 509 </hint>
434 <hint type="destinationlabel"> 510 <hint type="destinationlabel">
435 <x>439</x> 511 <x>448</x>
436 <y>513</y> 512 <y>645</y>
437 </hint> 513 </hint>
438 </hints> 514 </hints>
439 </connection> 515 </connection>
440 <connection> 516 <connection>
441 <sender>buttonBox</sender> 517 <sender>buttonBox</sender>
442 <signal>accepted()</signal> 518 <signal>accepted()</signal>
443 <receiver>InputDialogWizardDialog</receiver> 519 <receiver>InputDialogWizardDialog</receiver>
444 <slot>accept()</slot> 520 <slot>accept()</slot>
445 <hints> 521 <hints>
446 <hint type="sourcelabel"> 522 <hint type="sourcelabel">
447 <x>25</x> 523 <x>34</x>
448 <y>605</y> 524 <y>674</y>
449 </hint> 525 </hint>
450 <hint type="destinationlabel"> 526 <hint type="destinationlabel">
451 <x>25</x> 527 <x>25</x>
452 <y>622</y> 528 <y>622</y>
453 </hint> 529 </hint>
458 <signal>rejected()</signal> 534 <signal>rejected()</signal>
459 <receiver>InputDialogWizardDialog</receiver> 535 <receiver>InputDialogWizardDialog</receiver>
460 <slot>reject()</slot> 536 <slot>reject()</slot>
461 <hints> 537 <hints>
462 <hint type="sourcelabel"> 538 <hint type="sourcelabel">
463 <x>111</x> 539 <x>120</x>
464 <y>612</y> 540 <y>674</y>
465 </hint> 541 </hint>
466 <hint type="destinationlabel"> 542 <hint type="destinationlabel">
467 <x>111</x> 543 <x>111</x>
468 <y>621</y> 544 <y>621</y>
469 </hint> 545 </hint>
470 </hints> 546 </hints>
471 </connection> 547 </connection>
548 <connection>
549 <sender>parentOther</sender>
550 <signal>toggled(bool)</signal>
551 <receiver>parentEdit</receiver>
552 <slot>setEnabled(bool)</slot>
553 <hints>
554 <hint type="sourcelabel">
555 <x>81</x>
556 <y>253</y>
557 </hint>
558 <hint type="destinationlabel">
559 <x>124</x>
560 <y>260</y>
561 </hint>
562 </hints>
563 </connection>
472 </connections> 564 </connections>
473 </ui> 565 </ui>

eric ide

mercurial