27 <widget class="QRadioButton" name="rColor"> |
27 <widget class="QRadioButton" name="rColor"> |
28 <property name="toolTip"> |
28 <property name="toolTip"> |
29 <string>Select to generate a QColorDialog.getColor dialog</string> |
29 <string>Select to generate a QColorDialog.getColor dialog</string> |
30 </property> |
30 </property> |
31 <property name="text"> |
31 <property name="text"> |
32 <string>Colour</string> |
32 <string>Color</string> |
33 </property> |
33 </property> |
34 <property name="checked"> |
34 <property name="checked"> |
35 <bool>true</bool> |
35 <bool>true</bool> |
36 </property> |
36 </property> |
37 </widget> |
37 </widget> |
138 </widget> |
138 </widget> |
139 </item> |
139 </item> |
140 <item> |
140 <item> |
141 <widget class="QGroupBox" name="groupBox_2"> |
141 <widget class="QGroupBox" name="groupBox_2"> |
142 <property name="title"> |
142 <property name="title"> |
143 <string>Colour</string> |
143 <string>Color</string> |
144 </property> |
144 </property> |
145 <layout class="QVBoxLayout"> |
145 <layout class="QVBoxLayout"> |
146 <item> |
146 <item> |
147 <widget class="QComboBox" name="eColor"> |
147 <widget class="QComboBox" name="eColor"> |
148 <property name="sizePolicy"> |
148 <property name="sizePolicy"> |
150 <horstretch>0</horstretch> |
150 <horstretch>0</horstretch> |
151 <verstretch>0</verstretch> |
151 <verstretch>0</verstretch> |
152 </sizepolicy> |
152 </sizepolicy> |
153 </property> |
153 </property> |
154 <property name="toolTip"> |
154 <property name="toolTip"> |
155 <string>Enter a variable name or a colour</string> |
155 <string>Enter a variable name or a color</string> |
156 </property> |
156 </property> |
157 <property name="editable"> |
157 <property name="editable"> |
158 <bool>true</bool> |
158 <bool>true</bool> |
159 </property> |
159 </property> |
160 <item> |
160 <item> |
287 </widget> |
287 </widget> |
288 </item> |
288 </item> |
289 <item row="2" column="0" colspan="4"> |
289 <item row="2" column="0" colspan="4"> |
290 <widget class="QLabel" name="TextLabel2"> |
290 <widget class="QLabel" name="TextLabel2"> |
291 <property name="text"> |
291 <property name="text"> |
292 <string>Colour Variable</string> |
292 <string>Color Variable</string> |
293 </property> |
293 </property> |
294 </widget> |
294 </widget> |
295 </item> |
295 </item> |
296 <item row="1" column="3"> |
296 <item row="1" column="3"> |
297 <widget class="QSpinBox" name="sAlpha"> |
297 <widget class="QSpinBox" name="sAlpha"> |