Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui

changeset 3125
385a62b53725
parent 3124
a01e410893ac
child 5508
30626def80dc
equal deleted inserted replaced
3124:a01e410893ac 3125:385a62b53725
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>397</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>
80 </item> 80 </item>
81 </layout> 81 </layout>
82 </widget> 82 </widget>
83 </item> 83 </item>
84 <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>
136 </item>
137 </layout>
138 </widget>
139 </item>
140 <item>
85 <widget class="QGroupBox" name="groupBox_2"> 141 <widget class="QGroupBox" name="groupBox_2">
86 <property name="title"> 142 <property name="title">
87 <string>Colour</string> 143 <string>Colour</string>
88 </property> 144 </property>
89 <layout class="QVBoxLayout"> 145 <layout class="QVBoxLayout">
334 <tabstops> 390 <tabstops>
335 <tabstop>rColor</tabstop> 391 <tabstop>rColor</tabstop>
336 <tabstop>rRGBA</tabstop> 392 <tabstop>rRGBA</tabstop>
337 <tabstop>eResultVar</tabstop> 393 <tabstop>eResultVar</tabstop>
338 <tabstop>eTitle</tabstop> 394 <tabstop>eTitle</tabstop>
395 <tabstop>parentSelf</tabstop>
396 <tabstop>parentNone</tabstop>
397 <tabstop>parentOther</tabstop>
398 <tabstop>parentEdit</tabstop>
339 <tabstop>eColor</tabstop> 399 <tabstop>eColor</tabstop>
340 <tabstop>sRed</tabstop> 400 <tabstop>sRed</tabstop>
341 <tabstop>sGreen</tabstop> 401 <tabstop>sGreen</tabstop>
342 <tabstop>sBlue</tabstop> 402 <tabstop>sBlue</tabstop>
343 <tabstop>sAlpha</tabstop> 403 <tabstop>sAlpha</tabstop>
355 <hint type="sourcelabel"> 415 <hint type="sourcelabel">
356 <x>38</x> 416 <x>38</x>
357 <y>35</y> 417 <y>35</y>
358 </hint> 418 </hint>
359 <hint type="destinationlabel"> 419 <hint type="destinationlabel">
360 <x>36</x> 420 <x>45</x>
361 <y>66</y> 421 <y>319</y>
362 </hint> 422 </hint>
363 </hints> 423 </hints>
364 </connection> 424 </connection>
365 <connection> 425 <connection>
366 <sender>rRGBA</sender> 426 <sender>rRGBA</sender>
371 <hint type="sourcelabel"> 431 <hint type="sourcelabel">
372 <x>212</x> 432 <x>212</x>
373 <y>38</y> 433 <y>38</y>
374 </hint> 434 </hint>
375 <hint type="destinationlabel"> 435 <hint type="destinationlabel">
376 <x>209</x> 436 <x>218</x>
377 <y>122</y> 437 <y>442</y>
378 </hint> 438 </hint>
379 </hints> 439 </hints>
380 </connection> 440 </connection>
381 <connection> 441 <connection>
382 <sender>buttonBox</sender> 442 <sender>buttonBox</sender>
383 <signal>accepted()</signal> 443 <signal>accepted()</signal>
384 <receiver>ColorDialogWizardDialog</receiver> 444 <receiver>ColorDialogWizardDialog</receiver>
385 <slot>accept()</slot> 445 <slot>accept()</slot>
386 <hints> 446 <hints>
387 <hint type="sourcelabel"> 447 <hint type="sourcelabel">
388 <x>20</x> 448 <x>29</x>
389 <y>263</y> 449 <y>471</y>
390 </hint> 450 </hint>
391 <hint type="destinationlabel"> 451 <hint type="destinationlabel">
392 <x>20</x> 452 <x>20</x>
393 <y>280</y> 453 <y>280</y>
394 </hint> 454 </hint>
399 <signal>rejected()</signal> 459 <signal>rejected()</signal>
400 <receiver>ColorDialogWizardDialog</receiver> 460 <receiver>ColorDialogWizardDialog</receiver>
401 <slot>reject()</slot> 461 <slot>reject()</slot>
402 <hints> 462 <hints>
403 <hint type="sourcelabel"> 463 <hint type="sourcelabel">
404 <x>76</x> 464 <x>85</x>
405 <y>260</y> 465 <y>471</y>
406 </hint> 466 </hint>
407 <hint type="destinationlabel"> 467 <hint type="destinationlabel">
408 <x>76</x> 468 <x>76</x>
409 <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>
410 </hint> 486 </hint>
411 </hints> 487 </hints>
412 </connection> 488 </connection>
413 </connections> 489 </connections>
414 </ui> 490 </ui>

eric ide

mercurial