|
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 'mainwindowbase.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 MAINWINDOWBASE_H |
|
54 #define MAINWINDOWBASE_H |
|
55 |
|
56 #include <Qt3Support/Q3Frame> |
|
57 #include <Qt3Support/Q3ListBox> |
|
58 #include <Qt3Support/Q3MainWindow> |
|
59 #include <QtCore/QVariant> |
|
60 #include <QtGui/QAction> |
|
61 #include <QtGui/QApplication> |
|
62 #include <QtGui/QButtonGroup> |
|
63 #include <QtGui/QCheckBox> |
|
64 #include <QtGui/QComboBox> |
|
65 #include <QtGui/QFrame> |
|
66 #include <QtGui/QGridLayout> |
|
67 #include <QtGui/QGroupBox> |
|
68 #include <QtGui/QHBoxLayout> |
|
69 #include <QtGui/QHeaderView> |
|
70 #include <QtGui/QLabel> |
|
71 #include <QtGui/QLineEdit> |
|
72 #include <QtGui/QMenu> |
|
73 #include <QtGui/QMenuBar> |
|
74 #include <QtGui/QPushButton> |
|
75 #include <QtGui/QSpacerItem> |
|
76 #include <QtGui/QSpinBox> |
|
77 #include <QtGui/QTabWidget> |
|
78 #include <QtGui/QTextEdit> |
|
79 #include <QtGui/QVBoxLayout> |
|
80 #include <QtGui/QWidget> |
|
81 #include "colorbutton.h" |
|
82 #include "previewframe.h" |
|
83 |
|
84 QT_BEGIN_NAMESPACE |
|
85 |
|
86 class Ui_MainWindowBase |
|
87 { |
|
88 public: |
|
89 QAction *fileSaveAction; |
|
90 QAction *fileExitAction; |
|
91 QAction *helpAboutAction; |
|
92 QAction *helpAboutQtAction; |
|
93 QWidget *widget; |
|
94 QHBoxLayout *hboxLayout; |
|
95 QTextEdit *helpview; |
|
96 QTabWidget *TabWidget3; |
|
97 QWidget *tab1; |
|
98 QVBoxLayout *vboxLayout; |
|
99 QGroupBox *GroupBox40; |
|
100 QHBoxLayout *hboxLayout1; |
|
101 QLabel *gstylebuddy; |
|
102 QComboBox *gstylecombo; |
|
103 QGroupBox *groupAutoPalette; |
|
104 QHBoxLayout *hboxLayout2; |
|
105 QLabel *labelMainColor; |
|
106 ColorButton *buttonMainColor; |
|
107 QLabel *labelMainColor2; |
|
108 ColorButton *buttonMainColor2; |
|
109 QSpacerItem *spacerItem; |
|
110 QPushButton *btnAdvanced; |
|
111 QGroupBox *GroupBox126; |
|
112 QGridLayout *gridLayout; |
|
113 QLabel *TextLabel1; |
|
114 QComboBox *paletteCombo; |
|
115 PreviewFrame *previewFrame; |
|
116 QWidget *tab2; |
|
117 QVBoxLayout *vboxLayout1; |
|
118 QGroupBox *GroupBox1; |
|
119 QGridLayout *gridLayout1; |
|
120 QComboBox *stylecombo; |
|
121 QComboBox *familycombo; |
|
122 QComboBox *psizecombo; |
|
123 QLabel *stylebuddy; |
|
124 QLabel *psizebuddy; |
|
125 QLabel *familybuddy; |
|
126 QLineEdit *samplelineedit; |
|
127 QGroupBox *GroupBox2; |
|
128 QVBoxLayout *vboxLayout2; |
|
129 QHBoxLayout *hboxLayout3; |
|
130 QLabel *famsubbuddy; |
|
131 QComboBox *familysubcombo; |
|
132 QFrame *Line1; |
|
133 QLabel *TextLabel5; |
|
134 Q3ListBox *sublistbox; |
|
135 QHBoxLayout *hboxLayout4; |
|
136 QPushButton *PushButton2; |
|
137 QPushButton *PushButton3; |
|
138 QPushButton *PushButton4; |
|
139 QFrame *Line2; |
|
140 QHBoxLayout *hboxLayout5; |
|
141 QLabel *choosebuddy; |
|
142 QComboBox *choosesubcombo; |
|
143 QPushButton *PushButton1; |
|
144 QWidget *tab; |
|
145 QVBoxLayout *vboxLayout3; |
|
146 QGroupBox *GroupBox4; |
|
147 QGridLayout *gridLayout2; |
|
148 QSpinBox *dcispin; |
|
149 QLabel *dcibuddy; |
|
150 QSpinBox *cfispin; |
|
151 QLabel *cfibuddy; |
|
152 QSpinBox *wslspin; |
|
153 QLabel *wslbuddy; |
|
154 QCheckBox *resolvelinks; |
|
155 QGroupBox *GroupBox3; |
|
156 QVBoxLayout *vboxLayout4; |
|
157 QCheckBox *effectcheckbox; |
|
158 Q3Frame *effectbase; |
|
159 QGridLayout *gridLayout3; |
|
160 QLabel *meffectbuddy; |
|
161 QLabel *ceffectbuddy; |
|
162 QLabel *teffectbuddy; |
|
163 QLabel *beffectbuddy; |
|
164 QComboBox *menueffect; |
|
165 QComboBox *comboeffect; |
|
166 QComboBox *tooltipeffect; |
|
167 QComboBox *toolboxeffect; |
|
168 QGroupBox *GroupBox5; |
|
169 QGridLayout *gridLayout4; |
|
170 QLabel *swbuddy; |
|
171 QLabel *shbuddy; |
|
172 QSpinBox *strutwidth; |
|
173 QSpinBox *strutheight; |
|
174 QCheckBox *rtlExtensions; |
|
175 QLabel *inputStyleLabel; |
|
176 QComboBox *inputStyle; |
|
177 QSpacerItem *spacerItem1; |
|
178 QWidget *tab3; |
|
179 QVBoxLayout *vboxLayout5; |
|
180 QCheckBox *fontembeddingcheckbox; |
|
181 QGroupBox *GroupBox10; |
|
182 QVBoxLayout *vboxLayout6; |
|
183 QGridLayout *gridLayout5; |
|
184 QPushButton *PushButton11; |
|
185 QPushButton *PushButton13; |
|
186 QPushButton *PushButton12; |
|
187 Q3ListBox *fontpathlistbox; |
|
188 QGridLayout *gridLayout6; |
|
189 QSpacerItem *spacerItem2; |
|
190 QPushButton *PushButton15; |
|
191 QPushButton *PushButton14; |
|
192 QLabel *TextLabel15_2; |
|
193 QLineEdit *fontpathlineedit; |
|
194 QMenuBar *menubar; |
|
195 QAction *action; |
|
196 QAction *action1; |
|
197 QAction *action2; |
|
198 QMenu *PopupMenu; |
|
199 QAction *action3; |
|
200 QAction *action4; |
|
201 QAction *action5; |
|
202 QMenu *PopupMenu_2; |
|
203 |
|
204 void setupUi(Q3MainWindow *MainWindowBase) |
|
205 { |
|
206 if (MainWindowBase->objectName().isEmpty()) |
|
207 MainWindowBase->setObjectName(QString::fromUtf8("MainWindowBase")); |
|
208 MainWindowBase->resize(724, 615); |
|
209 fileSaveAction = new QAction(MainWindowBase); |
|
210 fileSaveAction->setObjectName(QString::fromUtf8("fileSaveAction")); |
|
211 fileExitAction = new QAction(MainWindowBase); |
|
212 fileExitAction->setObjectName(QString::fromUtf8("fileExitAction")); |
|
213 helpAboutAction = new QAction(MainWindowBase); |
|
214 helpAboutAction->setObjectName(QString::fromUtf8("helpAboutAction")); |
|
215 helpAboutQtAction = new QAction(MainWindowBase); |
|
216 helpAboutQtAction->setObjectName(QString::fromUtf8("helpAboutQtAction")); |
|
217 widget = new QWidget(MainWindowBase); |
|
218 widget->setObjectName(QString::fromUtf8("widget")); |
|
219 widget->setGeometry(QRect(0, 28, 724, 587)); |
|
220 hboxLayout = new QHBoxLayout(widget); |
|
221 hboxLayout->setSpacing(4); |
|
222 hboxLayout->setContentsMargins(8, 8, 8, 8); |
|
223 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
|
224 hboxLayout->setContentsMargins(0, 0, 0, 0); |
|
225 helpview = new QTextEdit(widget); |
|
226 helpview->setObjectName(QString::fromUtf8("helpview")); |
|
227 helpview->setMinimumSize(QSize(200, 0)); |
|
228 helpview->setReadOnly(true); |
|
229 |
|
230 hboxLayout->addWidget(helpview); |
|
231 |
|
232 TabWidget3 = new QTabWidget(widget); |
|
233 TabWidget3->setObjectName(QString::fromUtf8("TabWidget3")); |
|
234 tab1 = new QWidget(); |
|
235 tab1->setObjectName(QString::fromUtf8("tab1")); |
|
236 vboxLayout = new QVBoxLayout(tab1); |
|
237 vboxLayout->setSpacing(4); |
|
238 vboxLayout->setContentsMargins(4, 4, 4, 4); |
|
239 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
240 GroupBox40 = new QGroupBox(tab1); |
|
241 GroupBox40->setObjectName(QString::fromUtf8("GroupBox40")); |
|
242 hboxLayout1 = new QHBoxLayout(GroupBox40); |
|
243 hboxLayout1->setSpacing(4); |
|
244 hboxLayout1->setContentsMargins(8, 8, 8, 8); |
|
245 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); |
|
246 gstylebuddy = new QLabel(GroupBox40); |
|
247 gstylebuddy->setObjectName(QString::fromUtf8("gstylebuddy")); |
|
248 |
|
249 hboxLayout1->addWidget(gstylebuddy); |
|
250 |
|
251 gstylecombo = new QComboBox(GroupBox40); |
|
252 gstylecombo->setObjectName(QString::fromUtf8("gstylecombo")); |
|
253 |
|
254 hboxLayout1->addWidget(gstylecombo); |
|
255 |
|
256 |
|
257 vboxLayout->addWidget(GroupBox40); |
|
258 |
|
259 groupAutoPalette = new QGroupBox(tab1); |
|
260 groupAutoPalette->setObjectName(QString::fromUtf8("groupAutoPalette")); |
|
261 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(4)); |
|
262 sizePolicy.setHorizontalStretch(0); |
|
263 sizePolicy.setVerticalStretch(0); |
|
264 sizePolicy.setHeightForWidth(groupAutoPalette->sizePolicy().hasHeightForWidth()); |
|
265 groupAutoPalette->setSizePolicy(sizePolicy); |
|
266 hboxLayout2 = new QHBoxLayout(groupAutoPalette); |
|
267 hboxLayout2->setSpacing(4); |
|
268 hboxLayout2->setContentsMargins(8, 8, 8, 8); |
|
269 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); |
|
270 labelMainColor = new QLabel(groupAutoPalette); |
|
271 labelMainColor->setObjectName(QString::fromUtf8("labelMainColor")); |
|
272 |
|
273 hboxLayout2->addWidget(labelMainColor); |
|
274 |
|
275 buttonMainColor = new ColorButton(groupAutoPalette); |
|
276 buttonMainColor->setObjectName(QString::fromUtf8("buttonMainColor")); |
|
277 |
|
278 hboxLayout2->addWidget(buttonMainColor); |
|
279 |
|
280 labelMainColor2 = new QLabel(groupAutoPalette); |
|
281 labelMainColor2->setObjectName(QString::fromUtf8("labelMainColor2")); |
|
282 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(1)); |
|
283 sizePolicy1.setHorizontalStretch(0); |
|
284 sizePolicy1.setVerticalStretch(0); |
|
285 sizePolicy1.setHeightForWidth(labelMainColor2->sizePolicy().hasHeightForWidth()); |
|
286 labelMainColor2->setSizePolicy(sizePolicy1); |
|
287 labelMainColor2->setMinimumSize(QSize(50, 0)); |
|
288 labelMainColor2->setLineWidth(1); |
|
289 labelMainColor2->setMidLineWidth(0); |
|
290 labelMainColor2->setAlignment(Qt::AlignVCenter); |
|
291 labelMainColor2->setMargin(0); |
|
292 |
|
293 hboxLayout2->addWidget(labelMainColor2); |
|
294 |
|
295 buttonMainColor2 = new ColorButton(groupAutoPalette); |
|
296 buttonMainColor2->setObjectName(QString::fromUtf8("buttonMainColor2")); |
|
297 |
|
298 hboxLayout2->addWidget(buttonMainColor2); |
|
299 |
|
300 spacerItem = new QSpacerItem(70, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
|
301 |
|
302 hboxLayout2->addItem(spacerItem); |
|
303 |
|
304 btnAdvanced = new QPushButton(groupAutoPalette); |
|
305 btnAdvanced->setObjectName(QString::fromUtf8("btnAdvanced")); |
|
306 |
|
307 hboxLayout2->addWidget(btnAdvanced); |
|
308 |
|
309 |
|
310 vboxLayout->addWidget(groupAutoPalette); |
|
311 |
|
312 GroupBox126 = new QGroupBox(tab1); |
|
313 GroupBox126->setObjectName(QString::fromUtf8("GroupBox126")); |
|
314 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7)); |
|
315 sizePolicy2.setHorizontalStretch(0); |
|
316 sizePolicy2.setVerticalStretch(0); |
|
317 sizePolicy2.setHeightForWidth(GroupBox126->sizePolicy().hasHeightForWidth()); |
|
318 GroupBox126->setSizePolicy(sizePolicy2); |
|
319 gridLayout = new QGridLayout(GroupBox126); |
|
320 gridLayout->setSpacing(4); |
|
321 gridLayout->setContentsMargins(8, 8, 8, 8); |
|
322 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
323 TextLabel1 = new QLabel(GroupBox126); |
|
324 TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); |
|
325 |
|
326 gridLayout->addWidget(TextLabel1, 0, 0, 1, 1); |
|
327 |
|
328 paletteCombo = new QComboBox(GroupBox126); |
|
329 paletteCombo->setObjectName(QString::fromUtf8("paletteCombo")); |
|
330 |
|
331 gridLayout->addWidget(paletteCombo, 0, 1, 1, 1); |
|
332 |
|
333 previewFrame = new PreviewFrame(GroupBox126); |
|
334 previewFrame->setObjectName(QString::fromUtf8("previewFrame")); |
|
335 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7)); |
|
336 sizePolicy3.setHorizontalStretch(0); |
|
337 sizePolicy3.setVerticalStretch(0); |
|
338 sizePolicy3.setHeightForWidth(previewFrame->sizePolicy().hasHeightForWidth()); |
|
339 previewFrame->setSizePolicy(sizePolicy3); |
|
340 previewFrame->setMinimumSize(QSize(410, 260)); |
|
341 |
|
342 gridLayout->addWidget(previewFrame, 1, 0, 1, 2); |
|
343 |
|
344 |
|
345 vboxLayout->addWidget(GroupBox126); |
|
346 |
|
347 TabWidget3->addTab(tab1, QString()); |
|
348 tab2 = new QWidget(); |
|
349 tab2->setObjectName(QString::fromUtf8("tab2")); |
|
350 vboxLayout1 = new QVBoxLayout(tab2); |
|
351 vboxLayout1->setSpacing(4); |
|
352 vboxLayout1->setContentsMargins(8, 8, 8, 8); |
|
353 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); |
|
354 GroupBox1 = new QGroupBox(tab2); |
|
355 GroupBox1->setObjectName(QString::fromUtf8("GroupBox1")); |
|
356 gridLayout1 = new QGridLayout(GroupBox1); |
|
357 gridLayout1->setSpacing(4); |
|
358 gridLayout1->setContentsMargins(8, 8, 8, 8); |
|
359 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1")); |
|
360 stylecombo = new QComboBox(GroupBox1); |
|
361 stylecombo->setObjectName(QString::fromUtf8("stylecombo")); |
|
362 stylecombo->setAutoCompletion(true); |
|
363 stylecombo->setDuplicatesEnabled(false); |
|
364 |
|
365 gridLayout1->addWidget(stylecombo, 1, 1, 1, 1); |
|
366 |
|
367 familycombo = new QComboBox(GroupBox1); |
|
368 familycombo->setObjectName(QString::fromUtf8("familycombo")); |
|
369 familycombo->setAutoCompletion(true); |
|
370 familycombo->setDuplicatesEnabled(false); |
|
371 |
|
372 gridLayout1->addWidget(familycombo, 0, 1, 1, 1); |
|
373 |
|
374 psizecombo = new QComboBox(GroupBox1); |
|
375 psizecombo->setObjectName(QString::fromUtf8("psizecombo")); |
|
376 psizecombo->setEditable(true); |
|
377 psizecombo->setAutoCompletion(true); |
|
378 psizecombo->setDuplicatesEnabled(false); |
|
379 |
|
380 gridLayout1->addWidget(psizecombo, 2, 1, 1, 1); |
|
381 |
|
382 stylebuddy = new QLabel(GroupBox1); |
|
383 stylebuddy->setObjectName(QString::fromUtf8("stylebuddy")); |
|
384 |
|
385 gridLayout1->addWidget(stylebuddy, 1, 0, 1, 1); |
|
386 |
|
387 psizebuddy = new QLabel(GroupBox1); |
|
388 psizebuddy->setObjectName(QString::fromUtf8("psizebuddy")); |
|
389 |
|
390 gridLayout1->addWidget(psizebuddy, 2, 0, 1, 1); |
|
391 |
|
392 familybuddy = new QLabel(GroupBox1); |
|
393 familybuddy->setObjectName(QString::fromUtf8("familybuddy")); |
|
394 |
|
395 gridLayout1->addWidget(familybuddy, 0, 0, 1, 1); |
|
396 |
|
397 samplelineedit = new QLineEdit(GroupBox1); |
|
398 samplelineedit->setObjectName(QString::fromUtf8("samplelineedit")); |
|
399 samplelineedit->setAlignment(Qt::AlignHCenter); |
|
400 |
|
401 gridLayout1->addWidget(samplelineedit, 3, 0, 1, 2); |
|
402 |
|
403 |
|
404 vboxLayout1->addWidget(GroupBox1); |
|
405 |
|
406 GroupBox2 = new QGroupBox(tab2); |
|
407 GroupBox2->setObjectName(QString::fromUtf8("GroupBox2")); |
|
408 vboxLayout2 = new QVBoxLayout(GroupBox2); |
|
409 vboxLayout2->setSpacing(4); |
|
410 vboxLayout2->setContentsMargins(8, 8, 8, 8); |
|
411 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); |
|
412 hboxLayout3 = new QHBoxLayout(); |
|
413 hboxLayout3->setSpacing(4); |
|
414 #ifndef Q_OS_MAC |
|
415 hboxLayout3->setContentsMargins(0, 0, 0, 0); |
|
416 #endif |
|
417 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3")); |
|
418 famsubbuddy = new QLabel(GroupBox2); |
|
419 famsubbuddy->setObjectName(QString::fromUtf8("famsubbuddy")); |
|
420 |
|
421 hboxLayout3->addWidget(famsubbuddy); |
|
422 |
|
423 familysubcombo = new QComboBox(GroupBox2); |
|
424 familysubcombo->setObjectName(QString::fromUtf8("familysubcombo")); |
|
425 familysubcombo->setEditable(true); |
|
426 familysubcombo->setAutoCompletion(true); |
|
427 familysubcombo->setDuplicatesEnabled(false); |
|
428 |
|
429 hboxLayout3->addWidget(familysubcombo); |
|
430 |
|
431 |
|
432 vboxLayout2->addLayout(hboxLayout3); |
|
433 |
|
434 Line1 = new QFrame(GroupBox2); |
|
435 Line1->setObjectName(QString::fromUtf8("Line1")); |
|
436 Line1->setFrameShape(QFrame::HLine); |
|
437 Line1->setFrameShadow(QFrame::Sunken); |
|
438 Line1->setFrameShape(QFrame::HLine); |
|
439 |
|
440 vboxLayout2->addWidget(Line1); |
|
441 |
|
442 TextLabel5 = new QLabel(GroupBox2); |
|
443 TextLabel5->setObjectName(QString::fromUtf8("TextLabel5")); |
|
444 |
|
445 vboxLayout2->addWidget(TextLabel5); |
|
446 |
|
447 sublistbox = new Q3ListBox(GroupBox2); |
|
448 sublistbox->setObjectName(QString::fromUtf8("sublistbox")); |
|
449 |
|
450 vboxLayout2->addWidget(sublistbox); |
|
451 |
|
452 hboxLayout4 = new QHBoxLayout(); |
|
453 hboxLayout4->setSpacing(4); |
|
454 hboxLayout4->setContentsMargins(0, 0, 0, 0); |
|
455 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4")); |
|
456 PushButton2 = new QPushButton(GroupBox2); |
|
457 PushButton2->setObjectName(QString::fromUtf8("PushButton2")); |
|
458 |
|
459 hboxLayout4->addWidget(PushButton2); |
|
460 |
|
461 PushButton3 = new QPushButton(GroupBox2); |
|
462 PushButton3->setObjectName(QString::fromUtf8("PushButton3")); |
|
463 |
|
464 hboxLayout4->addWidget(PushButton3); |
|
465 |
|
466 PushButton4 = new QPushButton(GroupBox2); |
|
467 PushButton4->setObjectName(QString::fromUtf8("PushButton4")); |
|
468 |
|
469 hboxLayout4->addWidget(PushButton4); |
|
470 |
|
471 |
|
472 vboxLayout2->addLayout(hboxLayout4); |
|
473 |
|
474 Line2 = new QFrame(GroupBox2); |
|
475 Line2->setObjectName(QString::fromUtf8("Line2")); |
|
476 Line2->setFrameShape(QFrame::HLine); |
|
477 Line2->setFrameShadow(QFrame::Sunken); |
|
478 Line2->setFrameShape(QFrame::HLine); |
|
479 |
|
480 vboxLayout2->addWidget(Line2); |
|
481 |
|
482 hboxLayout5 = new QHBoxLayout(); |
|
483 hboxLayout5->setSpacing(4); |
|
484 hboxLayout5->setContentsMargins(0, 0, 0, 0); |
|
485 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5")); |
|
486 choosebuddy = new QLabel(GroupBox2); |
|
487 choosebuddy->setObjectName(QString::fromUtf8("choosebuddy")); |
|
488 |
|
489 hboxLayout5->addWidget(choosebuddy); |
|
490 |
|
491 choosesubcombo = new QComboBox(GroupBox2); |
|
492 choosesubcombo->setObjectName(QString::fromUtf8("choosesubcombo")); |
|
493 choosesubcombo->setAutoCompletion(true); |
|
494 choosesubcombo->setDuplicatesEnabled(false); |
|
495 |
|
496 hboxLayout5->addWidget(choosesubcombo); |
|
497 |
|
498 PushButton1 = new QPushButton(GroupBox2); |
|
499 PushButton1->setObjectName(QString::fromUtf8("PushButton1")); |
|
500 |
|
501 hboxLayout5->addWidget(PushButton1); |
|
502 |
|
503 |
|
504 vboxLayout2->addLayout(hboxLayout5); |
|
505 |
|
506 |
|
507 vboxLayout1->addWidget(GroupBox2); |
|
508 |
|
509 TabWidget3->addTab(tab2, QString()); |
|
510 tab = new QWidget(); |
|
511 tab->setObjectName(QString::fromUtf8("tab")); |
|
512 vboxLayout3 = new QVBoxLayout(tab); |
|
513 vboxLayout3->setSpacing(4); |
|
514 vboxLayout3->setContentsMargins(7, 7, 7, 7); |
|
515 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); |
|
516 GroupBox4 = new QGroupBox(tab); |
|
517 GroupBox4->setObjectName(QString::fromUtf8("GroupBox4")); |
|
518 gridLayout2 = new QGridLayout(GroupBox4); |
|
519 gridLayout2->setSpacing(4); |
|
520 gridLayout2->setContentsMargins(8, 8, 8, 8); |
|
521 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2")); |
|
522 dcispin = new QSpinBox(GroupBox4); |
|
523 dcispin->setObjectName(QString::fromUtf8("dcispin")); |
|
524 dcispin->setMaximum(10000); |
|
525 dcispin->setMinimum(10); |
|
526 |
|
527 gridLayout2->addWidget(dcispin, 0, 1, 1, 1); |
|
528 |
|
529 dcibuddy = new QLabel(GroupBox4); |
|
530 dcibuddy->setObjectName(QString::fromUtf8("dcibuddy")); |
|
531 |
|
532 gridLayout2->addWidget(dcibuddy, 0, 0, 1, 1); |
|
533 |
|
534 cfispin = new QSpinBox(GroupBox4); |
|
535 cfispin->setObjectName(QString::fromUtf8("cfispin")); |
|
536 cfispin->setMaximum(10000); |
|
537 cfispin->setMinimum(9); |
|
538 |
|
539 gridLayout2->addWidget(cfispin, 1, 1, 1, 1); |
|
540 |
|
541 cfibuddy = new QLabel(GroupBox4); |
|
542 cfibuddy->setObjectName(QString::fromUtf8("cfibuddy")); |
|
543 |
|
544 gridLayout2->addWidget(cfibuddy, 1, 0, 1, 1); |
|
545 |
|
546 wslspin = new QSpinBox(GroupBox4); |
|
547 wslspin->setObjectName(QString::fromUtf8("wslspin")); |
|
548 wslspin->setMaximum(20); |
|
549 wslspin->setMinimum(1); |
|
550 |
|
551 gridLayout2->addWidget(wslspin, 2, 1, 1, 1); |
|
552 |
|
553 wslbuddy = new QLabel(GroupBox4); |
|
554 wslbuddy->setObjectName(QString::fromUtf8("wslbuddy")); |
|
555 |
|
556 gridLayout2->addWidget(wslbuddy, 2, 0, 1, 1); |
|
557 |
|
558 resolvelinks = new QCheckBox(GroupBox4); |
|
559 resolvelinks->setObjectName(QString::fromUtf8("resolvelinks")); |
|
560 |
|
561 gridLayout2->addWidget(resolvelinks, 3, 0, 1, 2); |
|
562 |
|
563 |
|
564 vboxLayout3->addWidget(GroupBox4); |
|
565 |
|
566 GroupBox3 = new QGroupBox(tab); |
|
567 GroupBox3->setObjectName(QString::fromUtf8("GroupBox3")); |
|
568 vboxLayout4 = new QVBoxLayout(GroupBox3); |
|
569 vboxLayout4->setSpacing(4); |
|
570 vboxLayout4->setContentsMargins(8, 8, 8, 8); |
|
571 vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4")); |
|
572 effectcheckbox = new QCheckBox(GroupBox3); |
|
573 effectcheckbox->setObjectName(QString::fromUtf8("effectcheckbox")); |
|
574 |
|
575 vboxLayout4->addWidget(effectcheckbox); |
|
576 |
|
577 effectbase = new Q3Frame(GroupBox3); |
|
578 effectbase->setObjectName(QString::fromUtf8("effectbase")); |
|
579 effectbase->setFrameShape(QFrame::NoFrame); |
|
580 effectbase->setFrameShadow(QFrame::Plain); |
|
581 gridLayout3 = new QGridLayout(effectbase); |
|
582 gridLayout3->setSpacing(4); |
|
583 gridLayout3->setContentsMargins(0, 0, 0, 0); |
|
584 gridLayout3->setObjectName(QString::fromUtf8("gridLayout3")); |
|
585 meffectbuddy = new QLabel(effectbase); |
|
586 meffectbuddy->setObjectName(QString::fromUtf8("meffectbuddy")); |
|
587 |
|
588 gridLayout3->addWidget(meffectbuddy, 0, 0, 1, 1); |
|
589 |
|
590 ceffectbuddy = new QLabel(effectbase); |
|
591 ceffectbuddy->setObjectName(QString::fromUtf8("ceffectbuddy")); |
|
592 |
|
593 gridLayout3->addWidget(ceffectbuddy, 1, 0, 1, 1); |
|
594 |
|
595 teffectbuddy = new QLabel(effectbase); |
|
596 teffectbuddy->setObjectName(QString::fromUtf8("teffectbuddy")); |
|
597 |
|
598 gridLayout3->addWidget(teffectbuddy, 2, 0, 1, 1); |
|
599 |
|
600 beffectbuddy = new QLabel(effectbase); |
|
601 beffectbuddy->setObjectName(QString::fromUtf8("beffectbuddy")); |
|
602 |
|
603 gridLayout3->addWidget(beffectbuddy, 3, 0, 1, 1); |
|
604 |
|
605 menueffect = new QComboBox(effectbase); |
|
606 menueffect->setObjectName(QString::fromUtf8("menueffect")); |
|
607 menueffect->setAutoCompletion(true); |
|
608 |
|
609 gridLayout3->addWidget(menueffect, 0, 1, 1, 1); |
|
610 |
|
611 comboeffect = new QComboBox(effectbase); |
|
612 comboeffect->setObjectName(QString::fromUtf8("comboeffect")); |
|
613 |
|
614 gridLayout3->addWidget(comboeffect, 1, 1, 1, 1); |
|
615 |
|
616 tooltipeffect = new QComboBox(effectbase); |
|
617 tooltipeffect->setObjectName(QString::fromUtf8("tooltipeffect")); |
|
618 |
|
619 gridLayout3->addWidget(tooltipeffect, 2, 1, 1, 1); |
|
620 |
|
621 toolboxeffect = new QComboBox(effectbase); |
|
622 toolboxeffect->setObjectName(QString::fromUtf8("toolboxeffect")); |
|
623 |
|
624 gridLayout3->addWidget(toolboxeffect, 3, 1, 1, 1); |
|
625 |
|
626 |
|
627 vboxLayout4->addWidget(effectbase); |
|
628 |
|
629 |
|
630 vboxLayout3->addWidget(GroupBox3); |
|
631 |
|
632 GroupBox5 = new QGroupBox(tab); |
|
633 GroupBox5->setObjectName(QString::fromUtf8("GroupBox5")); |
|
634 gridLayout4 = new QGridLayout(GroupBox5); |
|
635 gridLayout4->setSpacing(4); |
|
636 gridLayout4->setContentsMargins(8, 8, 8, 8); |
|
637 gridLayout4->setObjectName(QString::fromUtf8("gridLayout4")); |
|
638 swbuddy = new QLabel(GroupBox5); |
|
639 swbuddy->setObjectName(QString::fromUtf8("swbuddy")); |
|
640 |
|
641 gridLayout4->addWidget(swbuddy, 0, 0, 1, 1); |
|
642 |
|
643 shbuddy = new QLabel(GroupBox5); |
|
644 shbuddy->setObjectName(QString::fromUtf8("shbuddy")); |
|
645 |
|
646 gridLayout4->addWidget(shbuddy, 1, 0, 1, 1); |
|
647 |
|
648 strutwidth = new QSpinBox(GroupBox5); |
|
649 strutwidth->setObjectName(QString::fromUtf8("strutwidth")); |
|
650 strutwidth->setMaximum(1000); |
|
651 |
|
652 gridLayout4->addWidget(strutwidth, 0, 1, 1, 1); |
|
653 |
|
654 strutheight = new QSpinBox(GroupBox5); |
|
655 strutheight->setObjectName(QString::fromUtf8("strutheight")); |
|
656 strutheight->setMaximum(1000); |
|
657 |
|
658 gridLayout4->addWidget(strutheight, 1, 1, 1, 1); |
|
659 |
|
660 |
|
661 vboxLayout3->addWidget(GroupBox5); |
|
662 |
|
663 rtlExtensions = new QCheckBox(tab); |
|
664 rtlExtensions->setObjectName(QString::fromUtf8("rtlExtensions")); |
|
665 |
|
666 vboxLayout3->addWidget(rtlExtensions); |
|
667 |
|
668 inputStyleLabel = new QLabel(tab); |
|
669 inputStyleLabel->setObjectName(QString::fromUtf8("inputStyleLabel")); |
|
670 |
|
671 vboxLayout3->addWidget(inputStyleLabel); |
|
672 |
|
673 inputStyle = new QComboBox(tab); |
|
674 inputStyle->setObjectName(QString::fromUtf8("inputStyle")); |
|
675 |
|
676 vboxLayout3->addWidget(inputStyle); |
|
677 |
|
678 spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
|
679 |
|
680 vboxLayout3->addItem(spacerItem1); |
|
681 |
|
682 TabWidget3->addTab(tab, QString()); |
|
683 tab3 = new QWidget(); |
|
684 tab3->setObjectName(QString::fromUtf8("tab3")); |
|
685 vboxLayout5 = new QVBoxLayout(tab3); |
|
686 vboxLayout5->setSpacing(4); |
|
687 vboxLayout5->setContentsMargins(8, 8, 8, 8); |
|
688 vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5")); |
|
689 fontembeddingcheckbox = new QCheckBox(tab3); |
|
690 fontembeddingcheckbox->setObjectName(QString::fromUtf8("fontembeddingcheckbox")); |
|
691 fontembeddingcheckbox->setChecked(true); |
|
692 |
|
693 vboxLayout5->addWidget(fontembeddingcheckbox); |
|
694 |
|
695 GroupBox10 = new QGroupBox(tab3); |
|
696 GroupBox10->setObjectName(QString::fromUtf8("GroupBox10")); |
|
697 sizePolicy2.setHeightForWidth(GroupBox10->sizePolicy().hasHeightForWidth()); |
|
698 GroupBox10->setSizePolicy(sizePolicy2); |
|
699 vboxLayout6 = new QVBoxLayout(GroupBox10); |
|
700 vboxLayout6->setSpacing(4); |
|
701 vboxLayout6->setContentsMargins(8, 8, 8, 8); |
|
702 vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6")); |
|
703 gridLayout5 = new QGridLayout(); |
|
704 gridLayout5->setSpacing(4); |
|
705 #ifndef Q_OS_MAC |
|
706 gridLayout5->setContentsMargins(0, 0, 0, 0); |
|
707 #endif |
|
708 gridLayout5->setObjectName(QString::fromUtf8("gridLayout5")); |
|
709 PushButton11 = new QPushButton(GroupBox10); |
|
710 PushButton11->setObjectName(QString::fromUtf8("PushButton11")); |
|
711 |
|
712 gridLayout5->addWidget(PushButton11, 1, 0, 1, 1); |
|
713 |
|
714 PushButton13 = new QPushButton(GroupBox10); |
|
715 PushButton13->setObjectName(QString::fromUtf8("PushButton13")); |
|
716 |
|
717 gridLayout5->addWidget(PushButton13, 1, 2, 1, 1); |
|
718 |
|
719 PushButton12 = new QPushButton(GroupBox10); |
|
720 PushButton12->setObjectName(QString::fromUtf8("PushButton12")); |
|
721 |
|
722 gridLayout5->addWidget(PushButton12, 1, 1, 1, 1); |
|
723 |
|
724 fontpathlistbox = new Q3ListBox(GroupBox10); |
|
725 fontpathlistbox->setObjectName(QString::fromUtf8("fontpathlistbox")); |
|
726 |
|
727 gridLayout5->addWidget(fontpathlistbox, 0, 0, 1, 3); |
|
728 |
|
729 |
|
730 vboxLayout6->addLayout(gridLayout5); |
|
731 |
|
732 gridLayout6 = new QGridLayout(); |
|
733 gridLayout6->setSpacing(4); |
|
734 gridLayout6->setContentsMargins(0, 0, 0, 0); |
|
735 gridLayout6->setObjectName(QString::fromUtf8("gridLayout6")); |
|
736 spacerItem2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum); |
|
737 |
|
738 gridLayout6->addItem(spacerItem2, 2, 0, 1, 1); |
|
739 |
|
740 PushButton15 = new QPushButton(GroupBox10); |
|
741 PushButton15->setObjectName(QString::fromUtf8("PushButton15")); |
|
742 |
|
743 gridLayout6->addWidget(PushButton15, 2, 2, 1, 1); |
|
744 |
|
745 PushButton14 = new QPushButton(GroupBox10); |
|
746 PushButton14->setObjectName(QString::fromUtf8("PushButton14")); |
|
747 |
|
748 gridLayout6->addWidget(PushButton14, 2, 1, 1, 1); |
|
749 |
|
750 TextLabel15_2 = new QLabel(GroupBox10); |
|
751 TextLabel15_2->setObjectName(QString::fromUtf8("TextLabel15_2")); |
|
752 |
|
753 gridLayout6->addWidget(TextLabel15_2, 0, 0, 1, 3); |
|
754 |
|
755 fontpathlineedit = new QLineEdit(GroupBox10); |
|
756 fontpathlineedit->setObjectName(QString::fromUtf8("fontpathlineedit")); |
|
757 |
|
758 gridLayout6->addWidget(fontpathlineedit, 1, 0, 1, 3); |
|
759 |
|
760 |
|
761 vboxLayout6->addLayout(gridLayout6); |
|
762 |
|
763 |
|
764 vboxLayout5->addWidget(GroupBox10); |
|
765 |
|
766 TabWidget3->addTab(tab3, QString()); |
|
767 |
|
768 hboxLayout->addWidget(TabWidget3); |
|
769 |
|
770 MainWindowBase->setCentralWidget(widget); |
|
771 menubar = new QMenuBar(MainWindowBase); |
|
772 menubar->setObjectName(QString::fromUtf8("menubar")); |
|
773 menubar->setGeometry(QRect(0, 0, 724, 27)); |
|
774 action = new QAction(menubar); |
|
775 action->setObjectName(QString::fromUtf8("action")); |
|
776 action1 = new QAction(menubar); |
|
777 action1->setObjectName(QString::fromUtf8("action1")); |
|
778 action2 = new QAction(menubar); |
|
779 action2->setObjectName(QString::fromUtf8("action2")); |
|
780 PopupMenu = new QMenu(menubar); |
|
781 PopupMenu->setObjectName(QString::fromUtf8("PopupMenu")); |
|
782 PopupMenu->setGeometry(QRect(0, 0, 800, 480)); |
|
783 action3 = new QAction(PopupMenu); |
|
784 action3->setObjectName(QString::fromUtf8("action3")); |
|
785 action4 = new QAction(PopupMenu); |
|
786 action4->setObjectName(QString::fromUtf8("action4")); |
|
787 action5 = new QAction(PopupMenu); |
|
788 action5->setObjectName(QString::fromUtf8("action5")); |
|
789 PopupMenu_2 = new QMenu(menubar); |
|
790 PopupMenu_2->setObjectName(QString::fromUtf8("PopupMenu_2")); |
|
791 PopupMenu_2->setGeometry(QRect(0, 0, 800, 480)); |
|
792 #ifndef QT_NO_SHORTCUT |
|
793 gstylebuddy->setBuddy(gstylecombo); |
|
794 labelMainColor->setBuddy(buttonMainColor); |
|
795 labelMainColor2->setBuddy(buttonMainColor2); |
|
796 TextLabel1->setBuddy(paletteCombo); |
|
797 stylebuddy->setBuddy(stylecombo); |
|
798 psizebuddy->setBuddy(psizecombo); |
|
799 familybuddy->setBuddy(familycombo); |
|
800 famsubbuddy->setBuddy(familysubcombo); |
|
801 choosebuddy->setBuddy(choosesubcombo); |
|
802 dcibuddy->setBuddy(dcispin); |
|
803 cfibuddy->setBuddy(cfispin); |
|
804 wslbuddy->setBuddy(wslspin); |
|
805 meffectbuddy->setBuddy(menueffect); |
|
806 ceffectbuddy->setBuddy(comboeffect); |
|
807 teffectbuddy->setBuddy(tooltipeffect); |
|
808 beffectbuddy->setBuddy(toolboxeffect); |
|
809 swbuddy->setBuddy(strutwidth); |
|
810 shbuddy->setBuddy(strutheight); |
|
811 #endif // QT_NO_SHORTCUT |
|
812 QWidget::setTabOrder(helpview, TabWidget3); |
|
813 QWidget::setTabOrder(TabWidget3, familycombo); |
|
814 QWidget::setTabOrder(familycombo, stylecombo); |
|
815 QWidget::setTabOrder(stylecombo, psizecombo); |
|
816 QWidget::setTabOrder(psizecombo, samplelineedit); |
|
817 QWidget::setTabOrder(samplelineedit, familysubcombo); |
|
818 QWidget::setTabOrder(familysubcombo, PushButton2); |
|
819 QWidget::setTabOrder(PushButton2, PushButton3); |
|
820 QWidget::setTabOrder(PushButton3, PushButton4); |
|
821 QWidget::setTabOrder(PushButton4, choosesubcombo); |
|
822 QWidget::setTabOrder(choosesubcombo, PushButton1); |
|
823 QWidget::setTabOrder(PushButton1, dcispin); |
|
824 QWidget::setTabOrder(dcispin, cfispin); |
|
825 QWidget::setTabOrder(cfispin, wslspin); |
|
826 QWidget::setTabOrder(wslspin, effectcheckbox); |
|
827 QWidget::setTabOrder(effectcheckbox, menueffect); |
|
828 QWidget::setTabOrder(menueffect, comboeffect); |
|
829 QWidget::setTabOrder(comboeffect, tooltipeffect); |
|
830 QWidget::setTabOrder(tooltipeffect, strutwidth); |
|
831 QWidget::setTabOrder(strutwidth, strutheight); |
|
832 QWidget::setTabOrder(strutheight, sublistbox); |
|
833 |
|
834 menubar->addAction(PopupMenu->menuAction()); |
|
835 menubar->addSeparator(); |
|
836 menubar->addAction(PopupMenu_2->menuAction()); |
|
837 PopupMenu->addAction(fileSaveAction); |
|
838 PopupMenu->addSeparator(); |
|
839 PopupMenu->addAction(fileExitAction); |
|
840 PopupMenu_2->addAction(helpAboutAction); |
|
841 PopupMenu_2->addAction(helpAboutQtAction); |
|
842 |
|
843 retranslateUi(MainWindowBase); |
|
844 |
|
845 menueffect->setCurrentIndex(0); |
|
846 inputStyle->setCurrentIndex(0); |
|
847 |
|
848 |
|
849 QMetaObject::connectSlotsByName(MainWindowBase); |
|
850 } // setupUi |
|
851 |
|
852 void retranslateUi(Q3MainWindow *MainWindowBase) |
|
853 { |
|
854 MainWindowBase->setWindowTitle(QApplication::translate("MainWindowBase", "Qt Configuration", 0, QApplication::UnicodeUTF8)); |
|
855 fileSaveAction->setText(QApplication::translate("MainWindowBase", "&Save", 0, QApplication::UnicodeUTF8)); |
|
856 fileSaveAction->setIconText(QApplication::translate("MainWindowBase", "Save", 0, QApplication::UnicodeUTF8)); |
|
857 fileSaveAction->setShortcut(QApplication::translate("MainWindowBase", "Ctrl+S", 0, QApplication::UnicodeUTF8)); |
|
858 fileExitAction->setText(QApplication::translate("MainWindowBase", "E&xit", 0, QApplication::UnicodeUTF8)); |
|
859 fileExitAction->setIconText(QApplication::translate("MainWindowBase", "Exit", 0, QApplication::UnicodeUTF8)); |
|
860 fileExitAction->setShortcut(QString()); |
|
861 helpAboutAction->setText(QApplication::translate("MainWindowBase", "&About", 0, QApplication::UnicodeUTF8)); |
|
862 helpAboutAction->setIconText(QApplication::translate("MainWindowBase", "About", 0, QApplication::UnicodeUTF8)); |
|
863 helpAboutAction->setShortcut(QString()); |
|
864 helpAboutQtAction->setText(QApplication::translate("MainWindowBase", "About &Qt", 0, QApplication::UnicodeUTF8)); |
|
865 helpAboutQtAction->setIconText(QApplication::translate("MainWindowBase", "About Qt", 0, QApplication::UnicodeUTF8)); |
|
866 GroupBox40->setTitle(QApplication::translate("MainWindowBase", "GUI Style", 0, QApplication::UnicodeUTF8)); |
|
867 gstylebuddy->setText(QApplication::translate("MainWindowBase", "Select GUI &Style:", 0, QApplication::UnicodeUTF8)); |
|
868 groupAutoPalette->setTitle(QApplication::translate("MainWindowBase", "Build Palette", 0, QApplication::UnicodeUTF8)); |
|
869 labelMainColor->setText(QApplication::translate("MainWindowBase", "&3-D Effects:", 0, QApplication::UnicodeUTF8)); |
|
870 labelMainColor2->setText(QApplication::translate("MainWindowBase", "Window Back&ground:", 0, QApplication::UnicodeUTF8)); |
|
871 btnAdvanced->setText(QApplication::translate("MainWindowBase", "&Tune Palette...", 0, QApplication::UnicodeUTF8)); |
|
872 GroupBox126->setTitle(QApplication::translate("MainWindowBase", "Preview", 0, QApplication::UnicodeUTF8)); |
|
873 TextLabel1->setText(QApplication::translate("MainWindowBase", "Select &Palette:", 0, QApplication::UnicodeUTF8)); |
|
874 paletteCombo->clear(); |
|
875 paletteCombo->insertItems(0, QStringList() |
|
876 << QApplication::translate("MainWindowBase", "Active Palette", 0, QApplication::UnicodeUTF8) |
|
877 << QApplication::translate("MainWindowBase", "Inactive Palette", 0, QApplication::UnicodeUTF8) |
|
878 << QApplication::translate("MainWindowBase", "Disabled Palette", 0, QApplication::UnicodeUTF8) |
|
879 ); |
|
880 TabWidget3->setTabText(TabWidget3->indexOf(tab1), QApplication::translate("MainWindowBase", "Appearance", 0, QApplication::UnicodeUTF8)); |
|
881 GroupBox1->setTitle(QApplication::translate("MainWindowBase", "Default Font", 0, QApplication::UnicodeUTF8)); |
|
882 stylebuddy->setText(QApplication::translate("MainWindowBase", "&Style:", 0, QApplication::UnicodeUTF8)); |
|
883 psizebuddy->setText(QApplication::translate("MainWindowBase", "&Point Size:", 0, QApplication::UnicodeUTF8)); |
|
884 familybuddy->setText(QApplication::translate("MainWindowBase", "F&amily:", 0, QApplication::UnicodeUTF8)); |
|
885 samplelineedit->setText(QApplication::translate("MainWindowBase", "Sample Text", 0, QApplication::UnicodeUTF8)); |
|
886 GroupBox2->setTitle(QApplication::translate("MainWindowBase", "Font Substitution", 0, QApplication::UnicodeUTF8)); |
|
887 famsubbuddy->setText(QApplication::translate("MainWindowBase", "S&elect or Enter a Family:", 0, QApplication::UnicodeUTF8)); |
|
888 TextLabel5->setText(QApplication::translate("MainWindowBase", "Current Substitutions:", 0, QApplication::UnicodeUTF8)); |
|
889 PushButton2->setText(QApplication::translate("MainWindowBase", "Up", 0, QApplication::UnicodeUTF8)); |
|
890 PushButton3->setText(QApplication::translate("MainWindowBase", "Down", 0, QApplication::UnicodeUTF8)); |
|
891 PushButton4->setText(QApplication::translate("MainWindowBase", "Remove", 0, QApplication::UnicodeUTF8)); |
|
892 choosebuddy->setText(QApplication::translate("MainWindowBase", "Select s&ubstitute Family:", 0, QApplication::UnicodeUTF8)); |
|
893 PushButton1->setText(QApplication::translate("MainWindowBase", "Add", 0, QApplication::UnicodeUTF8)); |
|
894 TabWidget3->setTabText(TabWidget3->indexOf(tab2), QApplication::translate("MainWindowBase", "Fonts", 0, QApplication::UnicodeUTF8)); |
|
895 GroupBox4->setTitle(QApplication::translate("MainWindowBase", "Feel Settings", 0, QApplication::UnicodeUTF8)); |
|
896 dcispin->setSuffix(QApplication::translate("MainWindowBase", " ms", 0, QApplication::UnicodeUTF8)); |
|
897 dcibuddy->setText(QApplication::translate("MainWindowBase", "&Double Click Interval:", 0, QApplication::UnicodeUTF8)); |
|
898 cfispin->setSpecialValueText(QApplication::translate("MainWindowBase", "No blinking", 0, QApplication::UnicodeUTF8)); |
|
899 cfispin->setSuffix(QApplication::translate("MainWindowBase", " ms", 0, QApplication::UnicodeUTF8)); |
|
900 cfibuddy->setText(QApplication::translate("MainWindowBase", "&Cursor Flash Time:", 0, QApplication::UnicodeUTF8)); |
|
901 wslspin->setSuffix(QApplication::translate("MainWindowBase", " lines", 0, QApplication::UnicodeUTF8)); |
|
902 wslbuddy->setText(QApplication::translate("MainWindowBase", "Wheel &Scroll Lines:", 0, QApplication::UnicodeUTF8)); |
|
903 resolvelinks->setText(QApplication::translate("MainWindowBase", "Resolve symlinks in URLs", 0, QApplication::UnicodeUTF8)); |
|
904 GroupBox3->setTitle(QApplication::translate("MainWindowBase", "GUI Effects", 0, QApplication::UnicodeUTF8)); |
|
905 effectcheckbox->setText(QApplication::translate("MainWindowBase", "&Enable", 0, QApplication::UnicodeUTF8)); |
|
906 effectcheckbox->setShortcut(QApplication::translate("MainWindowBase", "Alt+E", 0, QApplication::UnicodeUTF8)); |
|
907 meffectbuddy->setText(QApplication::translate("MainWindowBase", "&Menu Effect:", 0, QApplication::UnicodeUTF8)); |
|
908 ceffectbuddy->setText(QApplication::translate("MainWindowBase", "C&omboBox Effect:", 0, QApplication::UnicodeUTF8)); |
|
909 teffectbuddy->setText(QApplication::translate("MainWindowBase", "&ToolTip Effect:", 0, QApplication::UnicodeUTF8)); |
|
910 beffectbuddy->setText(QApplication::translate("MainWindowBase", "Tool&Box Effect:", 0, QApplication::UnicodeUTF8)); |
|
911 menueffect->clear(); |
|
912 menueffect->insertItems(0, QStringList() |
|
913 << QApplication::translate("MainWindowBase", "Disable", 0, QApplication::UnicodeUTF8) |
|
914 << QApplication::translate("MainWindowBase", "Animate", 0, QApplication::UnicodeUTF8) |
|
915 << QApplication::translate("MainWindowBase", "Fade", 0, QApplication::UnicodeUTF8) |
|
916 ); |
|
917 comboeffect->clear(); |
|
918 comboeffect->insertItems(0, QStringList() |
|
919 << QApplication::translate("MainWindowBase", "Disable", 0, QApplication::UnicodeUTF8) |
|
920 << QApplication::translate("MainWindowBase", "Animate", 0, QApplication::UnicodeUTF8) |
|
921 ); |
|
922 tooltipeffect->clear(); |
|
923 tooltipeffect->insertItems(0, QStringList() |
|
924 << QApplication::translate("MainWindowBase", "Disable", 0, QApplication::UnicodeUTF8) |
|
925 << QApplication::translate("MainWindowBase", "Animate", 0, QApplication::UnicodeUTF8) |
|
926 << QApplication::translate("MainWindowBase", "Fade", 0, QApplication::UnicodeUTF8) |
|
927 ); |
|
928 toolboxeffect->clear(); |
|
929 toolboxeffect->insertItems(0, QStringList() |
|
930 << QApplication::translate("MainWindowBase", "Disable", 0, QApplication::UnicodeUTF8) |
|
931 << QApplication::translate("MainWindowBase", "Animate", 0, QApplication::UnicodeUTF8) |
|
932 ); |
|
933 GroupBox5->setTitle(QApplication::translate("MainWindowBase", "Global Strut", 0, QApplication::UnicodeUTF8)); |
|
934 swbuddy->setText(QApplication::translate("MainWindowBase", "Minimum &Width:", 0, QApplication::UnicodeUTF8)); |
|
935 shbuddy->setText(QApplication::translate("MainWindowBase", "Minimum Hei&ght:", 0, QApplication::UnicodeUTF8)); |
|
936 strutwidth->setSuffix(QApplication::translate("MainWindowBase", " pixels", 0, QApplication::UnicodeUTF8)); |
|
937 strutheight->setSuffix(QApplication::translate("MainWindowBase", " pixels", 0, QApplication::UnicodeUTF8)); |
|
938 rtlExtensions->setText(QApplication::translate("MainWindowBase", "Enhanced support for languages written right-to-left", 0, QApplication::UnicodeUTF8)); |
|
939 inputStyleLabel->setText(QApplication::translate("MainWindowBase", "XIM Input Style:", 0, QApplication::UnicodeUTF8)); |
|
940 inputStyle->clear(); |
|
941 inputStyle->insertItems(0, QStringList() |
|
942 << QApplication::translate("MainWindowBase", "On The Spot", 0, QApplication::UnicodeUTF8) |
|
943 << QApplication::translate("MainWindowBase", "Over The Spot", 0, QApplication::UnicodeUTF8) |
|
944 << QApplication::translate("MainWindowBase", "Off The Spot", 0, QApplication::UnicodeUTF8) |
|
945 << QApplication::translate("MainWindowBase", "Root", 0, QApplication::UnicodeUTF8) |
|
946 ); |
|
947 TabWidget3->setTabText(TabWidget3->indexOf(tab), QApplication::translate("MainWindowBase", "Interface", 0, QApplication::UnicodeUTF8)); |
|
948 fontembeddingcheckbox->setText(QApplication::translate("MainWindowBase", "Enable Font embedding", 0, QApplication::UnicodeUTF8)); |
|
949 GroupBox10->setTitle(QApplication::translate("MainWindowBase", "Font Paths", 0, QApplication::UnicodeUTF8)); |
|
950 PushButton11->setText(QApplication::translate("MainWindowBase", "Up", 0, QApplication::UnicodeUTF8)); |
|
951 PushButton13->setText(QApplication::translate("MainWindowBase", "Remove", 0, QApplication::UnicodeUTF8)); |
|
952 PushButton12->setText(QApplication::translate("MainWindowBase", "Down", 0, QApplication::UnicodeUTF8)); |
|
953 PushButton15->setText(QApplication::translate("MainWindowBase", "Add", 0, QApplication::UnicodeUTF8)); |
|
954 PushButton14->setText(QApplication::translate("MainWindowBase", "Browse...", 0, QApplication::UnicodeUTF8)); |
|
955 TextLabel15_2->setText(QApplication::translate("MainWindowBase", "Press the <b>Browse</b> button or enter a directory and press Enter to add them to the list.", 0, QApplication::UnicodeUTF8)); |
|
956 TabWidget3->setTabText(TabWidget3->indexOf(tab3), QApplication::translate("MainWindowBase", "Printer", 0, QApplication::UnicodeUTF8)); |
|
957 PopupMenu->setTitle(QApplication::translate("MainWindowBase", "&File", 0, QApplication::UnicodeUTF8)); |
|
958 PopupMenu_2->setTitle(QApplication::translate("MainWindowBase", "&Help", 0, QApplication::UnicodeUTF8)); |
|
959 } // retranslateUi |
|
960 |
|
961 }; |
|
962 |
|
963 namespace Ui { |
|
964 class MainWindowBase: public Ui_MainWindowBase {}; |
|
965 } // namespace Ui |
|
966 |
|
967 QT_END_NAMESPACE |
|
968 |
|
969 #endif // MAINWINDOWBASE_H |