|
1 /* |
|
2 ********************************************************************* |
|
3 ** |
|
4 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
5 ** All rights reserved. |
|
6 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
7 ** |
|
8 ** This file is part of the autotests 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 'config.ui' |
|
46 ** |
|
47 ** Created: Fri Sep 4 10:17:12 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 CONFIG_H |
|
54 #define CONFIG_H |
|
55 |
|
56 #include <QtCore/QVariant> |
|
57 #include <QtGui/QAction> |
|
58 #include <QtGui/QApplication> |
|
59 #include <QtGui/QButtonGroup> |
|
60 #include <QtGui/QCheckBox> |
|
61 #include <QtGui/QComboBox> |
|
62 #include <QtGui/QDialog> |
|
63 #include <QtGui/QGridLayout> |
|
64 #include <QtGui/QGroupBox> |
|
65 #include <QtGui/QHBoxLayout> |
|
66 #include <QtGui/QHeaderView> |
|
67 #include <QtGui/QLabel> |
|
68 #include <QtGui/QPushButton> |
|
69 #include <QtGui/QRadioButton> |
|
70 #include <QtGui/QSlider> |
|
71 #include <QtGui/QSpacerItem> |
|
72 #include <QtGui/QSpinBox> |
|
73 #include <QtGui/QVBoxLayout> |
|
74 #include "gammaview.h" |
|
75 |
|
76 QT_BEGIN_NAMESPACE |
|
77 |
|
78 class Ui_Config |
|
79 { |
|
80 public: |
|
81 QVBoxLayout *vboxLayout; |
|
82 QHBoxLayout *hboxLayout; |
|
83 QGroupBox *ButtonGroup1; |
|
84 QVBoxLayout *vboxLayout1; |
|
85 QRadioButton *size_176_220; |
|
86 QRadioButton *size_240_320; |
|
87 QRadioButton *size_320_240; |
|
88 QRadioButton *size_640_480; |
|
89 QRadioButton *size_800_600; |
|
90 QRadioButton *size_1024_768; |
|
91 QHBoxLayout *hboxLayout1; |
|
92 QRadioButton *size_custom; |
|
93 QSpinBox *size_width; |
|
94 QSpinBox *size_height; |
|
95 QGroupBox *ButtonGroup2; |
|
96 QVBoxLayout *vboxLayout2; |
|
97 QRadioButton *depth_1; |
|
98 QRadioButton *depth_4gray; |
|
99 QRadioButton *depth_8; |
|
100 QRadioButton *depth_12; |
|
101 QRadioButton *depth_15; |
|
102 QRadioButton *depth_16; |
|
103 QRadioButton *depth_18; |
|
104 QRadioButton *depth_24; |
|
105 QRadioButton *depth_32; |
|
106 QRadioButton *depth_32_argb; |
|
107 QHBoxLayout *hboxLayout2; |
|
108 QLabel *TextLabel1_3; |
|
109 QComboBox *skin; |
|
110 QCheckBox *touchScreen; |
|
111 QCheckBox *lcdScreen; |
|
112 QSpacerItem *spacerItem; |
|
113 QLabel *TextLabel1; |
|
114 QGroupBox *GroupBox1; |
|
115 QGridLayout *gridLayout; |
|
116 QLabel *TextLabel3; |
|
117 QSlider *bslider; |
|
118 QLabel *blabel; |
|
119 QLabel *TextLabel2; |
|
120 QSlider *gslider; |
|
121 QLabel *glabel; |
|
122 QLabel *TextLabel7; |
|
123 QLabel *TextLabel8; |
|
124 QSlider *gammaslider; |
|
125 QLabel *TextLabel1_2; |
|
126 QLabel *rlabel; |
|
127 QSlider *rslider; |
|
128 QPushButton *PushButton3; |
|
129 GammaView *MyCustomWidget1; |
|
130 QHBoxLayout *hboxLayout3; |
|
131 QSpacerItem *spacerItem1; |
|
132 QPushButton *buttonOk; |
|
133 QPushButton *buttonCancel; |
|
134 |
|
135 void setupUi(QDialog *Config) |
|
136 { |
|
137 if (Config->objectName().isEmpty()) |
|
138 Config->setObjectName(QString::fromUtf8("Config")); |
|
139 Config->resize(600, 650); |
|
140 Config->setSizeGripEnabled(true); |
|
141 vboxLayout = new QVBoxLayout(Config); |
|
142 vboxLayout->setSpacing(6); |
|
143 vboxLayout->setContentsMargins(11, 11, 11, 11); |
|
144 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
145 vboxLayout->setContentsMargins(8, 8, 8, 8); |
|
146 hboxLayout = new QHBoxLayout(); |
|
147 hboxLayout->setSpacing(6); |
|
148 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
|
149 hboxLayout->setContentsMargins(0, 0, 0, 0); |
|
150 ButtonGroup1 = new QGroupBox(Config); |
|
151 ButtonGroup1->setObjectName(QString::fromUtf8("ButtonGroup1")); |
|
152 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); |
|
153 sizePolicy.setHorizontalStretch(0); |
|
154 sizePolicy.setVerticalStretch(0); |
|
155 sizePolicy.setHeightForWidth(ButtonGroup1->sizePolicy().hasHeightForWidth()); |
|
156 ButtonGroup1->setSizePolicy(sizePolicy); |
|
157 vboxLayout1 = new QVBoxLayout(ButtonGroup1); |
|
158 vboxLayout1->setSpacing(6); |
|
159 vboxLayout1->setContentsMargins(11, 11, 11, 11); |
|
160 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); |
|
161 vboxLayout1->setContentsMargins(11, 11, 11, 11); |
|
162 size_176_220 = new QRadioButton(ButtonGroup1); |
|
163 size_176_220->setObjectName(QString::fromUtf8("size_176_220")); |
|
164 |
|
165 vboxLayout1->addWidget(size_176_220); |
|
166 |
|
167 size_240_320 = new QRadioButton(ButtonGroup1); |
|
168 size_240_320->setObjectName(QString::fromUtf8("size_240_320")); |
|
169 |
|
170 vboxLayout1->addWidget(size_240_320); |
|
171 |
|
172 size_320_240 = new QRadioButton(ButtonGroup1); |
|
173 size_320_240->setObjectName(QString::fromUtf8("size_320_240")); |
|
174 |
|
175 vboxLayout1->addWidget(size_320_240); |
|
176 |
|
177 size_640_480 = new QRadioButton(ButtonGroup1); |
|
178 size_640_480->setObjectName(QString::fromUtf8("size_640_480")); |
|
179 |
|
180 vboxLayout1->addWidget(size_640_480); |
|
181 |
|
182 size_800_600 = new QRadioButton(ButtonGroup1); |
|
183 size_800_600->setObjectName(QString::fromUtf8("size_800_600")); |
|
184 |
|
185 vboxLayout1->addWidget(size_800_600); |
|
186 |
|
187 size_1024_768 = new QRadioButton(ButtonGroup1); |
|
188 size_1024_768->setObjectName(QString::fromUtf8("size_1024_768")); |
|
189 |
|
190 vboxLayout1->addWidget(size_1024_768); |
|
191 |
|
192 hboxLayout1 = new QHBoxLayout(); |
|
193 hboxLayout1->setSpacing(6); |
|
194 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); |
|
195 hboxLayout1->setContentsMargins(0, 0, 0, 0); |
|
196 size_custom = new QRadioButton(ButtonGroup1); |
|
197 size_custom->setObjectName(QString::fromUtf8("size_custom")); |
|
198 QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed); |
|
199 sizePolicy1.setHorizontalStretch(0); |
|
200 sizePolicy1.setVerticalStretch(0); |
|
201 sizePolicy1.setHeightForWidth(size_custom->sizePolicy().hasHeightForWidth()); |
|
202 size_custom->setSizePolicy(sizePolicy1); |
|
203 |
|
204 hboxLayout1->addWidget(size_custom); |
|
205 |
|
206 size_width = new QSpinBox(ButtonGroup1); |
|
207 size_width->setObjectName(QString::fromUtf8("size_width")); |
|
208 size_width->setMinimum(1); |
|
209 size_width->setMaximum(1280); |
|
210 size_width->setSingleStep(16); |
|
211 size_width->setValue(400); |
|
212 |
|
213 hboxLayout1->addWidget(size_width); |
|
214 |
|
215 size_height = new QSpinBox(ButtonGroup1); |
|
216 size_height->setObjectName(QString::fromUtf8("size_height")); |
|
217 size_height->setMinimum(1); |
|
218 size_height->setMaximum(1024); |
|
219 size_height->setSingleStep(16); |
|
220 size_height->setValue(300); |
|
221 |
|
222 hboxLayout1->addWidget(size_height); |
|
223 |
|
224 |
|
225 vboxLayout1->addLayout(hboxLayout1); |
|
226 |
|
227 |
|
228 hboxLayout->addWidget(ButtonGroup1); |
|
229 |
|
230 ButtonGroup2 = new QGroupBox(Config); |
|
231 ButtonGroup2->setObjectName(QString::fromUtf8("ButtonGroup2")); |
|
232 vboxLayout2 = new QVBoxLayout(ButtonGroup2); |
|
233 vboxLayout2->setSpacing(6); |
|
234 vboxLayout2->setContentsMargins(11, 11, 11, 11); |
|
235 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); |
|
236 vboxLayout2->setContentsMargins(11, 11, 11, 11); |
|
237 depth_1 = new QRadioButton(ButtonGroup2); |
|
238 depth_1->setObjectName(QString::fromUtf8("depth_1")); |
|
239 |
|
240 vboxLayout2->addWidget(depth_1); |
|
241 |
|
242 depth_4gray = new QRadioButton(ButtonGroup2); |
|
243 depth_4gray->setObjectName(QString::fromUtf8("depth_4gray")); |
|
244 |
|
245 vboxLayout2->addWidget(depth_4gray); |
|
246 |
|
247 depth_8 = new QRadioButton(ButtonGroup2); |
|
248 depth_8->setObjectName(QString::fromUtf8("depth_8")); |
|
249 |
|
250 vboxLayout2->addWidget(depth_8); |
|
251 |
|
252 depth_12 = new QRadioButton(ButtonGroup2); |
|
253 depth_12->setObjectName(QString::fromUtf8("depth_12")); |
|
254 |
|
255 vboxLayout2->addWidget(depth_12); |
|
256 |
|
257 depth_15 = new QRadioButton(ButtonGroup2); |
|
258 depth_15->setObjectName(QString::fromUtf8("depth_15")); |
|
259 |
|
260 vboxLayout2->addWidget(depth_15); |
|
261 |
|
262 depth_16 = new QRadioButton(ButtonGroup2); |
|
263 depth_16->setObjectName(QString::fromUtf8("depth_16")); |
|
264 |
|
265 vboxLayout2->addWidget(depth_16); |
|
266 |
|
267 depth_18 = new QRadioButton(ButtonGroup2); |
|
268 depth_18->setObjectName(QString::fromUtf8("depth_18")); |
|
269 |
|
270 vboxLayout2->addWidget(depth_18); |
|
271 |
|
272 depth_24 = new QRadioButton(ButtonGroup2); |
|
273 depth_24->setObjectName(QString::fromUtf8("depth_24")); |
|
274 |
|
275 vboxLayout2->addWidget(depth_24); |
|
276 |
|
277 depth_32 = new QRadioButton(ButtonGroup2); |
|
278 depth_32->setObjectName(QString::fromUtf8("depth_32")); |
|
279 |
|
280 vboxLayout2->addWidget(depth_32); |
|
281 |
|
282 depth_32_argb = new QRadioButton(ButtonGroup2); |
|
283 depth_32_argb->setObjectName(QString::fromUtf8("depth_32_argb")); |
|
284 |
|
285 vboxLayout2->addWidget(depth_32_argb); |
|
286 |
|
287 |
|
288 hboxLayout->addWidget(ButtonGroup2); |
|
289 |
|
290 |
|
291 vboxLayout->addLayout(hboxLayout); |
|
292 |
|
293 hboxLayout2 = new QHBoxLayout(); |
|
294 hboxLayout2->setSpacing(6); |
|
295 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); |
|
296 hboxLayout2->setContentsMargins(0, 0, 0, 0); |
|
297 TextLabel1_3 = new QLabel(Config); |
|
298 TextLabel1_3->setObjectName(QString::fromUtf8("TextLabel1_3")); |
|
299 |
|
300 hboxLayout2->addWidget(TextLabel1_3); |
|
301 |
|
302 skin = new QComboBox(Config); |
|
303 skin->setObjectName(QString::fromUtf8("skin")); |
|
304 QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Fixed); |
|
305 sizePolicy2.setHorizontalStretch(0); |
|
306 sizePolicy2.setVerticalStretch(0); |
|
307 sizePolicy2.setHeightForWidth(skin->sizePolicy().hasHeightForWidth()); |
|
308 skin->setSizePolicy(sizePolicy2); |
|
309 |
|
310 hboxLayout2->addWidget(skin); |
|
311 |
|
312 |
|
313 vboxLayout->addLayout(hboxLayout2); |
|
314 |
|
315 touchScreen = new QCheckBox(Config); |
|
316 touchScreen->setObjectName(QString::fromUtf8("touchScreen")); |
|
317 |
|
318 vboxLayout->addWidget(touchScreen); |
|
319 |
|
320 lcdScreen = new QCheckBox(Config); |
|
321 lcdScreen->setObjectName(QString::fromUtf8("lcdScreen")); |
|
322 |
|
323 vboxLayout->addWidget(lcdScreen); |
|
324 |
|
325 spacerItem = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Expanding); |
|
326 |
|
327 vboxLayout->addItem(spacerItem); |
|
328 |
|
329 TextLabel1 = new QLabel(Config); |
|
330 TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); |
|
331 sizePolicy.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth()); |
|
332 TextLabel1->setSizePolicy(sizePolicy); |
|
333 TextLabel1->setWordWrap(true); |
|
334 |
|
335 vboxLayout->addWidget(TextLabel1); |
|
336 |
|
337 GroupBox1 = new QGroupBox(Config); |
|
338 GroupBox1->setObjectName(QString::fromUtf8("GroupBox1")); |
|
339 gridLayout = new QGridLayout(GroupBox1); |
|
340 gridLayout->setSpacing(6); |
|
341 gridLayout->setContentsMargins(11, 11, 11, 11); |
|
342 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
343 gridLayout->setHorizontalSpacing(6); |
|
344 gridLayout->setVerticalSpacing(6); |
|
345 gridLayout->setContentsMargins(11, 11, 11, 11); |
|
346 TextLabel3 = new QLabel(GroupBox1); |
|
347 TextLabel3->setObjectName(QString::fromUtf8("TextLabel3")); |
|
348 |
|
349 gridLayout->addWidget(TextLabel3, 6, 0, 1, 1); |
|
350 |
|
351 bslider = new QSlider(GroupBox1); |
|
352 bslider->setObjectName(QString::fromUtf8("bslider")); |
|
353 QPalette palette; |
|
354 QBrush brush(QColor(128, 128, 128, 255)); |
|
355 brush.setStyle(Qt::SolidPattern); |
|
356 palette.setBrush(QPalette::Active, QPalette::WindowText, brush); |
|
357 QBrush brush1(QColor(0, 0, 255, 255)); |
|
358 brush1.setStyle(Qt::SolidPattern); |
|
359 palette.setBrush(QPalette::Active, QPalette::Button, brush1); |
|
360 QBrush brush2(QColor(127, 127, 255, 255)); |
|
361 brush2.setStyle(Qt::SolidPattern); |
|
362 palette.setBrush(QPalette::Active, QPalette::Light, brush2); |
|
363 QBrush brush3(QColor(38, 38, 255, 255)); |
|
364 brush3.setStyle(Qt::SolidPattern); |
|
365 palette.setBrush(QPalette::Active, QPalette::Midlight, brush3); |
|
366 QBrush brush4(QColor(0, 0, 127, 255)); |
|
367 brush4.setStyle(Qt::SolidPattern); |
|
368 palette.setBrush(QPalette::Active, QPalette::Dark, brush4); |
|
369 QBrush brush5(QColor(0, 0, 170, 255)); |
|
370 brush5.setStyle(Qt::SolidPattern); |
|
371 palette.setBrush(QPalette::Active, QPalette::Mid, brush5); |
|
372 QBrush brush6(QColor(0, 0, 0, 255)); |
|
373 brush6.setStyle(Qt::SolidPattern); |
|
374 palette.setBrush(QPalette::Active, QPalette::Text, brush6); |
|
375 QBrush brush7(QColor(255, 255, 255, 255)); |
|
376 brush7.setStyle(Qt::SolidPattern); |
|
377 palette.setBrush(QPalette::Active, QPalette::BrightText, brush7); |
|
378 palette.setBrush(QPalette::Active, QPalette::ButtonText, brush); |
|
379 palette.setBrush(QPalette::Active, QPalette::Base, brush7); |
|
380 QBrush brush8(QColor(220, 220, 220, 255)); |
|
381 brush8.setStyle(Qt::SolidPattern); |
|
382 palette.setBrush(QPalette::Active, QPalette::Window, brush8); |
|
383 palette.setBrush(QPalette::Active, QPalette::Shadow, brush6); |
|
384 QBrush brush9(QColor(10, 95, 137, 255)); |
|
385 brush9.setStyle(Qt::SolidPattern); |
|
386 palette.setBrush(QPalette::Active, QPalette::Highlight, brush9); |
|
387 palette.setBrush(QPalette::Active, QPalette::HighlightedText, brush7); |
|
388 palette.setBrush(QPalette::Active, QPalette::Link, brush6); |
|
389 palette.setBrush(QPalette::Active, QPalette::LinkVisited, brush6); |
|
390 QBrush brush10(QColor(232, 232, 232, 255)); |
|
391 brush10.setStyle(Qt::SolidPattern); |
|
392 palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush10); |
|
393 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush); |
|
394 palette.setBrush(QPalette::Inactive, QPalette::Button, brush1); |
|
395 palette.setBrush(QPalette::Inactive, QPalette::Light, brush2); |
|
396 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3); |
|
397 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4); |
|
398 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5); |
|
399 palette.setBrush(QPalette::Inactive, QPalette::Text, brush6); |
|
400 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush7); |
|
401 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush); |
|
402 palette.setBrush(QPalette::Inactive, QPalette::Base, brush7); |
|
403 palette.setBrush(QPalette::Inactive, QPalette::Window, brush8); |
|
404 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush6); |
|
405 palette.setBrush(QPalette::Inactive, QPalette::Highlight, brush9); |
|
406 palette.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush7); |
|
407 palette.setBrush(QPalette::Inactive, QPalette::Link, brush6); |
|
408 palette.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush6); |
|
409 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush10); |
|
410 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush); |
|
411 palette.setBrush(QPalette::Disabled, QPalette::Button, brush1); |
|
412 palette.setBrush(QPalette::Disabled, QPalette::Light, brush2); |
|
413 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3); |
|
414 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4); |
|
415 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5); |
|
416 palette.setBrush(QPalette::Disabled, QPalette::Text, brush6); |
|
417 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush7); |
|
418 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush); |
|
419 palette.setBrush(QPalette::Disabled, QPalette::Base, brush7); |
|
420 palette.setBrush(QPalette::Disabled, QPalette::Window, brush8); |
|
421 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush6); |
|
422 palette.setBrush(QPalette::Disabled, QPalette::Highlight, brush9); |
|
423 palette.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush7); |
|
424 palette.setBrush(QPalette::Disabled, QPalette::Link, brush6); |
|
425 palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush6); |
|
426 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush10); |
|
427 bslider->setPalette(palette); |
|
428 bslider->setMaximum(400); |
|
429 bslider->setValue(100); |
|
430 bslider->setOrientation(Qt::Horizontal); |
|
431 |
|
432 gridLayout->addWidget(bslider, 6, 1, 1, 1); |
|
433 |
|
434 blabel = new QLabel(GroupBox1); |
|
435 blabel->setObjectName(QString::fromUtf8("blabel")); |
|
436 |
|
437 gridLayout->addWidget(blabel, 6, 2, 1, 1); |
|
438 |
|
439 TextLabel2 = new QLabel(GroupBox1); |
|
440 TextLabel2->setObjectName(QString::fromUtf8("TextLabel2")); |
|
441 |
|
442 gridLayout->addWidget(TextLabel2, 4, 0, 1, 1); |
|
443 |
|
444 gslider = new QSlider(GroupBox1); |
|
445 gslider->setObjectName(QString::fromUtf8("gslider")); |
|
446 QPalette palette1; |
|
447 palette1.setBrush(QPalette::Active, QPalette::WindowText, brush); |
|
448 QBrush brush11(QColor(0, 255, 0, 255)); |
|
449 brush11.setStyle(Qt::SolidPattern); |
|
450 palette1.setBrush(QPalette::Active, QPalette::Button, brush11); |
|
451 QBrush brush12(QColor(127, 255, 127, 255)); |
|
452 brush12.setStyle(Qt::SolidPattern); |
|
453 palette1.setBrush(QPalette::Active, QPalette::Light, brush12); |
|
454 QBrush brush13(QColor(38, 255, 38, 255)); |
|
455 brush13.setStyle(Qt::SolidPattern); |
|
456 palette1.setBrush(QPalette::Active, QPalette::Midlight, brush13); |
|
457 QBrush brush14(QColor(0, 127, 0, 255)); |
|
458 brush14.setStyle(Qt::SolidPattern); |
|
459 palette1.setBrush(QPalette::Active, QPalette::Dark, brush14); |
|
460 QBrush brush15(QColor(0, 170, 0, 255)); |
|
461 brush15.setStyle(Qt::SolidPattern); |
|
462 palette1.setBrush(QPalette::Active, QPalette::Mid, brush15); |
|
463 palette1.setBrush(QPalette::Active, QPalette::Text, brush6); |
|
464 palette1.setBrush(QPalette::Active, QPalette::BrightText, brush7); |
|
465 palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush); |
|
466 palette1.setBrush(QPalette::Active, QPalette::Base, brush7); |
|
467 palette1.setBrush(QPalette::Active, QPalette::Window, brush8); |
|
468 palette1.setBrush(QPalette::Active, QPalette::Shadow, brush6); |
|
469 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush9); |
|
470 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush7); |
|
471 palette1.setBrush(QPalette::Active, QPalette::Link, brush6); |
|
472 palette1.setBrush(QPalette::Active, QPalette::LinkVisited, brush6); |
|
473 palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush10); |
|
474 palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush); |
|
475 palette1.setBrush(QPalette::Inactive, QPalette::Button, brush11); |
|
476 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush12); |
|
477 palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush13); |
|
478 palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush14); |
|
479 palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush15); |
|
480 palette1.setBrush(QPalette::Inactive, QPalette::Text, brush6); |
|
481 palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush7); |
|
482 palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush); |
|
483 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush7); |
|
484 palette1.setBrush(QPalette::Inactive, QPalette::Window, brush8); |
|
485 palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush6); |
|
486 palette1.setBrush(QPalette::Inactive, QPalette::Highlight, brush9); |
|
487 palette1.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush7); |
|
488 palette1.setBrush(QPalette::Inactive, QPalette::Link, brush6); |
|
489 palette1.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush6); |
|
490 palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush10); |
|
491 palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush); |
|
492 palette1.setBrush(QPalette::Disabled, QPalette::Button, brush11); |
|
493 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush12); |
|
494 palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush13); |
|
495 palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush14); |
|
496 palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush15); |
|
497 palette1.setBrush(QPalette::Disabled, QPalette::Text, brush6); |
|
498 palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush7); |
|
499 palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush); |
|
500 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush7); |
|
501 palette1.setBrush(QPalette::Disabled, QPalette::Window, brush8); |
|
502 palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush6); |
|
503 palette1.setBrush(QPalette::Disabled, QPalette::Highlight, brush9); |
|
504 palette1.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush7); |
|
505 palette1.setBrush(QPalette::Disabled, QPalette::Link, brush6); |
|
506 palette1.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush6); |
|
507 palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush10); |
|
508 gslider->setPalette(palette1); |
|
509 gslider->setMaximum(400); |
|
510 gslider->setValue(100); |
|
511 gslider->setOrientation(Qt::Horizontal); |
|
512 |
|
513 gridLayout->addWidget(gslider, 4, 1, 1, 1); |
|
514 |
|
515 glabel = new QLabel(GroupBox1); |
|
516 glabel->setObjectName(QString::fromUtf8("glabel")); |
|
517 |
|
518 gridLayout->addWidget(glabel, 4, 2, 1, 1); |
|
519 |
|
520 TextLabel7 = new QLabel(GroupBox1); |
|
521 TextLabel7->setObjectName(QString::fromUtf8("TextLabel7")); |
|
522 |
|
523 gridLayout->addWidget(TextLabel7, 0, 0, 1, 1); |
|
524 |
|
525 TextLabel8 = new QLabel(GroupBox1); |
|
526 TextLabel8->setObjectName(QString::fromUtf8("TextLabel8")); |
|
527 |
|
528 gridLayout->addWidget(TextLabel8, 0, 2, 1, 1); |
|
529 |
|
530 gammaslider = new QSlider(GroupBox1); |
|
531 gammaslider->setObjectName(QString::fromUtf8("gammaslider")); |
|
532 QPalette palette2; |
|
533 palette2.setBrush(QPalette::Active, QPalette::WindowText, brush); |
|
534 palette2.setBrush(QPalette::Active, QPalette::Button, brush7); |
|
535 palette2.setBrush(QPalette::Active, QPalette::Light, brush7); |
|
536 palette2.setBrush(QPalette::Active, QPalette::Midlight, brush7); |
|
537 QBrush brush16(QColor(127, 127, 127, 255)); |
|
538 brush16.setStyle(Qt::SolidPattern); |
|
539 palette2.setBrush(QPalette::Active, QPalette::Dark, brush16); |
|
540 QBrush brush17(QColor(170, 170, 170, 255)); |
|
541 brush17.setStyle(Qt::SolidPattern); |
|
542 palette2.setBrush(QPalette::Active, QPalette::Mid, brush17); |
|
543 palette2.setBrush(QPalette::Active, QPalette::Text, brush6); |
|
544 palette2.setBrush(QPalette::Active, QPalette::BrightText, brush7); |
|
545 palette2.setBrush(QPalette::Active, QPalette::ButtonText, brush); |
|
546 palette2.setBrush(QPalette::Active, QPalette::Base, brush7); |
|
547 palette2.setBrush(QPalette::Active, QPalette::Window, brush8); |
|
548 palette2.setBrush(QPalette::Active, QPalette::Shadow, brush6); |
|
549 palette2.setBrush(QPalette::Active, QPalette::Highlight, brush9); |
|
550 palette2.setBrush(QPalette::Active, QPalette::HighlightedText, brush7); |
|
551 palette2.setBrush(QPalette::Active, QPalette::Link, brush6); |
|
552 palette2.setBrush(QPalette::Active, QPalette::LinkVisited, brush6); |
|
553 palette2.setBrush(QPalette::Active, QPalette::AlternateBase, brush10); |
|
554 palette2.setBrush(QPalette::Inactive, QPalette::WindowText, brush); |
|
555 palette2.setBrush(QPalette::Inactive, QPalette::Button, brush7); |
|
556 palette2.setBrush(QPalette::Inactive, QPalette::Light, brush7); |
|
557 palette2.setBrush(QPalette::Inactive, QPalette::Midlight, brush7); |
|
558 palette2.setBrush(QPalette::Inactive, QPalette::Dark, brush16); |
|
559 palette2.setBrush(QPalette::Inactive, QPalette::Mid, brush17); |
|
560 palette2.setBrush(QPalette::Inactive, QPalette::Text, brush6); |
|
561 palette2.setBrush(QPalette::Inactive, QPalette::BrightText, brush7); |
|
562 palette2.setBrush(QPalette::Inactive, QPalette::ButtonText, brush); |
|
563 palette2.setBrush(QPalette::Inactive, QPalette::Base, brush7); |
|
564 palette2.setBrush(QPalette::Inactive, QPalette::Window, brush8); |
|
565 palette2.setBrush(QPalette::Inactive, QPalette::Shadow, brush6); |
|
566 palette2.setBrush(QPalette::Inactive, QPalette::Highlight, brush9); |
|
567 palette2.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush7); |
|
568 palette2.setBrush(QPalette::Inactive, QPalette::Link, brush6); |
|
569 palette2.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush6); |
|
570 palette2.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush10); |
|
571 palette2.setBrush(QPalette::Disabled, QPalette::WindowText, brush); |
|
572 palette2.setBrush(QPalette::Disabled, QPalette::Button, brush7); |
|
573 palette2.setBrush(QPalette::Disabled, QPalette::Light, brush7); |
|
574 palette2.setBrush(QPalette::Disabled, QPalette::Midlight, brush7); |
|
575 palette2.setBrush(QPalette::Disabled, QPalette::Dark, brush16); |
|
576 palette2.setBrush(QPalette::Disabled, QPalette::Mid, brush17); |
|
577 palette2.setBrush(QPalette::Disabled, QPalette::Text, brush6); |
|
578 palette2.setBrush(QPalette::Disabled, QPalette::BrightText, brush7); |
|
579 palette2.setBrush(QPalette::Disabled, QPalette::ButtonText, brush); |
|
580 palette2.setBrush(QPalette::Disabled, QPalette::Base, brush7); |
|
581 palette2.setBrush(QPalette::Disabled, QPalette::Window, brush8); |
|
582 palette2.setBrush(QPalette::Disabled, QPalette::Shadow, brush6); |
|
583 palette2.setBrush(QPalette::Disabled, QPalette::Highlight, brush9); |
|
584 palette2.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush7); |
|
585 palette2.setBrush(QPalette::Disabled, QPalette::Link, brush6); |
|
586 palette2.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush6); |
|
587 palette2.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush10); |
|
588 gammaslider->setPalette(palette2); |
|
589 gammaslider->setMaximum(400); |
|
590 gammaslider->setValue(100); |
|
591 gammaslider->setOrientation(Qt::Horizontal); |
|
592 |
|
593 gridLayout->addWidget(gammaslider, 0, 1, 1, 1); |
|
594 |
|
595 TextLabel1_2 = new QLabel(GroupBox1); |
|
596 TextLabel1_2->setObjectName(QString::fromUtf8("TextLabel1_2")); |
|
597 |
|
598 gridLayout->addWidget(TextLabel1_2, 2, 0, 1, 1); |
|
599 |
|
600 rlabel = new QLabel(GroupBox1); |
|
601 rlabel->setObjectName(QString::fromUtf8("rlabel")); |
|
602 |
|
603 gridLayout->addWidget(rlabel, 2, 2, 1, 1); |
|
604 |
|
605 rslider = new QSlider(GroupBox1); |
|
606 rslider->setObjectName(QString::fromUtf8("rslider")); |
|
607 QPalette palette3; |
|
608 palette3.setBrush(QPalette::Active, QPalette::WindowText, brush); |
|
609 QBrush brush18(QColor(255, 0, 0, 255)); |
|
610 brush18.setStyle(Qt::SolidPattern); |
|
611 palette3.setBrush(QPalette::Active, QPalette::Button, brush18); |
|
612 QBrush brush19(QColor(255, 127, 127, 255)); |
|
613 brush19.setStyle(Qt::SolidPattern); |
|
614 palette3.setBrush(QPalette::Active, QPalette::Light, brush19); |
|
615 QBrush brush20(QColor(255, 38, 38, 255)); |
|
616 brush20.setStyle(Qt::SolidPattern); |
|
617 palette3.setBrush(QPalette::Active, QPalette::Midlight, brush20); |
|
618 QBrush brush21(QColor(127, 0, 0, 255)); |
|
619 brush21.setStyle(Qt::SolidPattern); |
|
620 palette3.setBrush(QPalette::Active, QPalette::Dark, brush21); |
|
621 QBrush brush22(QColor(170, 0, 0, 255)); |
|
622 brush22.setStyle(Qt::SolidPattern); |
|
623 palette3.setBrush(QPalette::Active, QPalette::Mid, brush22); |
|
624 palette3.setBrush(QPalette::Active, QPalette::Text, brush6); |
|
625 palette3.setBrush(QPalette::Active, QPalette::BrightText, brush7); |
|
626 palette3.setBrush(QPalette::Active, QPalette::ButtonText, brush); |
|
627 palette3.setBrush(QPalette::Active, QPalette::Base, brush7); |
|
628 palette3.setBrush(QPalette::Active, QPalette::Window, brush8); |
|
629 palette3.setBrush(QPalette::Active, QPalette::Shadow, brush6); |
|
630 palette3.setBrush(QPalette::Active, QPalette::Highlight, brush9); |
|
631 palette3.setBrush(QPalette::Active, QPalette::HighlightedText, brush7); |
|
632 palette3.setBrush(QPalette::Active, QPalette::Link, brush6); |
|
633 palette3.setBrush(QPalette::Active, QPalette::LinkVisited, brush6); |
|
634 palette3.setBrush(QPalette::Active, QPalette::AlternateBase, brush10); |
|
635 palette3.setBrush(QPalette::Inactive, QPalette::WindowText, brush); |
|
636 palette3.setBrush(QPalette::Inactive, QPalette::Button, brush18); |
|
637 palette3.setBrush(QPalette::Inactive, QPalette::Light, brush19); |
|
638 palette3.setBrush(QPalette::Inactive, QPalette::Midlight, brush20); |
|
639 palette3.setBrush(QPalette::Inactive, QPalette::Dark, brush21); |
|
640 palette3.setBrush(QPalette::Inactive, QPalette::Mid, brush22); |
|
641 palette3.setBrush(QPalette::Inactive, QPalette::Text, brush6); |
|
642 palette3.setBrush(QPalette::Inactive, QPalette::BrightText, brush7); |
|
643 palette3.setBrush(QPalette::Inactive, QPalette::ButtonText, brush); |
|
644 palette3.setBrush(QPalette::Inactive, QPalette::Base, brush7); |
|
645 palette3.setBrush(QPalette::Inactive, QPalette::Window, brush8); |
|
646 palette3.setBrush(QPalette::Inactive, QPalette::Shadow, brush6); |
|
647 palette3.setBrush(QPalette::Inactive, QPalette::Highlight, brush9); |
|
648 palette3.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush7); |
|
649 palette3.setBrush(QPalette::Inactive, QPalette::Link, brush6); |
|
650 palette3.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush6); |
|
651 palette3.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush10); |
|
652 palette3.setBrush(QPalette::Disabled, QPalette::WindowText, brush); |
|
653 palette3.setBrush(QPalette::Disabled, QPalette::Button, brush18); |
|
654 palette3.setBrush(QPalette::Disabled, QPalette::Light, brush19); |
|
655 palette3.setBrush(QPalette::Disabled, QPalette::Midlight, brush20); |
|
656 palette3.setBrush(QPalette::Disabled, QPalette::Dark, brush21); |
|
657 palette3.setBrush(QPalette::Disabled, QPalette::Mid, brush22); |
|
658 palette3.setBrush(QPalette::Disabled, QPalette::Text, brush6); |
|
659 palette3.setBrush(QPalette::Disabled, QPalette::BrightText, brush7); |
|
660 palette3.setBrush(QPalette::Disabled, QPalette::ButtonText, brush); |
|
661 palette3.setBrush(QPalette::Disabled, QPalette::Base, brush7); |
|
662 palette3.setBrush(QPalette::Disabled, QPalette::Window, brush8); |
|
663 palette3.setBrush(QPalette::Disabled, QPalette::Shadow, brush6); |
|
664 palette3.setBrush(QPalette::Disabled, QPalette::Highlight, brush9); |
|
665 palette3.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush7); |
|
666 palette3.setBrush(QPalette::Disabled, QPalette::Link, brush6); |
|
667 palette3.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush6); |
|
668 palette3.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush10); |
|
669 rslider->setPalette(palette3); |
|
670 rslider->setMaximum(400); |
|
671 rslider->setValue(100); |
|
672 rslider->setOrientation(Qt::Horizontal); |
|
673 |
|
674 gridLayout->addWidget(rslider, 2, 1, 1, 1); |
|
675 |
|
676 PushButton3 = new QPushButton(GroupBox1); |
|
677 PushButton3->setObjectName(QString::fromUtf8("PushButton3")); |
|
678 |
|
679 gridLayout->addWidget(PushButton3, 8, 0, 1, 3); |
|
680 |
|
681 MyCustomWidget1 = new GammaView(GroupBox1); |
|
682 MyCustomWidget1->setObjectName(QString::fromUtf8("MyCustomWidget1")); |
|
683 |
|
684 gridLayout->addWidget(MyCustomWidget1, 0, 3, 9, 1); |
|
685 |
|
686 |
|
687 vboxLayout->addWidget(GroupBox1); |
|
688 |
|
689 hboxLayout3 = new QHBoxLayout(); |
|
690 hboxLayout3->setSpacing(6); |
|
691 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); |
|
692 hboxLayout3->setContentsMargins(0, 0, 0, 0); |
|
693 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
|
694 |
|
695 hboxLayout3->addItem(spacerItem1); |
|
696 |
|
697 buttonOk = new QPushButton(Config); |
|
698 buttonOk->setObjectName(QString::fromUtf8("buttonOk")); |
|
699 buttonOk->setAutoDefault(true); |
|
700 buttonOk->setDefault(true); |
|
701 |
|
702 hboxLayout3->addWidget(buttonOk); |
|
703 |
|
704 buttonCancel = new QPushButton(Config); |
|
705 buttonCancel->setObjectName(QString::fromUtf8("buttonCancel")); |
|
706 buttonCancel->setAutoDefault(true); |
|
707 |
|
708 hboxLayout3->addWidget(buttonCancel); |
|
709 |
|
710 |
|
711 vboxLayout->addLayout(hboxLayout3); |
|
712 |
|
713 |
|
714 retranslateUi(Config); |
|
715 QObject::connect(size_width, SIGNAL(valueChanged(int)), size_custom, SLOT(click())); |
|
716 QObject::connect(size_height, SIGNAL(valueChanged(int)), size_custom, SLOT(click())); |
|
717 |
|
718 QMetaObject::connectSlotsByName(Config); |
|
719 } // setupUi |
|
720 |
|
721 void retranslateUi(QDialog *Config) |
|
722 { |
|
723 Config->setWindowTitle(QApplication::translate("Config", "Configure", 0, QApplication::UnicodeUTF8)); |
|
724 ButtonGroup1->setTitle(QApplication::translate("Config", "Size", 0, QApplication::UnicodeUTF8)); |
|
725 size_176_220->setText(QApplication::translate("Config", "176x220 \"SmartPhone\"", 0, QApplication::UnicodeUTF8)); |
|
726 size_240_320->setText(QApplication::translate("Config", "240x320 \"PDA\"", 0, QApplication::UnicodeUTF8)); |
|
727 size_320_240->setText(QApplication::translate("Config", "320x240 \"TV\" / \"QVGA\"", 0, QApplication::UnicodeUTF8)); |
|
728 size_640_480->setText(QApplication::translate("Config", "640x480 \"VGA\"", 0, QApplication::UnicodeUTF8)); |
|
729 size_800_600->setText(QApplication::translate("Config", "800x600", 0, QApplication::UnicodeUTF8)); |
|
730 size_1024_768->setText(QApplication::translate("Config", "1024x768", 0, QApplication::UnicodeUTF8)); |
|
731 size_custom->setText(QApplication::translate("Config", "Custom", 0, QApplication::UnicodeUTF8)); |
|
732 ButtonGroup2->setTitle(QApplication::translate("Config", "Depth", 0, QApplication::UnicodeUTF8)); |
|
733 depth_1->setText(QApplication::translate("Config", "1 bit monochrome", 0, QApplication::UnicodeUTF8)); |
|
734 depth_4gray->setText(QApplication::translate("Config", "4 bit grayscale", 0, QApplication::UnicodeUTF8)); |
|
735 depth_8->setText(QApplication::translate("Config", "8 bit", 0, QApplication::UnicodeUTF8)); |
|
736 depth_12->setText(QApplication::translate("Config", "12 (16) bit", 0, QApplication::UnicodeUTF8)); |
|
737 depth_15->setText(QApplication::translate("Config", "15 bit", 0, QApplication::UnicodeUTF8)); |
|
738 depth_16->setText(QApplication::translate("Config", "16 bit", 0, QApplication::UnicodeUTF8)); |
|
739 depth_18->setText(QApplication::translate("Config", "18 bit", 0, QApplication::UnicodeUTF8)); |
|
740 depth_24->setText(QApplication::translate("Config", "24 bit", 0, QApplication::UnicodeUTF8)); |
|
741 depth_32->setText(QApplication::translate("Config", "32 bit", 0, QApplication::UnicodeUTF8)); |
|
742 depth_32_argb->setText(QApplication::translate("Config", "32 bit ARGB", 0, QApplication::UnicodeUTF8)); |
|
743 TextLabel1_3->setText(QApplication::translate("Config", "Skin", 0, QApplication::UnicodeUTF8)); |
|
744 skin->clear(); |
|
745 skin->insertItems(0, QStringList() |
|
746 << QApplication::translate("Config", "None", 0, QApplication::UnicodeUTF8) |
|
747 ); |
|
748 touchScreen->setText(QApplication::translate("Config", "Emulate touch screen (no mouse move)", 0, QApplication::UnicodeUTF8)); |
|
749 lcdScreen->setText(QApplication::translate("Config", "Emulate LCD screen (Only with fixed zoom of 3.0 times magnification)", 0, QApplication::UnicodeUTF8)); |
|
750 TextLabel1->setText(QApplication::translate("Config", "<p>Note that any applications using the virtual framebuffer will be terminated if you change the Size or Depth <i>above</i>. You may freely modify the Gamma <i>below</i>.", 0, QApplication::UnicodeUTF8)); |
|
751 GroupBox1->setTitle(QApplication::translate("Config", "Gamma", 0, QApplication::UnicodeUTF8)); |
|
752 TextLabel3->setText(QApplication::translate("Config", "Blue", 0, QApplication::UnicodeUTF8)); |
|
753 blabel->setText(QApplication::translate("Config", "1.0", 0, QApplication::UnicodeUTF8)); |
|
754 TextLabel2->setText(QApplication::translate("Config", "Green", 0, QApplication::UnicodeUTF8)); |
|
755 glabel->setText(QApplication::translate("Config", "1.0", 0, QApplication::UnicodeUTF8)); |
|
756 TextLabel7->setText(QApplication::translate("Config", "All", 0, QApplication::UnicodeUTF8)); |
|
757 TextLabel8->setText(QApplication::translate("Config", "1.0", 0, QApplication::UnicodeUTF8)); |
|
758 TextLabel1_2->setText(QApplication::translate("Config", "Red", 0, QApplication::UnicodeUTF8)); |
|
759 rlabel->setText(QApplication::translate("Config", "1.0", 0, QApplication::UnicodeUTF8)); |
|
760 PushButton3->setText(QApplication::translate("Config", "Set all to 1.0", 0, QApplication::UnicodeUTF8)); |
|
761 buttonOk->setText(QApplication::translate("Config", "&OK", 0, QApplication::UnicodeUTF8)); |
|
762 buttonCancel->setText(QApplication::translate("Config", "&Cancel", 0, QApplication::UnicodeUTF8)); |
|
763 } // retranslateUi |
|
764 |
|
765 }; |
|
766 |
|
767 namespace Ui { |
|
768 class Config: public Ui_Config {}; |
|
769 } // namespace Ui |
|
770 |
|
771 QT_END_NAMESPACE |
|
772 |
|
773 #endif // CONFIG_H |