Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui

changeset 3124
a01e410893ac
parent 2128
bf80601e12d3
child 3125
385a62b53725
equal deleted inserted replaced
3123:2c89ff79c246 3124:a01e410893ac
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>397</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">
215 </widget> 231 </widget>
216 </item> 232 </item>
217 <item row="2" column="0" colspan="4"> 233 <item row="2" column="0" colspan="4">
218 <widget class="QLabel" name="TextLabel2"> 234 <widget class="QLabel" name="TextLabel2">
219 <property name="text"> 235 <property name="text">
220 <string>Variable</string> 236 <string>Colour Variable</string>
221 </property> 237 </property>
222 </widget> 238 </widget>
223 </item> 239 </item>
224 <item row="1" column="3"> 240 <item row="1" column="3">
225 <widget class="QSpinBox" name="sAlpha"> 241 <widget class="QSpinBox" name="sAlpha">
316 <layoutdefault spacing="6" margin="11"/> 332 <layoutdefault spacing="6" margin="11"/>
317 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 333 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
318 <tabstops> 334 <tabstops>
319 <tabstop>rColor</tabstop> 335 <tabstop>rColor</tabstop>
320 <tabstop>rRGBA</tabstop> 336 <tabstop>rRGBA</tabstop>
337 <tabstop>eResultVar</tabstop>
321 <tabstop>eTitle</tabstop> 338 <tabstop>eTitle</tabstop>
322 <tabstop>eColor</tabstop> 339 <tabstop>eColor</tabstop>
323 <tabstop>sRed</tabstop> 340 <tabstop>sRed</tabstop>
324 <tabstop>sGreen</tabstop> 341 <tabstop>sGreen</tabstop>
325 <tabstop>sBlue</tabstop> 342 <tabstop>sBlue</tabstop>

eric ide

mercurial