author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 29 Apr 2010 15:15:16 +0300 | |
branch | RCL_3 |
changeset 17 | 4b6ee5efea19 |
parent 4 | 3b1da2848fc7 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
********************************************************************* |
|
3 |
** |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
4 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 5 |
** All rights reserved. |
6 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
|
7 |
** |
|
8 |
** This file is part of the test suite of the Qt Toolkit. |
|
9 |
** |
|
10 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
11 |
** No Commercial Usage |
|
12 |
** This file contains pre-release code and may not be distributed. |
|
13 |
** You may use this file in accordance with the terms and conditions |
|
14 |
** contained in the Technology Preview License Agreement accompanying |
|
15 |
** this package. |
|
16 |
** |
|
17 |
** GNU Lesser General Public License Usage |
|
18 |
** Alternatively, this file may be used under the terms of the GNU Lesser |
|
19 |
** General Public License version 2.1 as published by the Free Software |
|
20 |
** Foundation and appearing in the file LICENSE.LGPL included in the |
|
21 |
** packaging of this file. Please review the following information to |
|
22 |
** ensure the GNU Lesser General Public License version 2.1 requirements |
|
23 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
24 |
** |
|
25 |
** In addition, as a special exception, Nokia gives you certain additional |
|
26 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
|
27 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
28 |
** |
|
29 |
** If you have questions regarding the use of this file, please contact |
|
30 |
** Nokia at qt-info@nokia.com. |
|
31 |
** |
|
32 |
** |
|
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
|
37 |
** |
|
38 |
** |
|
39 |
** $QT_END_LICENSE$ |
|
40 |
** |
|
41 |
********************************************************************* |
|
42 |
*/ |
|
43 |
||
44 |
/******************************************************************************** |
|
45 |
** Form generated from reading UI file 'qtgradienteditor.ui' |
|
46 |
** |
|
47 |
** Created: Fri Sep 4 10:17:14 2009 |
|
48 |
** by: Qt User Interface Compiler version 4.6.0 |
|
49 |
** |
|
50 |
** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
51 |
********************************************************************************/ |
|
52 |
||
53 |
#ifndef QTGRADIENTEDITOR_H |
|
54 |
#define QTGRADIENTEDITOR_H |
|
55 |
||
56 |
#include <QtCore/QVariant> |
|
57 |
#include <QtGui/QAction> |
|
58 |
#include <QtGui/QApplication> |
|
59 |
#include <QtGui/QButtonGroup> |
|
60 |
#include <QtGui/QComboBox> |
|
61 |
#include <QtGui/QDoubleSpinBox> |
|
62 |
#include <QtGui/QFrame> |
|
63 |
#include <QtGui/QHBoxLayout> |
|
64 |
#include <QtGui/QHeaderView> |
|
65 |
#include <QtGui/QLabel> |
|
66 |
#include <QtGui/QRadioButton> |
|
67 |
#include <QtGui/QSpacerItem> |
|
68 |
#include <QtGui/QSpinBox> |
|
69 |
#include <QtGui/QToolButton> |
|
70 |
#include <QtGui/QVBoxLayout> |
|
71 |
#include <QtGui/QWidget> |
|
72 |
#include "qtcolorbutton.h" |
|
73 |
#include "qtcolorline.h" |
|
74 |
#include "qtgradientstopswidget.h" |
|
75 |
#include "qtgradientwidget.h" |
|
76 |
||
77 |
QT_BEGIN_NAMESPACE |
|
78 |
||
79 |
class Ui_QtGradientEditor |
|
80 |
{ |
|
81 |
public: |
|
82 |
QFrame *frame; |
|
83 |
QVBoxLayout *vboxLayout; |
|
84 |
QtGradientWidget *gradientWidget; |
|
85 |
QLabel *label1; |
|
86 |
QDoubleSpinBox *spinBox1; |
|
87 |
QLabel *label2; |
|
88 |
QDoubleSpinBox *spinBox2; |
|
89 |
QLabel *label3; |
|
90 |
QDoubleSpinBox *spinBox3; |
|
91 |
QLabel *label4; |
|
92 |
QDoubleSpinBox *spinBox4; |
|
93 |
QLabel *label5; |
|
94 |
QDoubleSpinBox *spinBox5; |
|
95 |
QtGradientStopsWidget *gradientStopsWidget; |
|
96 |
QLabel *zoomLabel; |
|
97 |
QToolButton *zoomAllButton; |
|
98 |
QLabel *positionLabel; |
|
99 |
QLabel *hLabel; |
|
100 |
QFrame *frame_2; |
|
101 |
QHBoxLayout *hboxLayout; |
|
102 |
QtColorLine *hueColorLine; |
|
103 |
QLabel *hueLabel; |
|
104 |
QLabel *sLabel; |
|
105 |
QFrame *frame_5; |
|
106 |
QHBoxLayout *hboxLayout1; |
|
107 |
QtColorLine *saturationColorLine; |
|
108 |
QLabel *saturationLabel; |
|
109 |
QLabel *vLabel; |
|
110 |
QFrame *frame_3; |
|
111 |
QHBoxLayout *hboxLayout2; |
|
112 |
QtColorLine *valueColorLine; |
|
113 |
QLabel *valueLabel; |
|
114 |
QLabel *aLabel; |
|
115 |
QFrame *frame_4; |
|
116 |
QHBoxLayout *hboxLayout3; |
|
117 |
QtColorLine *alphaColorLine; |
|
118 |
QLabel *alphaLabel; |
|
119 |
QComboBox *typeComboBox; |
|
120 |
QComboBox *spreadComboBox; |
|
121 |
QLabel *colorLabel; |
|
122 |
QtColorButton *colorButton; |
|
123 |
QRadioButton *hsvRadioButton; |
|
124 |
QRadioButton *rgbRadioButton; |
|
125 |
QWidget *positionWidget; |
|
126 |
QVBoxLayout *vboxLayout1; |
|
127 |
QDoubleSpinBox *positionSpinBox; |
|
128 |
QWidget *hueWidget; |
|
129 |
QVBoxLayout *vboxLayout2; |
|
130 |
QSpinBox *hueSpinBox; |
|
131 |
QWidget *saturationWidget; |
|
132 |
QVBoxLayout *vboxLayout3; |
|
133 |
QSpinBox *saturationSpinBox; |
|
134 |
QWidget *valueWidget; |
|
135 |
QVBoxLayout *vboxLayout4; |
|
136 |
QSpinBox *valueSpinBox; |
|
137 |
QWidget *alphaWidget; |
|
138 |
QVBoxLayout *vboxLayout5; |
|
139 |
QSpinBox *alphaSpinBox; |
|
140 |
QWidget *zoomWidget; |
|
141 |
QVBoxLayout *vboxLayout6; |
|
142 |
QSpinBox *zoomSpinBox; |
|
143 |
QWidget *line1Widget; |
|
144 |
QVBoxLayout *vboxLayout7; |
|
145 |
QFrame *line1; |
|
146 |
QWidget *line2Widget; |
|
147 |
QVBoxLayout *vboxLayout8; |
|
148 |
QFrame *line2; |
|
149 |
QWidget *zoomButtonsWidget; |
|
150 |
QHBoxLayout *hboxLayout4; |
|
151 |
QToolButton *zoomInButton; |
|
152 |
QToolButton *zoomOutButton; |
|
153 |
QSpacerItem *spacerItem; |
|
154 |
QToolButton *detailsButton; |
|
155 |
QToolButton *linearButton; |
|
156 |
QToolButton *radialButton; |
|
157 |
QToolButton *conicalButton; |
|
158 |
QToolButton *padButton; |
|
159 |
QToolButton *repeatButton; |
|
160 |
QToolButton *reflectButton; |
|
161 |
||
162 |
void setupUi(QWidget *QtGradientEditor) |
|
163 |
{ |
|
164 |
if (QtGradientEditor->objectName().isEmpty()) |
|
165 |
QtGradientEditor->setObjectName(QString::fromUtf8("QtGradientEditor")); |
|
166 |
QtGradientEditor->resize(364, 518); |
|
167 |
frame = new QFrame(QtGradientEditor); |
|
168 |
frame->setObjectName(QString::fromUtf8("frame")); |
|
169 |
frame->setGeometry(QRect(10, 69, 193, 150)); |
|
170 |
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); |
|
171 |
sizePolicy.setHorizontalStretch(0); |
|
172 |
sizePolicy.setVerticalStretch(0); |
|
173 |
sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth()); |
|
174 |
frame->setSizePolicy(sizePolicy); |
|
175 |
frame->setFrameShape(QFrame::StyledPanel); |
|
176 |
frame->setFrameShadow(QFrame::Raised); |
|
177 |
vboxLayout = new QVBoxLayout(frame); |
|
178 |
vboxLayout->setSpacing(6); |
|
179 |
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
180 |
vboxLayout->setContentsMargins(0, 0, 0, 0); |
|
181 |
gradientWidget = new QtGradientWidget(frame); |
|
182 |
gradientWidget->setObjectName(QString::fromUtf8("gradientWidget")); |
|
183 |
sizePolicy.setHeightForWidth(gradientWidget->sizePolicy().hasHeightForWidth()); |
|
184 |
gradientWidget->setSizePolicy(sizePolicy); |
|
185 |
||
186 |
vboxLayout->addWidget(gradientWidget); |
|
187 |
||
188 |
label1 = new QLabel(QtGradientEditor); |
|
189 |
label1->setObjectName(QString::fromUtf8("label1")); |
|
190 |
label1->setGeometry(QRect(209, 69, 64, 23)); |
|
191 |
spinBox1 = new QDoubleSpinBox(QtGradientEditor); |
|
192 |
spinBox1->setObjectName(QString::fromUtf8("spinBox1")); |
|
193 |
spinBox1->setGeometry(QRect(279, 69, 73, 23)); |
|
194 |
spinBox1->setKeyboardTracking(false); |
|
195 |
spinBox1->setDecimals(3); |
|
196 |
spinBox1->setMaximum(1); |
|
197 |
spinBox1->setSingleStep(0.01); |
|
198 |
label2 = new QLabel(QtGradientEditor); |
|
199 |
label2->setObjectName(QString::fromUtf8("label2")); |
|
200 |
label2->setGeometry(QRect(209, 99, 64, 23)); |
|
201 |
spinBox2 = new QDoubleSpinBox(QtGradientEditor); |
|
202 |
spinBox2->setObjectName(QString::fromUtf8("spinBox2")); |
|
203 |
spinBox2->setGeometry(QRect(279, 99, 73, 23)); |
|
204 |
spinBox2->setKeyboardTracking(false); |
|
205 |
spinBox2->setDecimals(3); |
|
206 |
spinBox2->setMaximum(1); |
|
207 |
spinBox2->setSingleStep(0.01); |
|
208 |
label3 = new QLabel(QtGradientEditor); |
|
209 |
label3->setObjectName(QString::fromUtf8("label3")); |
|
210 |
label3->setGeometry(QRect(209, 129, 64, 23)); |
|
211 |
spinBox3 = new QDoubleSpinBox(QtGradientEditor); |
|
212 |
spinBox3->setObjectName(QString::fromUtf8("spinBox3")); |
|
213 |
spinBox3->setGeometry(QRect(279, 129, 73, 23)); |
|
214 |
spinBox3->setKeyboardTracking(false); |
|
215 |
spinBox3->setDecimals(3); |
|
216 |
spinBox3->setMaximum(1); |
|
217 |
spinBox3->setSingleStep(0.01); |
|
218 |
label4 = new QLabel(QtGradientEditor); |
|
219 |
label4->setObjectName(QString::fromUtf8("label4")); |
|
220 |
label4->setGeometry(QRect(209, 159, 64, 23)); |
|
221 |
spinBox4 = new QDoubleSpinBox(QtGradientEditor); |
|
222 |
spinBox4->setObjectName(QString::fromUtf8("spinBox4")); |
|
223 |
spinBox4->setGeometry(QRect(279, 159, 73, 23)); |
|
224 |
spinBox4->setKeyboardTracking(false); |
|
225 |
spinBox4->setDecimals(3); |
|
226 |
spinBox4->setMaximum(1); |
|
227 |
spinBox4->setSingleStep(0.01); |
|
228 |
label5 = new QLabel(QtGradientEditor); |
|
229 |
label5->setObjectName(QString::fromUtf8("label5")); |
|
230 |
label5->setGeometry(QRect(209, 189, 64, 23)); |
|
231 |
spinBox5 = new QDoubleSpinBox(QtGradientEditor); |
|
232 |
spinBox5->setObjectName(QString::fromUtf8("spinBox5")); |
|
233 |
spinBox5->setGeometry(QRect(279, 189, 73, 23)); |
|
234 |
spinBox5->setKeyboardTracking(false); |
|
235 |
spinBox5->setDecimals(3); |
|
236 |
spinBox5->setMaximum(1); |
|
237 |
spinBox5->setSingleStep(0.01); |
|
238 |
gradientStopsWidget = new QtGradientStopsWidget(QtGradientEditor); |
|
239 |
gradientStopsWidget->setObjectName(QString::fromUtf8("gradientStopsWidget")); |
|
240 |
gradientStopsWidget->setGeometry(QRect(10, 225, 193, 67)); |
|
241 |
zoomLabel = new QLabel(QtGradientEditor); |
|
242 |
zoomLabel->setObjectName(QString::fromUtf8("zoomLabel")); |
|
243 |
zoomLabel->setGeometry(QRect(209, 231, 64, 23)); |
|
244 |
zoomAllButton = new QToolButton(QtGradientEditor); |
|
245 |
zoomAllButton->setObjectName(QString::fromUtf8("zoomAllButton")); |
|
246 |
zoomAllButton->setGeometry(QRect(279, 260, 72, 26)); |
|
247 |
QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed); |
|
248 |
sizePolicy1.setHorizontalStretch(0); |
|
249 |
sizePolicy1.setVerticalStretch(0); |
|
250 |
sizePolicy1.setHeightForWidth(zoomAllButton->sizePolicy().hasHeightForWidth()); |
|
251 |
zoomAllButton->setSizePolicy(sizePolicy1); |
|
252 |
positionLabel = new QLabel(QtGradientEditor); |
|
253 |
positionLabel->setObjectName(QString::fromUtf8("positionLabel")); |
|
254 |
positionLabel->setGeometry(QRect(209, 304, 64, 23)); |
|
255 |
hLabel = new QLabel(QtGradientEditor); |
|
256 |
hLabel->setObjectName(QString::fromUtf8("hLabel")); |
|
257 |
hLabel->setGeometry(QRect(10, 335, 32, 18)); |
|
258 |
sizePolicy1.setHeightForWidth(hLabel->sizePolicy().hasHeightForWidth()); |
|
259 |
hLabel->setSizePolicy(sizePolicy1); |
|
260 |
frame_2 = new QFrame(QtGradientEditor); |
|
261 |
frame_2->setObjectName(QString::fromUtf8("frame_2")); |
|
262 |
frame_2->setGeometry(QRect(48, 333, 155, 23)); |
|
263 |
QSizePolicy sizePolicy2(QSizePolicy::Ignored, QSizePolicy::Preferred); |
|
264 |
sizePolicy2.setHorizontalStretch(0); |
|
265 |
sizePolicy2.setVerticalStretch(0); |
|
266 |
sizePolicy2.setHeightForWidth(frame_2->sizePolicy().hasHeightForWidth()); |
|
267 |
frame_2->setSizePolicy(sizePolicy2); |
|
268 |
frame_2->setFrameShape(QFrame::StyledPanel); |
|
269 |
frame_2->setFrameShadow(QFrame::Raised); |
|
270 |
hboxLayout = new QHBoxLayout(frame_2); |
|
271 |
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
|
272 |
hboxLayout->setContentsMargins(0, 0, 0, 0); |
|
273 |
hueColorLine = new QtColorLine(frame_2); |
|
274 |
hueColorLine->setObjectName(QString::fromUtf8("hueColorLine")); |
|
275 |
QSizePolicy sizePolicy3(QSizePolicy::Expanding, QSizePolicy::Preferred); |
|
276 |
sizePolicy3.setHorizontalStretch(0); |
|
277 |
sizePolicy3.setVerticalStretch(0); |
|
278 |
sizePolicy3.setHeightForWidth(hueColorLine->sizePolicy().hasHeightForWidth()); |
|
279 |
hueColorLine->setSizePolicy(sizePolicy3); |
|
280 |
||
281 |
hboxLayout->addWidget(hueColorLine); |
|
282 |
||
283 |
hueLabel = new QLabel(QtGradientEditor); |
|
284 |
hueLabel->setObjectName(QString::fromUtf8("hueLabel")); |
|
285 |
hueLabel->setGeometry(QRect(209, 335, 64, 18)); |
|
286 |
sizePolicy1.setHeightForWidth(hueLabel->sizePolicy().hasHeightForWidth()); |
|
287 |
hueLabel->setSizePolicy(sizePolicy1); |
|
288 |
sLabel = new QLabel(QtGradientEditor); |
|
289 |
sLabel->setObjectName(QString::fromUtf8("sLabel")); |
|
290 |
sLabel->setGeometry(QRect(10, 364, 32, 18)); |
|
291 |
sizePolicy1.setHeightForWidth(sLabel->sizePolicy().hasHeightForWidth()); |
|
292 |
sLabel->setSizePolicy(sizePolicy1); |
|
293 |
frame_5 = new QFrame(QtGradientEditor); |
|
294 |
frame_5->setObjectName(QString::fromUtf8("frame_5")); |
|
295 |
frame_5->setGeometry(QRect(48, 362, 155, 23)); |
|
296 |
sizePolicy2.setHeightForWidth(frame_5->sizePolicy().hasHeightForWidth()); |
|
297 |
frame_5->setSizePolicy(sizePolicy2); |
|
298 |
frame_5->setFrameShape(QFrame::StyledPanel); |
|
299 |
frame_5->setFrameShadow(QFrame::Raised); |
|
300 |
hboxLayout1 = new QHBoxLayout(frame_5); |
|
301 |
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); |
|
302 |
hboxLayout1->setContentsMargins(0, 0, 0, 0); |
|
303 |
saturationColorLine = new QtColorLine(frame_5); |
|
304 |
saturationColorLine->setObjectName(QString::fromUtf8("saturationColorLine")); |
|
305 |
sizePolicy3.setHeightForWidth(saturationColorLine->sizePolicy().hasHeightForWidth()); |
|
306 |
saturationColorLine->setSizePolicy(sizePolicy3); |
|
307 |
||
308 |
hboxLayout1->addWidget(saturationColorLine); |
|
309 |
||
310 |
saturationLabel = new QLabel(QtGradientEditor); |
|
311 |
saturationLabel->setObjectName(QString::fromUtf8("saturationLabel")); |
|
312 |
saturationLabel->setGeometry(QRect(209, 364, 64, 18)); |
|
313 |
sizePolicy1.setHeightForWidth(saturationLabel->sizePolicy().hasHeightForWidth()); |
|
314 |
saturationLabel->setSizePolicy(sizePolicy1); |
|
315 |
vLabel = new QLabel(QtGradientEditor); |
|
316 |
vLabel->setObjectName(QString::fromUtf8("vLabel")); |
|
317 |
vLabel->setGeometry(QRect(10, 393, 32, 18)); |
|
318 |
sizePolicy1.setHeightForWidth(vLabel->sizePolicy().hasHeightForWidth()); |
|
319 |
vLabel->setSizePolicy(sizePolicy1); |
|
320 |
frame_3 = new QFrame(QtGradientEditor); |
|
321 |
frame_3->setObjectName(QString::fromUtf8("frame_3")); |
|
322 |
frame_3->setGeometry(QRect(48, 391, 155, 23)); |
|
323 |
sizePolicy2.setHeightForWidth(frame_3->sizePolicy().hasHeightForWidth()); |
|
324 |
frame_3->setSizePolicy(sizePolicy2); |
|
325 |
frame_3->setFrameShape(QFrame::StyledPanel); |
|
326 |
frame_3->setFrameShadow(QFrame::Raised); |
|
327 |
hboxLayout2 = new QHBoxLayout(frame_3); |
|
328 |
hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); |
|
329 |
hboxLayout2->setContentsMargins(0, 0, 0, 0); |
|
330 |
valueColorLine = new QtColorLine(frame_3); |
|
331 |
valueColorLine->setObjectName(QString::fromUtf8("valueColorLine")); |
|
332 |
sizePolicy3.setHeightForWidth(valueColorLine->sizePolicy().hasHeightForWidth()); |
|
333 |
valueColorLine->setSizePolicy(sizePolicy3); |
|
334 |
||
335 |
hboxLayout2->addWidget(valueColorLine); |
|
336 |
||
337 |
valueLabel = new QLabel(QtGradientEditor); |
|
338 |
valueLabel->setObjectName(QString::fromUtf8("valueLabel")); |
|
339 |
valueLabel->setGeometry(QRect(209, 393, 64, 18)); |
|
340 |
sizePolicy1.setHeightForWidth(valueLabel->sizePolicy().hasHeightForWidth()); |
|
341 |
valueLabel->setSizePolicy(sizePolicy1); |
|
342 |
aLabel = new QLabel(QtGradientEditor); |
|
343 |
aLabel->setObjectName(QString::fromUtf8("aLabel")); |
|
344 |
aLabel->setGeometry(QRect(10, 422, 32, 18)); |
|
345 |
sizePolicy1.setHeightForWidth(aLabel->sizePolicy().hasHeightForWidth()); |
|
346 |
aLabel->setSizePolicy(sizePolicy1); |
|
347 |
frame_4 = new QFrame(QtGradientEditor); |
|
348 |
frame_4->setObjectName(QString::fromUtf8("frame_4")); |
|
349 |
frame_4->setGeometry(QRect(48, 420, 155, 23)); |
|
350 |
sizePolicy2.setHeightForWidth(frame_4->sizePolicy().hasHeightForWidth()); |
|
351 |
frame_4->setSizePolicy(sizePolicy2); |
|
352 |
frame_4->setFrameShape(QFrame::StyledPanel); |
|
353 |
frame_4->setFrameShadow(QFrame::Raised); |
|
354 |
hboxLayout3 = new QHBoxLayout(frame_4); |
|
355 |
hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); |
|
356 |
hboxLayout3->setContentsMargins(0, 0, 0, 0); |
|
357 |
alphaColorLine = new QtColorLine(frame_4); |
|
358 |
alphaColorLine->setObjectName(QString::fromUtf8("alphaColorLine")); |
|
359 |
sizePolicy3.setHeightForWidth(alphaColorLine->sizePolicy().hasHeightForWidth()); |
|
360 |
alphaColorLine->setSizePolicy(sizePolicy3); |
|
361 |
||
362 |
hboxLayout3->addWidget(alphaColorLine); |
|
363 |
||
364 |
alphaLabel = new QLabel(QtGradientEditor); |
|
365 |
alphaLabel->setObjectName(QString::fromUtf8("alphaLabel")); |
|
366 |
alphaLabel->setGeometry(QRect(209, 422, 64, 18)); |
|
367 |
sizePolicy1.setHeightForWidth(alphaLabel->sizePolicy().hasHeightForWidth()); |
|
368 |
alphaLabel->setSizePolicy(sizePolicy1); |
|
369 |
typeComboBox = new QComboBox(QtGradientEditor); |
|
370 |
typeComboBox->setObjectName(QString::fromUtf8("typeComboBox")); |
|
371 |
typeComboBox->setGeometry(QRect(10, 40, 79, 22)); |
|
372 |
spreadComboBox = new QComboBox(QtGradientEditor); |
|
373 |
spreadComboBox->setObjectName(QString::fromUtf8("spreadComboBox")); |
|
374 |
spreadComboBox->setGeometry(QRect(96, 40, 72, 22)); |
|
375 |
colorLabel = new QLabel(QtGradientEditor); |
|
376 |
colorLabel->setObjectName(QString::fromUtf8("colorLabel")); |
|
377 |
colorLabel->setGeometry(QRect(10, 298, 32, 29)); |
|
378 |
QSizePolicy sizePolicy4(QSizePolicy::Fixed, QSizePolicy::Preferred); |
|
379 |
sizePolicy4.setHorizontalStretch(0); |
|
380 |
sizePolicy4.setVerticalStretch(0); |
|
381 |
sizePolicy4.setHeightForWidth(colorLabel->sizePolicy().hasHeightForWidth()); |
|
382 |
colorLabel->setSizePolicy(sizePolicy4); |
|
383 |
colorButton = new QtColorButton(QtGradientEditor); |
|
384 |
colorButton->setObjectName(QString::fromUtf8("colorButton")); |
|
385 |
colorButton->setGeometry(QRect(48, 300, 26, 25)); |
|
386 |
hsvRadioButton = new QRadioButton(QtGradientEditor); |
|
387 |
hsvRadioButton->setObjectName(QString::fromUtf8("hsvRadioButton")); |
|
388 |
hsvRadioButton->setGeometry(QRect(80, 301, 49, 23)); |
|
389 |
QSizePolicy sizePolicy5(QSizePolicy::Fixed, QSizePolicy::Fixed); |
|
390 |
sizePolicy5.setHorizontalStretch(0); |
|
391 |
sizePolicy5.setVerticalStretch(0); |
|
392 |
sizePolicy5.setHeightForWidth(hsvRadioButton->sizePolicy().hasHeightForWidth()); |
|
393 |
hsvRadioButton->setSizePolicy(sizePolicy5); |
|
394 |
hsvRadioButton->setChecked(true); |
|
395 |
rgbRadioButton = new QRadioButton(QtGradientEditor); |
|
396 |
rgbRadioButton->setObjectName(QString::fromUtf8("rgbRadioButton")); |
|
397 |
rgbRadioButton->setGeometry(QRect(135, 301, 49, 23)); |
|
398 |
sizePolicy5.setHeightForWidth(rgbRadioButton->sizePolicy().hasHeightForWidth()); |
|
399 |
rgbRadioButton->setSizePolicy(sizePolicy5); |
|
400 |
positionWidget = new QWidget(QtGradientEditor); |
|
401 |
positionWidget->setObjectName(QString::fromUtf8("positionWidget")); |
|
402 |
positionWidget->setGeometry(QRect(279, 304, 73, 23)); |
|
403 |
vboxLayout1 = new QVBoxLayout(positionWidget); |
|
404 |
vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); |
|
405 |
vboxLayout1->setContentsMargins(0, 0, 0, 0); |
|
406 |
positionSpinBox = new QDoubleSpinBox(positionWidget); |
|
407 |
positionSpinBox->setObjectName(QString::fromUtf8("positionSpinBox")); |
|
408 |
positionSpinBox->setKeyboardTracking(false); |
|
409 |
positionSpinBox->setDecimals(3); |
|
410 |
positionSpinBox->setMinimum(0); |
|
411 |
positionSpinBox->setMaximum(1); |
|
412 |
positionSpinBox->setSingleStep(0.01); |
|
413 |
positionSpinBox->setValue(0); |
|
414 |
||
415 |
vboxLayout1->addWidget(positionSpinBox); |
|
416 |
||
417 |
hueWidget = new QWidget(QtGradientEditor); |
|
418 |
hueWidget->setObjectName(QString::fromUtf8("hueWidget")); |
|
419 |
hueWidget->setGeometry(QRect(279, 333, 73, 23)); |
|
420 |
vboxLayout2 = new QVBoxLayout(hueWidget); |
|
421 |
vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); |
|
422 |
vboxLayout2->setContentsMargins(0, 0, 0, 0); |
|
423 |
hueSpinBox = new QSpinBox(hueWidget); |
|
424 |
hueSpinBox->setObjectName(QString::fromUtf8("hueSpinBox")); |
|
425 |
hueSpinBox->setKeyboardTracking(false); |
|
426 |
hueSpinBox->setMaximum(359); |
|
427 |
||
428 |
vboxLayout2->addWidget(hueSpinBox); |
|
429 |
||
430 |
saturationWidget = new QWidget(QtGradientEditor); |
|
431 |
saturationWidget->setObjectName(QString::fromUtf8("saturationWidget")); |
|
432 |
saturationWidget->setGeometry(QRect(279, 362, 73, 23)); |
|
433 |
vboxLayout3 = new QVBoxLayout(saturationWidget); |
|
434 |
vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); |
|
435 |
vboxLayout3->setContentsMargins(0, 0, 0, 0); |
|
436 |
saturationSpinBox = new QSpinBox(saturationWidget); |
|
437 |
saturationSpinBox->setObjectName(QString::fromUtf8("saturationSpinBox")); |
|
438 |
saturationSpinBox->setKeyboardTracking(false); |
|
439 |
saturationSpinBox->setMaximum(255); |
|
440 |
||
441 |
vboxLayout3->addWidget(saturationSpinBox); |
|
442 |
||
443 |
valueWidget = new QWidget(QtGradientEditor); |
|
444 |
valueWidget->setObjectName(QString::fromUtf8("valueWidget")); |
|
445 |
valueWidget->setGeometry(QRect(279, 391, 73, 23)); |
|
446 |
vboxLayout4 = new QVBoxLayout(valueWidget); |
|
447 |
vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); |
|
448 |
vboxLayout4->setContentsMargins(0, 0, 0, 0); |
|
449 |
valueSpinBox = new QSpinBox(valueWidget); |
|
450 |
valueSpinBox->setObjectName(QString::fromUtf8("valueSpinBox")); |
|
451 |
valueSpinBox->setKeyboardTracking(false); |
|
452 |
valueSpinBox->setMaximum(255); |
|
453 |
||
454 |
vboxLayout4->addWidget(valueSpinBox); |
|
455 |
||
456 |
alphaWidget = new QWidget(QtGradientEditor); |
|
457 |
alphaWidget->setObjectName(QString::fromUtf8("alphaWidget")); |
|
458 |
alphaWidget->setGeometry(QRect(279, 420, 73, 23)); |
|
459 |
vboxLayout5 = new QVBoxLayout(alphaWidget); |
|
460 |
vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); |
|
461 |
vboxLayout5->setContentsMargins(0, 0, 0, 0); |
|
462 |
alphaSpinBox = new QSpinBox(alphaWidget); |
|
463 |
alphaSpinBox->setObjectName(QString::fromUtf8("alphaSpinBox")); |
|
464 |
alphaSpinBox->setKeyboardTracking(false); |
|
465 |
alphaSpinBox->setMaximum(255); |
|
466 |
||
467 |
vboxLayout5->addWidget(alphaSpinBox); |
|
468 |
||
469 |
zoomWidget = new QWidget(QtGradientEditor); |
|
470 |
zoomWidget->setObjectName(QString::fromUtf8("zoomWidget")); |
|
471 |
zoomWidget->setGeometry(QRect(279, 231, 73, 23)); |
|
472 |
vboxLayout6 = new QVBoxLayout(zoomWidget); |
|
473 |
vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6")); |
|
474 |
vboxLayout6->setContentsMargins(0, 0, 0, 0); |
|
475 |
zoomSpinBox = new QSpinBox(zoomWidget); |
|
476 |
zoomSpinBox->setObjectName(QString::fromUtf8("zoomSpinBox")); |
|
477 |
zoomSpinBox->setKeyboardTracking(false); |
|
478 |
zoomSpinBox->setMinimum(100); |
|
479 |
zoomSpinBox->setMaximum(10000); |
|
480 |
zoomSpinBox->setSingleStep(100); |
|
481 |
zoomSpinBox->setValue(100); |
|
482 |
||
483 |
vboxLayout6->addWidget(zoomSpinBox); |
|
484 |
||
485 |
line1Widget = new QWidget(QtGradientEditor); |
|
486 |
line1Widget->setObjectName(QString::fromUtf8("line1Widget")); |
|
487 |
line1Widget->setGeometry(QRect(209, 219, 143, 16)); |
|
488 |
vboxLayout7 = new QVBoxLayout(line1Widget); |
|
489 |
vboxLayout7->setObjectName(QString::fromUtf8("vboxLayout7")); |
|
490 |
vboxLayout7->setContentsMargins(0, 0, 0, 0); |
|
491 |
line1 = new QFrame(line1Widget); |
|
492 |
line1->setObjectName(QString::fromUtf8("line1")); |
|
493 |
line1->setFrameShape(QFrame::HLine); |
|
494 |
line1->setFrameShadow(QFrame::Sunken); |
|
495 |
||
496 |
vboxLayout7->addWidget(line1); |
|
497 |
||
498 |
line2Widget = new QWidget(QtGradientEditor); |
|
499 |
line2Widget->setObjectName(QString::fromUtf8("line2Widget")); |
|
500 |
line2Widget->setGeometry(QRect(209, 292, 143, 16)); |
|
501 |
vboxLayout8 = new QVBoxLayout(line2Widget); |
|
502 |
vboxLayout8->setObjectName(QString::fromUtf8("vboxLayout8")); |
|
503 |
vboxLayout8->setContentsMargins(0, 0, 0, 0); |
|
504 |
line2 = new QFrame(line2Widget); |
|
505 |
line2->setObjectName(QString::fromUtf8("line2")); |
|
506 |
line2->setFrameShape(QFrame::HLine); |
|
507 |
line2->setFrameShadow(QFrame::Sunken); |
|
508 |
||
509 |
vboxLayout8->addWidget(line2); |
|
510 |
||
511 |
zoomButtonsWidget = new QWidget(QtGradientEditor); |
|
512 |
zoomButtonsWidget->setObjectName(QString::fromUtf8("zoomButtonsWidget")); |
|
513 |
zoomButtonsWidget->setGeometry(QRect(209, 260, 64, 26)); |
|
514 |
QSizePolicy sizePolicy6(QSizePolicy::Maximum, QSizePolicy::Preferred); |
|
515 |
sizePolicy6.setHorizontalStretch(0); |
|
516 |
sizePolicy6.setVerticalStretch(0); |
|
517 |
sizePolicy6.setHeightForWidth(zoomButtonsWidget->sizePolicy().hasHeightForWidth()); |
|
518 |
zoomButtonsWidget->setSizePolicy(sizePolicy6); |
|
519 |
hboxLayout4 = new QHBoxLayout(zoomButtonsWidget); |
|
520 |
hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); |
|
521 |
hboxLayout4->setContentsMargins(0, 0, 0, 0); |
|
522 |
zoomInButton = new QToolButton(zoomButtonsWidget); |
|
523 |
zoomInButton->setObjectName(QString::fromUtf8("zoomInButton")); |
|
524 |
||
525 |
hboxLayout4->addWidget(zoomInButton); |
|
526 |
||
527 |
zoomOutButton = new QToolButton(zoomButtonsWidget); |
|
528 |
zoomOutButton->setObjectName(QString::fromUtf8("zoomOutButton")); |
|
529 |
||
530 |
hboxLayout4->addWidget(zoomOutButton); |
|
531 |
||
532 |
spacerItem = new QSpacerItem(0, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
|
533 |
||
534 |
hboxLayout4->addItem(spacerItem); |
|
535 |
||
536 |
detailsButton = new QToolButton(QtGradientEditor); |
|
537 |
detailsButton->setObjectName(QString::fromUtf8("detailsButton")); |
|
538 |
detailsButton->setGeometry(QRect(176, 40, 25, 22)); |
|
539 |
QSizePolicy sizePolicy7(QSizePolicy::Fixed, QSizePolicy::Ignored); |
|
540 |
sizePolicy7.setHorizontalStretch(0); |
|
541 |
sizePolicy7.setVerticalStretch(0); |
|
542 |
sizePolicy7.setHeightForWidth(detailsButton->sizePolicy().hasHeightForWidth()); |
|
543 |
detailsButton->setSizePolicy(sizePolicy7); |
|
544 |
detailsButton->setCheckable(true); |
|
545 |
detailsButton->setAutoRaise(true); |
|
546 |
linearButton = new QToolButton(QtGradientEditor); |
|
547 |
linearButton->setObjectName(QString::fromUtf8("linearButton")); |
|
548 |
linearButton->setGeometry(QRect(10, 10, 30, 26)); |
|
549 |
linearButton->setCheckable(true); |
|
550 |
linearButton->setAutoRaise(true); |
|
551 |
radialButton = new QToolButton(QtGradientEditor); |
|
552 |
radialButton->setObjectName(QString::fromUtf8("radialButton")); |
|
553 |
radialButton->setGeometry(QRect(40, 10, 30, 26)); |
|
554 |
radialButton->setCheckable(true); |
|
555 |
radialButton->setAutoRaise(true); |
|
556 |
conicalButton = new QToolButton(QtGradientEditor); |
|
557 |
conicalButton->setObjectName(QString::fromUtf8("conicalButton")); |
|
558 |
conicalButton->setGeometry(QRect(70, 10, 30, 26)); |
|
559 |
conicalButton->setCheckable(true); |
|
560 |
conicalButton->setAutoRaise(true); |
|
561 |
padButton = new QToolButton(QtGradientEditor); |
|
562 |
padButton->setObjectName(QString::fromUtf8("padButton")); |
|
563 |
padButton->setGeometry(QRect(110, 10, 30, 26)); |
|
564 |
padButton->setCheckable(true); |
|
565 |
padButton->setAutoRaise(true); |
|
566 |
repeatButton = new QToolButton(QtGradientEditor); |
|
567 |
repeatButton->setObjectName(QString::fromUtf8("repeatButton")); |
|
568 |
repeatButton->setGeometry(QRect(140, 10, 30, 26)); |
|
569 |
repeatButton->setCheckable(true); |
|
570 |
repeatButton->setAutoRaise(true); |
|
571 |
reflectButton = new QToolButton(QtGradientEditor); |
|
572 |
reflectButton->setObjectName(QString::fromUtf8("reflectButton")); |
|
573 |
reflectButton->setGeometry(QRect(170, 10, 30, 26)); |
|
574 |
reflectButton->setCheckable(true); |
|
575 |
reflectButton->setAutoRaise(true); |
|
576 |
QWidget::setTabOrder(typeComboBox, spreadComboBox); |
|
577 |
QWidget::setTabOrder(spreadComboBox, detailsButton); |
|
578 |
QWidget::setTabOrder(detailsButton, spinBox1); |
|
579 |
QWidget::setTabOrder(spinBox1, spinBox2); |
|
580 |
QWidget::setTabOrder(spinBox2, spinBox3); |
|
581 |
QWidget::setTabOrder(spinBox3, spinBox4); |
|
582 |
QWidget::setTabOrder(spinBox4, spinBox5); |
|
583 |
QWidget::setTabOrder(spinBox5, zoomSpinBox); |
|
584 |
QWidget::setTabOrder(zoomSpinBox, zoomInButton); |
|
585 |
QWidget::setTabOrder(zoomInButton, zoomOutButton); |
|
586 |
QWidget::setTabOrder(zoomOutButton, zoomAllButton); |
|
587 |
QWidget::setTabOrder(zoomAllButton, colorButton); |
|
588 |
QWidget::setTabOrder(colorButton, hsvRadioButton); |
|
589 |
QWidget::setTabOrder(hsvRadioButton, rgbRadioButton); |
|
590 |
QWidget::setTabOrder(rgbRadioButton, positionSpinBox); |
|
591 |
QWidget::setTabOrder(positionSpinBox, hueSpinBox); |
|
592 |
QWidget::setTabOrder(hueSpinBox, saturationSpinBox); |
|
593 |
QWidget::setTabOrder(saturationSpinBox, valueSpinBox); |
|
594 |
QWidget::setTabOrder(valueSpinBox, alphaSpinBox); |
|
595 |
||
596 |
retranslateUi(QtGradientEditor); |
|
597 |
||
598 |
QMetaObject::connectSlotsByName(QtGradientEditor); |
|
599 |
} // setupUi |
|
600 |
||
601 |
void retranslateUi(QWidget *QtGradientEditor) |
|
602 |
{ |
|
603 |
QtGradientEditor->setWindowTitle(QApplication::translate("QtGradientEditor", "Form", 0, QApplication::UnicodeUTF8)); |
|
604 |
#ifndef QT_NO_TOOLTIP |
|
605 |
gradientWidget->setToolTip(QApplication::translate("QtGradientEditor", "Gradient Editor", 0, QApplication::UnicodeUTF8)); |
|
606 |
#endif // QT_NO_TOOLTIP |
|
607 |
#ifndef QT_NO_WHATSTHIS |
|
608 |
gradientWidget->setWhatsThis(QApplication::translate("QtGradientEditor", "This area shows a preview of the gradient being edited. It also allows you to edit parameters specific to the gradient's type such as start and final point, radius, etc. by drag & drop.", 0, QApplication::UnicodeUTF8)); |
|
609 |
#endif // QT_NO_WHATSTHIS |
|
610 |
label1->setText(QApplication::translate("QtGradientEditor", "1", 0, QApplication::UnicodeUTF8)); |
|
611 |
label2->setText(QApplication::translate("QtGradientEditor", "2", 0, QApplication::UnicodeUTF8)); |
|
612 |
label3->setText(QApplication::translate("QtGradientEditor", "3", 0, QApplication::UnicodeUTF8)); |
|
613 |
label4->setText(QApplication::translate("QtGradientEditor", "4", 0, QApplication::UnicodeUTF8)); |
|
614 |
label5->setText(QApplication::translate("QtGradientEditor", "5", 0, QApplication::UnicodeUTF8)); |
|
615 |
#ifndef QT_NO_TOOLTIP |
|
616 |
gradientStopsWidget->setToolTip(QApplication::translate("QtGradientEditor", "Gradient Stops Editor", 0, QApplication::UnicodeUTF8)); |
|
617 |
#endif // QT_NO_TOOLTIP |
|
618 |
#ifndef QT_NO_WHATSTHIS |
|
619 |
gradientStopsWidget->setWhatsThis(QApplication::translate("QtGradientEditor", "This area allows you to edit gradient stops. Double click on the existing stop handle to duplicate it. Double click outside of the existing stop handles to create a new stop. Drag & drop the handle to reposition it. Use right mouse button to popup context menu with extra actions.", 0, QApplication::UnicodeUTF8)); |
|
620 |
#endif // QT_NO_WHATSTHIS |
|
621 |
zoomLabel->setText(QApplication::translate("QtGradientEditor", "Zoom", 0, QApplication::UnicodeUTF8)); |
|
622 |
#ifndef QT_NO_TOOLTIP |
|
623 |
zoomAllButton->setToolTip(QApplication::translate("QtGradientEditor", "Reset Zoom", 0, QApplication::UnicodeUTF8)); |
|
624 |
#endif // QT_NO_TOOLTIP |
|
625 |
zoomAllButton->setText(QApplication::translate("QtGradientEditor", "Reset Zoom", 0, QApplication::UnicodeUTF8)); |
|
626 |
positionLabel->setText(QApplication::translate("QtGradientEditor", "Position", 0, QApplication::UnicodeUTF8)); |
|
627 |
#ifndef QT_NO_TOOLTIP |
|
628 |
hLabel->setToolTip(QApplication::translate("QtGradientEditor", "Hue", 0, QApplication::UnicodeUTF8)); |
|
629 |
#endif // QT_NO_TOOLTIP |
|
630 |
hLabel->setText(QApplication::translate("QtGradientEditor", "H", 0, QApplication::UnicodeUTF8)); |
|
631 |
#ifndef QT_NO_TOOLTIP |
|
632 |
hueColorLine->setToolTip(QApplication::translate("QtGradientEditor", "Hue", 0, QApplication::UnicodeUTF8)); |
|
633 |
#endif // QT_NO_TOOLTIP |
|
634 |
hueLabel->setText(QApplication::translate("QtGradientEditor", "Hue", 0, QApplication::UnicodeUTF8)); |
|
635 |
#ifndef QT_NO_TOOLTIP |
|
636 |
sLabel->setToolTip(QApplication::translate("QtGradientEditor", "Saturation", 0, QApplication::UnicodeUTF8)); |
|
637 |
#endif // QT_NO_TOOLTIP |
|
638 |
sLabel->setText(QApplication::translate("QtGradientEditor", "S", 0, QApplication::UnicodeUTF8)); |
|
639 |
#ifndef QT_NO_TOOLTIP |
|
640 |
saturationColorLine->setToolTip(QApplication::translate("QtGradientEditor", "Saturation", 0, QApplication::UnicodeUTF8)); |
|
641 |
#endif // QT_NO_TOOLTIP |
|
642 |
saturationLabel->setText(QApplication::translate("QtGradientEditor", "Sat", 0, QApplication::UnicodeUTF8)); |
|
643 |
#ifndef QT_NO_TOOLTIP |
|
644 |
vLabel->setToolTip(QApplication::translate("QtGradientEditor", "Value", 0, QApplication::UnicodeUTF8)); |
|
645 |
#endif // QT_NO_TOOLTIP |
|
646 |
vLabel->setText(QApplication::translate("QtGradientEditor", "V", 0, QApplication::UnicodeUTF8)); |
|
647 |
#ifndef QT_NO_TOOLTIP |
|
648 |
valueColorLine->setToolTip(QApplication::translate("QtGradientEditor", "Value", 0, QApplication::UnicodeUTF8)); |
|
649 |
#endif // QT_NO_TOOLTIP |
|
650 |
valueLabel->setText(QApplication::translate("QtGradientEditor", "Val", 0, QApplication::UnicodeUTF8)); |
|
651 |
#ifndef QT_NO_TOOLTIP |
|
652 |
aLabel->setToolTip(QApplication::translate("QtGradientEditor", "Alpha", 0, QApplication::UnicodeUTF8)); |
|
653 |
#endif // QT_NO_TOOLTIP |
|
654 |
aLabel->setText(QApplication::translate("QtGradientEditor", "A", 0, QApplication::UnicodeUTF8)); |
|
655 |
#ifndef QT_NO_TOOLTIP |
|
656 |
alphaColorLine->setToolTip(QApplication::translate("QtGradientEditor", "Alpha", 0, QApplication::UnicodeUTF8)); |
|
657 |
#endif // QT_NO_TOOLTIP |
|
658 |
alphaLabel->setText(QApplication::translate("QtGradientEditor", "Alpha", 0, QApplication::UnicodeUTF8)); |
|
659 |
#ifndef QT_NO_TOOLTIP |
|
660 |
typeComboBox->setToolTip(QApplication::translate("QtGradientEditor", "Type", 0, QApplication::UnicodeUTF8)); |
|
661 |
#endif // QT_NO_TOOLTIP |
|
662 |
#ifndef QT_NO_TOOLTIP |
|
663 |
spreadComboBox->setToolTip(QApplication::translate("QtGradientEditor", "Spread", 0, QApplication::UnicodeUTF8)); |
|
664 |
#endif // QT_NO_TOOLTIP |
|
665 |
colorLabel->setText(QApplication::translate("QtGradientEditor", "Color", 0, QApplication::UnicodeUTF8)); |
|
666 |
#ifndef QT_NO_TOOLTIP |
|
667 |
colorButton->setToolTip(QApplication::translate("QtGradientEditor", "Current stop's color", 0, QApplication::UnicodeUTF8)); |
|
668 |
#endif // QT_NO_TOOLTIP |
|
669 |
colorButton->setText(QString()); |
|
670 |
#ifndef QT_NO_TOOLTIP |
|
671 |
hsvRadioButton->setToolTip(QApplication::translate("QtGradientEditor", "Show HSV specification", 0, QApplication::UnicodeUTF8)); |
|
672 |
#endif // QT_NO_TOOLTIP |
|
673 |
hsvRadioButton->setText(QApplication::translate("QtGradientEditor", "HSV", 0, QApplication::UnicodeUTF8)); |
|
674 |
#ifndef QT_NO_TOOLTIP |
|
675 |
rgbRadioButton->setToolTip(QApplication::translate("QtGradientEditor", "Show RGB specification", 0, QApplication::UnicodeUTF8)); |
|
676 |
#endif // QT_NO_TOOLTIP |
|
677 |
rgbRadioButton->setText(QApplication::translate("QtGradientEditor", "RGB", 0, QApplication::UnicodeUTF8)); |
|
678 |
#ifndef QT_NO_TOOLTIP |
|
679 |
positionSpinBox->setToolTip(QApplication::translate("QtGradientEditor", "Current stop's position", 0, QApplication::UnicodeUTF8)); |
|
680 |
#endif // QT_NO_TOOLTIP |
|
681 |
zoomSpinBox->setSuffix(QApplication::translate("QtGradientEditor", "%", 0, QApplication::UnicodeUTF8)); |
|
682 |
#ifndef QT_NO_TOOLTIP |
|
683 |
zoomInButton->setToolTip(QApplication::translate("QtGradientEditor", "Zoom In", 0, QApplication::UnicodeUTF8)); |
|
684 |
#endif // QT_NO_TOOLTIP |
|
685 |
#ifndef QT_NO_TOOLTIP |
|
686 |
zoomOutButton->setToolTip(QApplication::translate("QtGradientEditor", "Zoom Out", 0, QApplication::UnicodeUTF8)); |
|
687 |
#endif // QT_NO_TOOLTIP |
|
688 |
#ifndef QT_NO_TOOLTIP |
|
689 |
detailsButton->setToolTip(QApplication::translate("QtGradientEditor", "Toggle details extension", 0, QApplication::UnicodeUTF8)); |
|
690 |
#endif // QT_NO_TOOLTIP |
|
691 |
detailsButton->setText(QApplication::translate("QtGradientEditor", ">", 0, QApplication::UnicodeUTF8)); |
|
692 |
#ifndef QT_NO_TOOLTIP |
|
693 |
linearButton->setToolTip(QApplication::translate("QtGradientEditor", "Linear Type", 0, QApplication::UnicodeUTF8)); |
|
694 |
#endif // QT_NO_TOOLTIP |
|
695 |
linearButton->setText(QApplication::translate("QtGradientEditor", "...", 0, QApplication::UnicodeUTF8)); |
|
696 |
#ifndef QT_NO_TOOLTIP |
|
697 |
radialButton->setToolTip(QApplication::translate("QtGradientEditor", "Radial Type", 0, QApplication::UnicodeUTF8)); |
|
698 |
#endif // QT_NO_TOOLTIP |
|
699 |
radialButton->setText(QApplication::translate("QtGradientEditor", "...", 0, QApplication::UnicodeUTF8)); |
|
700 |
#ifndef QT_NO_TOOLTIP |
|
701 |
conicalButton->setToolTip(QApplication::translate("QtGradientEditor", "Conical Type", 0, QApplication::UnicodeUTF8)); |
|
702 |
#endif // QT_NO_TOOLTIP |
|
703 |
conicalButton->setText(QApplication::translate("QtGradientEditor", "...", 0, QApplication::UnicodeUTF8)); |
|
704 |
#ifndef QT_NO_TOOLTIP |
|
705 |
padButton->setToolTip(QApplication::translate("QtGradientEditor", "Pad Spread", 0, QApplication::UnicodeUTF8)); |
|
706 |
#endif // QT_NO_TOOLTIP |
|
707 |
padButton->setText(QApplication::translate("QtGradientEditor", "...", 0, QApplication::UnicodeUTF8)); |
|
708 |
#ifndef QT_NO_TOOLTIP |
|
709 |
repeatButton->setToolTip(QApplication::translate("QtGradientEditor", "Repeat Spread", 0, QApplication::UnicodeUTF8)); |
|
710 |
#endif // QT_NO_TOOLTIP |
|
711 |
repeatButton->setText(QApplication::translate("QtGradientEditor", "...", 0, QApplication::UnicodeUTF8)); |
|
712 |
#ifndef QT_NO_TOOLTIP |
|
713 |
reflectButton->setToolTip(QApplication::translate("QtGradientEditor", "Reflect Spread", 0, QApplication::UnicodeUTF8)); |
|
714 |
#endif // QT_NO_TOOLTIP |
|
715 |
reflectButton->setText(QApplication::translate("QtGradientEditor", "...", 0, QApplication::UnicodeUTF8)); |
|
716 |
} // retranslateUi |
|
717 |
||
718 |
}; |
|
719 |
||
720 |
namespace Ui { |
|
721 |
class QtGradientEditor: public Ui_QtGradientEditor {}; |
|
722 |
} // namespace Ui |
|
723 |
||
724 |
QT_END_NAMESPACE |
|
725 |
||
726 |
#endif // QTGRADIENTEDITOR_H |