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