Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.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>381</width> 9 <width>381</width>
10 <height>338</height> 10 <height>481</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>QColorDialog Wizard</string> 14 <string>QColorDialog Wizard</string>
15 </property> 15 </property>
48 </item> 48 </item>
49 </layout> 49 </layout>
50 </widget> 50 </widget>
51 </item> 51 </item>
52 <item> 52 <item>
53 <widget class="QGroupBox" name="groupBox_4">
54 <property name="title">
55 <string>Result</string>
56 </property>
57 <layout class="QHBoxLayout" name="horizontalLayout">
58 <item>
59 <widget class="QLineEdit" name="eResultVar">
60 <property name="toolTip">
61 <string>Enter the result variable name</string>
62 </property>
63 </widget>
64 </item>
65 </layout>
66 </widget>
67 </item>
68 <item>
53 <widget class="QGroupBox" name="titleGroup"> 69 <widget class="QGroupBox" name="titleGroup">
54 <property name="title"> 70 <property name="title">
55 <string>Title</string> 71 <string>Title</string>
56 </property> 72 </property>
57 <layout class="QVBoxLayout" name="verticalLayout"> 73 <layout class="QVBoxLayout" name="verticalLayout">
59 <widget class="QLineEdit" name="eTitle"> 75 <widget class="QLineEdit" name="eTitle">
60 <property name="toolTip"> 76 <property name="toolTip">
61 <string>Enter the dialog title</string> 77 <string>Enter the dialog title</string>
62 </property> 78 </property>
63 </widget> 79 </widget>
80 </item>
81 </layout>
82 </widget>
83 </item>
84 <item>
85 <widget class="QGroupBox" name="parentGroup">
86 <property name="title">
87 <string>Parent</string>
88 </property>
89 <layout class="QGridLayout" name="gridLayout_3">
90 <item row="0" column="0">
91 <widget class="QRadioButton" name="parentSelf">
92 <property name="toolTip">
93 <string>Select &quot;self&quot; as parent</string>
94 </property>
95 <property name="text">
96 <string>self</string>
97 </property>
98 <property name="checked">
99 <bool>true</bool>
100 </property>
101 </widget>
102 </item>
103 <item row="0" column="1">
104 <widget class="QRadioButton" name="parentNone">
105 <property name="toolTip">
106 <string>Select &quot;None&quot; as parent</string>
107 </property>
108 <property name="text">
109 <string>None</string>
110 </property>
111 </widget>
112 </item>
113 <item row="1" column="0" colspan="2">
114 <layout class="QHBoxLayout" name="horizontalLayout_2">
115 <item>
116 <widget class="QRadioButton" name="parentOther">
117 <property name="toolTip">
118 <string>Select to enter a parent expression</string>
119 </property>
120 <property name="text">
121 <string>Expression:</string>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <widget class="QLineEdit" name="parentEdit">
127 <property name="enabled">
128 <bool>false</bool>
129 </property>
130 <property name="toolTip">
131 <string>Enter the parent expression</string>
132 </property>
133 </widget>
134 </item>
135 </layout>
64 </item> 136 </item>
65 </layout> 137 </layout>
66 </widget> 138 </widget>
67 </item> 139 </item>
68 <item> 140 <item>
215 </widget> 287 </widget>
216 </item> 288 </item>
217 <item row="2" column="0" colspan="4"> 289 <item row="2" column="0" colspan="4">
218 <widget class="QLabel" name="TextLabel2"> 290 <widget class="QLabel" name="TextLabel2">
219 <property name="text"> 291 <property name="text">
220 <string>Variable</string> 292 <string>Colour Variable</string>
221 </property> 293 </property>
222 </widget> 294 </widget>
223 </item> 295 </item>
224 <item row="1" column="3"> 296 <item row="1" column="3">
225 <widget class="QSpinBox" name="sAlpha"> 297 <widget class="QSpinBox" name="sAlpha">
316 <layoutdefault spacing="6" margin="11"/> 388 <layoutdefault spacing="6" margin="11"/>
317 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 389 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
318 <tabstops> 390 <tabstops>
319 <tabstop>rColor</tabstop> 391 <tabstop>rColor</tabstop>
320 <tabstop>rRGBA</tabstop> 392 <tabstop>rRGBA</tabstop>
393 <tabstop>eResultVar</tabstop>
321 <tabstop>eTitle</tabstop> 394 <tabstop>eTitle</tabstop>
395 <tabstop>parentSelf</tabstop>
396 <tabstop>parentNone</tabstop>
397 <tabstop>parentOther</tabstop>
398 <tabstop>parentEdit</tabstop>
322 <tabstop>eColor</tabstop> 399 <tabstop>eColor</tabstop>
323 <tabstop>sRed</tabstop> 400 <tabstop>sRed</tabstop>
324 <tabstop>sGreen</tabstop> 401 <tabstop>sGreen</tabstop>
325 <tabstop>sBlue</tabstop> 402 <tabstop>sBlue</tabstop>
326 <tabstop>sAlpha</tabstop> 403 <tabstop>sAlpha</tabstop>
338 <hint type="sourcelabel"> 415 <hint type="sourcelabel">
339 <x>38</x> 416 <x>38</x>
340 <y>35</y> 417 <y>35</y>
341 </hint> 418 </hint>
342 <hint type="destinationlabel"> 419 <hint type="destinationlabel">
343 <x>36</x> 420 <x>45</x>
344 <y>66</y> 421 <y>319</y>
345 </hint> 422 </hint>
346 </hints> 423 </hints>
347 </connection> 424 </connection>
348 <connection> 425 <connection>
349 <sender>rRGBA</sender> 426 <sender>rRGBA</sender>
354 <hint type="sourcelabel"> 431 <hint type="sourcelabel">
355 <x>212</x> 432 <x>212</x>
356 <y>38</y> 433 <y>38</y>
357 </hint> 434 </hint>
358 <hint type="destinationlabel"> 435 <hint type="destinationlabel">
359 <x>209</x> 436 <x>218</x>
360 <y>122</y> 437 <y>442</y>
361 </hint> 438 </hint>
362 </hints> 439 </hints>
363 </connection> 440 </connection>
364 <connection> 441 <connection>
365 <sender>buttonBox</sender> 442 <sender>buttonBox</sender>
366 <signal>accepted()</signal> 443 <signal>accepted()</signal>
367 <receiver>ColorDialogWizardDialog</receiver> 444 <receiver>ColorDialogWizardDialog</receiver>
368 <slot>accept()</slot> 445 <slot>accept()</slot>
369 <hints> 446 <hints>
370 <hint type="sourcelabel"> 447 <hint type="sourcelabel">
371 <x>20</x> 448 <x>29</x>
372 <y>263</y> 449 <y>471</y>
373 </hint> 450 </hint>
374 <hint type="destinationlabel"> 451 <hint type="destinationlabel">
375 <x>20</x> 452 <x>20</x>
376 <y>280</y> 453 <y>280</y>
377 </hint> 454 </hint>
382 <signal>rejected()</signal> 459 <signal>rejected()</signal>
383 <receiver>ColorDialogWizardDialog</receiver> 460 <receiver>ColorDialogWizardDialog</receiver>
384 <slot>reject()</slot> 461 <slot>reject()</slot>
385 <hints> 462 <hints>
386 <hint type="sourcelabel"> 463 <hint type="sourcelabel">
387 <x>76</x> 464 <x>85</x>
388 <y>260</y> 465 <y>471</y>
389 </hint> 466 </hint>
390 <hint type="destinationlabel"> 467 <hint type="destinationlabel">
391 <x>76</x> 468 <x>76</x>
392 <y>278</y> 469 <y>278</y>
470 </hint>
471 </hints>
472 </connection>
473 <connection>
474 <sender>parentOther</sender>
475 <signal>toggled(bool)</signal>
476 <receiver>parentEdit</receiver>
477 <slot>setEnabled(bool)</slot>
478 <hints>
479 <hint type="sourcelabel">
480 <x>82</x>
481 <y>241</y>
482 </hint>
483 <hint type="destinationlabel">
484 <x>122</x>
485 <y>240</y>
393 </hint> 486 </hint>
394 </hints> 487 </hints>
395 </connection> 488 </connection>
396 </connections> 489 </connections>
397 </ui> 490 </ui>

eric ide

mercurial