Updated build rules
[qstardict] / qstardict / ui_settingsdialog.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'settingsdialog.ui'
3 **
4 ** Created: Tue Dec 29 16:44:21 2009
5 **      by: Qt User Interface Compiler version 4.5.3
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef UI_SETTINGSDIALOG_H
11 #define UI_SETTINGSDIALOG_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QCheckBox>
18 #include <QtGui/QComboBox>
19 #include <QtGui/QDialog>
20 #include <QtGui/QDoubleSpinBox>
21 #include <QtGui/QGridLayout>
22 #include <QtGui/QGroupBox>
23 #include <QtGui/QHBoxLayout>
24 #include <QtGui/QHeaderView>
25 #include <QtGui/QLabel>
26 #include <QtGui/QLineEdit>
27 #include <QtGui/QSpacerItem>
28 #include <QtGui/QSpinBox>
29 #include <QtGui/QTabWidget>
30 #include <QtGui/QTableView>
31 #include <QtGui/QToolButton>
32 #include <QtGui/QVBoxLayout>
33 #include <QtGui/QWidget>
34 #include "cssedit.h"
35
36 namespace QStarDict {
37
38 class Ui_SettingsDialog
39 {
40 public:
41     QGridLayout *gridLayout;
42     QTabWidget *tabWidget;
43     QWidget *tabGlobalSettings;
44     QVBoxLayout *vboxLayout;
45     QCheckBox *instantSearchBox;
46     QHBoxLayout *hboxLayout;
47     QLabel *label_7;
48     QLineEdit *speechCmdEdit;
49     QSpacerItem *spacerItem;
50     QWidget *tabDictionaries;
51     QVBoxLayout *verticalLayout_2;
52     QTableView *dictsTableView;
53     QHBoxLayout *hboxLayout1;
54     QToolButton *dictsMoveUpButton;
55     QToolButton *dictsMoveDownButton;
56     QToolButton *dictsShowInfoButton;
57     QSpacerItem *spacerItem1;
58     QWidget *tabPlugins;
59     QVBoxLayout *verticalLayout;
60     QTableView *pluginsTableView;
61     QHBoxLayout *_3;
62     QToolButton *pluginsShowInfoButton;
63     QToolButton *pluginsConfigureButton;
64     QSpacerItem *spacerItem2;
65     QWidget *tabPopupWindowApperance;
66     QGridLayout *gridLayout1;
67     QGroupBox *groupBox_2;
68     QGridLayout *gridLayout2;
69     QHBoxLayout *hboxLayout2;
70     QLabel *label_3;
71     QSpinBox *popupOpacitySpin;
72     QHBoxLayout *hboxLayout3;
73     QLabel *label_5;
74     QSpinBox *popupDefaultWidthSpin;
75     QHBoxLayout *hboxLayout4;
76     QLabel *label_6;
77     QSpinBox *popupDefaultHeightSpin;
78     QSpacerItem *spacerItem3;
79     QWidget *tabPopupWindowBehavior;
80     QVBoxLayout *verticalLayout_3;
81     QCheckBox *useScanBox;
82     QCheckBox *showIfNotFoundBox;
83     QHBoxLayout *_7;
84     QCheckBox *useScanModifierBox;
85     QComboBox *modifierKeyBox;
86     QHBoxLayout *_6;
87     QLabel *label_4;
88     QDoubleSpinBox *timeoutBeforeHideSpin;
89     QVBoxLayout *_5;
90     QCheckBox *pronounceWordBox;
91     QSpacerItem *spacer;
92     QWidget *tab;
93     QGridLayout *gridLayout3;
94     QStarDict::CSSEdit *apperanceCSSEdit;
95
96     void setupUi(QDialog *QStarDict__SettingsDialog)
97     {
98         if (QStarDict__SettingsDialog->objectName().isEmpty())
99             QStarDict__SettingsDialog->setObjectName(QString::fromUtf8("QStarDict__SettingsDialog"));
100         QStarDict__SettingsDialog->resize(464, 380);
101         gridLayout = new QGridLayout(QStarDict__SettingsDialog);
102 #ifndef Q_OS_MAC
103         gridLayout->setSpacing(6);
104 #endif
105 #ifndef Q_OS_MAC
106         gridLayout->setMargin(9);
107 #endif
108         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
109         tabWidget = new QTabWidget(QStarDict__SettingsDialog);
110         tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
111         tabWidget->setTabPosition(QTabWidget::North);
112         tabWidget->setTabShape(QTabWidget::Rounded);
113         tabWidget->setIconSize(QSize(32, 32));
114         tabGlobalSettings = new QWidget();
115         tabGlobalSettings->setObjectName(QString::fromUtf8("tabGlobalSettings"));
116         vboxLayout = new QVBoxLayout(tabGlobalSettings);
117         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
118         instantSearchBox = new QCheckBox(tabGlobalSettings);
119         instantSearchBox->setObjectName(QString::fromUtf8("instantSearchBox"));
120
121         vboxLayout->addWidget(instantSearchBox);
122
123         hboxLayout = new QHBoxLayout();
124 #ifndef Q_OS_MAC
125         hboxLayout->setSpacing(6);
126 #endif
127         hboxLayout->setMargin(0);
128         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
129         label_7 = new QLabel(tabGlobalSettings);
130         label_7->setObjectName(QString::fromUtf8("label_7"));
131
132         hboxLayout->addWidget(label_7);
133
134         speechCmdEdit = new QLineEdit(tabGlobalSettings);
135         speechCmdEdit->setObjectName(QString::fromUtf8("speechCmdEdit"));
136
137         hboxLayout->addWidget(speechCmdEdit);
138
139
140         vboxLayout->addLayout(hboxLayout);
141
142         spacerItem = new QSpacerItem(369, 171, QSizePolicy::Minimum, QSizePolicy::Expanding);
143
144         vboxLayout->addItem(spacerItem);
145
146         tabWidget->addTab(tabGlobalSettings, QString());
147         tabDictionaries = new QWidget();
148         tabDictionaries->setObjectName(QString::fromUtf8("tabDictionaries"));
149         verticalLayout_2 = new QVBoxLayout(tabDictionaries);
150         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
151         dictsTableView = new QTableView(tabDictionaries);
152         dictsTableView->setObjectName(QString::fromUtf8("dictsTableView"));
153         dictsTableView->setEditTriggers(QAbstractItemView::NoEditTriggers);
154         dictsTableView->setDragEnabled(false);
155         dictsTableView->setSelectionMode(QAbstractItemView::SingleSelection);
156         dictsTableView->setSelectionBehavior(QAbstractItemView::SelectRows);
157         dictsTableView->setShowGrid(false);
158         dictsTableView->horizontalHeader()->setDefaultSectionSize(112);
159         dictsTableView->horizontalHeader()->setMinimumSectionSize(60);
160         dictsTableView->verticalHeader()->setCascadingSectionResizes(true);
161         dictsTableView->verticalHeader()->setDefaultSectionSize(32);
162         dictsTableView->verticalHeader()->setMinimumSectionSize(24);
163
164         verticalLayout_2->addWidget(dictsTableView);
165
166         hboxLayout1 = new QHBoxLayout();
167         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
168         dictsMoveUpButton = new QToolButton(tabDictionaries);
169         dictsMoveUpButton->setObjectName(QString::fromUtf8("dictsMoveUpButton"));
170         QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
171         sizePolicy.setHorizontalStretch(0);
172         sizePolicy.setVerticalStretch(0);
173         sizePolicy.setHeightForWidth(dictsMoveUpButton->sizePolicy().hasHeightForWidth());
174         dictsMoveUpButton->setSizePolicy(sizePolicy);
175         dictsMoveUpButton->setMinimumSize(QSize(112, 70));
176         QIcon icon;
177         icon.addFile(QString::fromUtf8(":/icons/arrow-up.png"), QSize(), QIcon::Normal, QIcon::Off);
178         dictsMoveUpButton->setIcon(icon);
179         dictsMoveUpButton->setIconSize(QSize(112, 70));
180
181         hboxLayout1->addWidget(dictsMoveUpButton);
182
183         dictsMoveDownButton = new QToolButton(tabDictionaries);
184         dictsMoveDownButton->setObjectName(QString::fromUtf8("dictsMoveDownButton"));
185         sizePolicy.setHeightForWidth(dictsMoveDownButton->sizePolicy().hasHeightForWidth());
186         dictsMoveDownButton->setSizePolicy(sizePolicy);
187         dictsMoveDownButton->setMinimumSize(QSize(112, 70));
188         QIcon icon1;
189         icon1.addFile(QString::fromUtf8(":/icons/arrow-down.png"), QSize(), QIcon::Normal, QIcon::Off);
190         dictsMoveDownButton->setIcon(icon1);
191         dictsMoveDownButton->setIconSize(QSize(112, 70));
192
193         hboxLayout1->addWidget(dictsMoveDownButton);
194
195         dictsShowInfoButton = new QToolButton(tabDictionaries);
196         dictsShowInfoButton->setObjectName(QString::fromUtf8("dictsShowInfoButton"));
197         sizePolicy.setHeightForWidth(dictsShowInfoButton->sizePolicy().hasHeightForWidth());
198         dictsShowInfoButton->setSizePolicy(sizePolicy);
199         dictsShowInfoButton->setMinimumSize(QSize(112, 70));
200         QIcon icon2;
201         icon2.addFile(QString::fromUtf8(":/icons/dialog-information.png"), QSize(), QIcon::Normal, QIcon::Off);
202         dictsShowInfoButton->setIcon(icon2);
203         dictsShowInfoButton->setIconSize(QSize(112, 70));
204
205         hboxLayout1->addWidget(dictsShowInfoButton);
206
207         spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
208
209         hboxLayout1->addItem(spacerItem1);
210
211
212         verticalLayout_2->addLayout(hboxLayout1);
213
214         tabWidget->addTab(tabDictionaries, QString());
215         tabPlugins = new QWidget();
216         tabPlugins->setObjectName(QString::fromUtf8("tabPlugins"));
217         verticalLayout = new QVBoxLayout(tabPlugins);
218         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
219         pluginsTableView = new QTableView(tabPlugins);
220         pluginsTableView->setObjectName(QString::fromUtf8("pluginsTableView"));
221         pluginsTableView->setEditTriggers(QAbstractItemView::NoEditTriggers);
222         pluginsTableView->setSelectionMode(QAbstractItemView::SingleSelection);
223         pluginsTableView->setSelectionBehavior(QAbstractItemView::SelectRows);
224         pluginsTableView->setShowGrid(false);
225         pluginsTableView->horizontalHeader()->setDefaultSectionSize(112);
226         pluginsTableView->horizontalHeader()->setMinimumSectionSize(60);
227         pluginsTableView->verticalHeader()->setCascadingSectionResizes(true);
228         pluginsTableView->verticalHeader()->setDefaultSectionSize(32);
229         pluginsTableView->verticalHeader()->setMinimumSectionSize(24);
230
231         verticalLayout->addWidget(pluginsTableView);
232
233         _3 = new QHBoxLayout();
234         _3->setObjectName(QString::fromUtf8("_3"));
235         pluginsShowInfoButton = new QToolButton(tabPlugins);
236         pluginsShowInfoButton->setObjectName(QString::fromUtf8("pluginsShowInfoButton"));
237         sizePolicy.setHeightForWidth(pluginsShowInfoButton->sizePolicy().hasHeightForWidth());
238         pluginsShowInfoButton->setSizePolicy(sizePolicy);
239         pluginsShowInfoButton->setMinimumSize(QSize(112, 70));
240         pluginsShowInfoButton->setIcon(icon2);
241         pluginsShowInfoButton->setIconSize(QSize(112, 70));
242
243         _3->addWidget(pluginsShowInfoButton);
244
245         pluginsConfigureButton = new QToolButton(tabPlugins);
246         pluginsConfigureButton->setObjectName(QString::fromUtf8("pluginsConfigureButton"));
247         sizePolicy.setHeightForWidth(pluginsConfigureButton->sizePolicy().hasHeightForWidth());
248         pluginsConfigureButton->setSizePolicy(sizePolicy);
249         pluginsConfigureButton->setMinimumSize(QSize(112, 70));
250         QIcon icon3;
251         icon3.addFile(QString::fromUtf8(":/icons/configure.png"), QSize(), QIcon::Normal, QIcon::Off);
252         pluginsConfigureButton->setIcon(icon3);
253         pluginsConfigureButton->setIconSize(QSize(112, 70));
254
255         _3->addWidget(pluginsConfigureButton);
256
257         spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
258
259         _3->addItem(spacerItem2);
260
261
262         verticalLayout->addLayout(_3);
263
264         tabWidget->addTab(tabPlugins, QString());
265         tabPopupWindowApperance = new QWidget();
266         tabPopupWindowApperance->setObjectName(QString::fromUtf8("tabPopupWindowApperance"));
267         gridLayout1 = new QGridLayout(tabPopupWindowApperance);
268 #ifndef Q_OS_MAC
269         gridLayout1->setSpacing(6);
270 #endif
271 #ifndef Q_OS_MAC
272         gridLayout1->setMargin(9);
273 #endif
274         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
275         groupBox_2 = new QGroupBox(tabPopupWindowApperance);
276         groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
277         gridLayout2 = new QGridLayout(groupBox_2);
278 #ifndef Q_OS_MAC
279         gridLayout2->setSpacing(6);
280 #endif
281 #ifndef Q_OS_MAC
282         gridLayout2->setMargin(9);
283 #endif
284         gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
285         hboxLayout2 = new QHBoxLayout();
286 #ifndef Q_OS_MAC
287         hboxLayout2->setSpacing(6);
288 #endif
289 #ifndef Q_OS_MAC
290         hboxLayout2->setMargin(0);
291 #endif
292         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
293         label_3 = new QLabel(groupBox_2);
294         label_3->setObjectName(QString::fromUtf8("label_3"));
295
296         hboxLayout2->addWidget(label_3);
297
298         popupOpacitySpin = new QSpinBox(groupBox_2);
299         popupOpacitySpin->setObjectName(QString::fromUtf8("popupOpacitySpin"));
300         popupOpacitySpin->setMinimum(1);
301         popupOpacitySpin->setMaximum(100);
302         popupOpacitySpin->setValue(100);
303
304         hboxLayout2->addWidget(popupOpacitySpin);
305
306
307         gridLayout2->addLayout(hboxLayout2, 2, 0, 1, 1);
308
309         hboxLayout3 = new QHBoxLayout();
310 #ifndef Q_OS_MAC
311         hboxLayout3->setSpacing(6);
312 #endif
313         hboxLayout3->setMargin(0);
314         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
315         label_5 = new QLabel(groupBox_2);
316         label_5->setObjectName(QString::fromUtf8("label_5"));
317
318         hboxLayout3->addWidget(label_5);
319
320         popupDefaultWidthSpin = new QSpinBox(groupBox_2);
321         popupDefaultWidthSpin->setObjectName(QString::fromUtf8("popupDefaultWidthSpin"));
322         popupDefaultWidthSpin->setMinimum(96);
323         popupDefaultWidthSpin->setMaximum(9999);
324         popupDefaultWidthSpin->setValue(320);
325
326         hboxLayout3->addWidget(popupDefaultWidthSpin);
327
328
329         gridLayout2->addLayout(hboxLayout3, 0, 0, 1, 1);
330
331         hboxLayout4 = new QHBoxLayout();
332 #ifndef Q_OS_MAC
333         hboxLayout4->setSpacing(6);
334 #endif
335         hboxLayout4->setMargin(0);
336         hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
337         label_6 = new QLabel(groupBox_2);
338         label_6->setObjectName(QString::fromUtf8("label_6"));
339
340         hboxLayout4->addWidget(label_6);
341
342         popupDefaultHeightSpin = new QSpinBox(groupBox_2);
343         popupDefaultHeightSpin->setObjectName(QString::fromUtf8("popupDefaultHeightSpin"));
344         popupDefaultHeightSpin->setMinimum(96);
345         popupDefaultHeightSpin->setMaximum(9999);
346         popupDefaultHeightSpin->setValue(240);
347
348         hboxLayout4->addWidget(popupDefaultHeightSpin);
349
350
351         gridLayout2->addLayout(hboxLayout4, 1, 0, 1, 1);
352
353
354         gridLayout1->addWidget(groupBox_2, 0, 0, 1, 1);
355
356         spacerItem3 = new QSpacerItem(20, 101, QSizePolicy::Minimum, QSizePolicy::Expanding);
357
358         gridLayout1->addItem(spacerItem3, 1, 0, 1, 1);
359
360         tabWidget->addTab(tabPopupWindowApperance, QString());
361         tabPopupWindowBehavior = new QWidget();
362         tabPopupWindowBehavior->setObjectName(QString::fromUtf8("tabPopupWindowBehavior"));
363         verticalLayout_3 = new QVBoxLayout(tabPopupWindowBehavior);
364         verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
365         useScanBox = new QCheckBox(tabPopupWindowBehavior);
366         useScanBox->setObjectName(QString::fromUtf8("useScanBox"));
367         useScanBox->setChecked(true);
368
369         verticalLayout_3->addWidget(useScanBox);
370
371         showIfNotFoundBox = new QCheckBox(tabPopupWindowBehavior);
372         showIfNotFoundBox->setObjectName(QString::fromUtf8("showIfNotFoundBox"));
373
374         verticalLayout_3->addWidget(showIfNotFoundBox);
375
376         _7 = new QHBoxLayout();
377 #ifndef Q_OS_MAC
378         _7->setSpacing(6);
379 #endif
380         _7->setMargin(0);
381         _7->setObjectName(QString::fromUtf8("_7"));
382         useScanModifierBox = new QCheckBox(tabPopupWindowBehavior);
383         useScanModifierBox->setObjectName(QString::fromUtf8("useScanModifierBox"));
384         useScanModifierBox->setEnabled(true);
385
386         _7->addWidget(useScanModifierBox);
387
388         modifierKeyBox = new QComboBox(tabPopupWindowBehavior);
389         modifierKeyBox->setObjectName(QString::fromUtf8("modifierKeyBox"));
390         modifierKeyBox->setEnabled(false);
391
392         _7->addWidget(modifierKeyBox);
393
394
395         verticalLayout_3->addLayout(_7);
396
397         _6 = new QHBoxLayout();
398 #ifndef Q_OS_MAC
399         _6->setSpacing(6);
400 #endif
401         _6->setMargin(0);
402         _6->setObjectName(QString::fromUtf8("_6"));
403         label_4 = new QLabel(tabPopupWindowBehavior);
404         label_4->setObjectName(QString::fromUtf8("label_4"));
405
406         _6->addWidget(label_4);
407
408         timeoutBeforeHideSpin = new QDoubleSpinBox(tabPopupWindowBehavior);
409         timeoutBeforeHideSpin->setObjectName(QString::fromUtf8("timeoutBeforeHideSpin"));
410         timeoutBeforeHideSpin->setDecimals(1);
411         timeoutBeforeHideSpin->setMinimum(0);
412         timeoutBeforeHideSpin->setMaximum(10);
413         timeoutBeforeHideSpin->setSingleStep(0.1);
414         timeoutBeforeHideSpin->setValue(0.5);
415
416         _6->addWidget(timeoutBeforeHideSpin);
417
418
419         verticalLayout_3->addLayout(_6);
420
421         _5 = new QVBoxLayout();
422 #ifndef Q_OS_MAC
423         _5->setSpacing(6);
424 #endif
425         _5->setMargin(0);
426         _5->setObjectName(QString::fromUtf8("_5"));
427         pronounceWordBox = new QCheckBox(tabPopupWindowBehavior);
428         pronounceWordBox->setObjectName(QString::fromUtf8("pronounceWordBox"));
429
430         _5->addWidget(pronounceWordBox);
431
432
433         verticalLayout_3->addLayout(_5);
434
435         spacer = new QSpacerItem(20, 123, QSizePolicy::Minimum, QSizePolicy::Expanding);
436
437         verticalLayout_3->addItem(spacer);
438
439         tabWidget->addTab(tabPopupWindowBehavior, QString());
440         tab = new QWidget();
441         tab->setObjectName(QString::fromUtf8("tab"));
442         gridLayout3 = new QGridLayout(tab);
443         gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
444         apperanceCSSEdit = new QStarDict::CSSEdit(tab);
445         apperanceCSSEdit->setObjectName(QString::fromUtf8("apperanceCSSEdit"));
446
447         gridLayout3->addWidget(apperanceCSSEdit, 0, 0, 1, 1);
448
449         tabWidget->addTab(tab, QString());
450
451         gridLayout->addWidget(tabWidget, 1, 0, 1, 1);
452
453         QWidget::setTabOrder(instantSearchBox, speechCmdEdit);
454         QWidget::setTabOrder(speechCmdEdit, dictsMoveUpButton);
455         QWidget::setTabOrder(dictsMoveUpButton, dictsMoveDownButton);
456         QWidget::setTabOrder(dictsMoveDownButton, dictsShowInfoButton);
457         QWidget::setTabOrder(dictsShowInfoButton, popupDefaultWidthSpin);
458         QWidget::setTabOrder(popupDefaultWidthSpin, popupDefaultHeightSpin);
459         QWidget::setTabOrder(popupDefaultHeightSpin, popupOpacitySpin);
460
461         retranslateUi(QStarDict__SettingsDialog);
462
463         tabWidget->setCurrentIndex(0);
464
465
466         QMetaObject::connectSlotsByName(QStarDict__SettingsDialog);
467     } // setupUi
468
469     void retranslateUi(QDialog *QStarDict__SettingsDialog)
470     {
471         QStarDict__SettingsDialog->setWindowTitle(QApplication::translate("QStarDict::SettingsDialog", "QStarDict Settings", 0, QApplication::UnicodeUTF8));
472 #ifndef QT_NO_TOOLTIP
473         QStarDict__SettingsDialog->setToolTip(QString());
474 #endif // QT_NO_TOOLTIP
475         instantSearchBox->setText(QApplication::translate("QStarDict::SettingsDialog", "Instant search", 0, QApplication::UnicodeUTF8));
476         label_7->setText(QApplication::translate("QStarDict::SettingsDialog", "Pronounce words using this command:", 0, QApplication::UnicodeUTF8));
477 #ifndef QT_NO_TOOLTIP
478         speechCmdEdit->setToolTip(QApplication::translate("QStarDict::SettingsDialog", "Enter cmd for the speaching program.<br>If cmd contains \"%s\" it will be replaced to word, else word will be writen to stdin of speech process.", 0, QApplication::UnicodeUTF8));
479 #endif // QT_NO_TOOLTIP
480         tabWidget->setTabText(tabWidget->indexOf(tabGlobalSettings), QApplication::translate("QStarDict::SettingsDialog", "Global", 0, QApplication::UnicodeUTF8));
481 #ifndef QT_NO_TOOLTIP
482         dictsMoveUpButton->setToolTip(QApplication::translate("QStarDict::SettingsDialog", "Move up", 0, QApplication::UnicodeUTF8));
483 #endif // QT_NO_TOOLTIP
484         dictsMoveUpButton->setText(QApplication::translate("QStarDict::SettingsDialog", "Up", 0, QApplication::UnicodeUTF8));
485 #ifndef QT_NO_TOOLTIP
486         dictsMoveDownButton->setToolTip(QApplication::translate("QStarDict::SettingsDialog", "Move down", 0, QApplication::UnicodeUTF8));
487 #endif // QT_NO_TOOLTIP
488         dictsMoveDownButton->setText(QApplication::translate("QStarDict::SettingsDialog", "Down", 0, QApplication::UnicodeUTF8));
489 #ifndef QT_NO_TOOLTIP
490         dictsShowInfoButton->setToolTip(QApplication::translate("QStarDict::SettingsDialog", "Show information about dictionary", 0, QApplication::UnicodeUTF8));
491 #endif // QT_NO_TOOLTIP
492         dictsShowInfoButton->setText(QApplication::translate("QStarDict::SettingsDialog", "Show info", 0, QApplication::UnicodeUTF8));
493         tabWidget->setTabText(tabWidget->indexOf(tabDictionaries), QApplication::translate("QStarDict::SettingsDialog", "Dictionaries", 0, QApplication::UnicodeUTF8));
494 #ifndef QT_NO_TOOLTIP
495         pluginsShowInfoButton->setToolTip(QApplication::translate("QStarDict::SettingsDialog", "Show information about plugin", 0, QApplication::UnicodeUTF8));
496 #endif // QT_NO_TOOLTIP
497         pluginsShowInfoButton->setText(QApplication::translate("QStarDict::SettingsDialog", "Info", 0, QApplication::UnicodeUTF8));
498 #ifndef QT_NO_TOOLTIP
499         pluginsConfigureButton->setToolTip(QApplication::translate("QStarDict::SettingsDialog", "Configure plugin", 0, QApplication::UnicodeUTF8));
500 #endif // QT_NO_TOOLTIP
501         pluginsConfigureButton->setText(QApplication::translate("QStarDict::SettingsDialog", "Configure", 0, QApplication::UnicodeUTF8));
502         tabWidget->setTabText(tabWidget->indexOf(tabPlugins), QApplication::translate("QStarDict::SettingsDialog", "Plugins", 0, QApplication::UnicodeUTF8));
503         groupBox_2->setTitle(QApplication::translate("QStarDict::SettingsDialog", "Popup window apperance", 0, QApplication::UnicodeUTF8));
504         label_3->setText(QApplication::translate("QStarDict::SettingsDialog", "Opacity", 0, QApplication::UnicodeUTF8));
505         popupOpacitySpin->setSuffix(QApplication::translate("QStarDict::SettingsDialog", "%", 0, QApplication::UnicodeUTF8));
506         popupOpacitySpin->setPrefix(QString());
507         label_5->setText(QApplication::translate("QStarDict::SettingsDialog", "Default width", 0, QApplication::UnicodeUTF8));
508         label_6->setText(QApplication::translate("QStarDict::SettingsDialog", "Default height", 0, QApplication::UnicodeUTF8));
509         tabWidget->setTabText(tabWidget->indexOf(tabPopupWindowApperance), QApplication::translate("QStarDict::SettingsDialog", "Apperance", 0, QApplication::UnicodeUTF8));
510         useScanBox->setText(QApplication::translate("QStarDict::SettingsDialog", "Scan selection", 0, QApplication::UnicodeUTF8));
511         showIfNotFoundBox->setText(QApplication::translate("QStarDict::SettingsDialog", "Show if word not found", 0, QApplication::UnicodeUTF8));
512         useScanModifierBox->setText(QApplication::translate("QStarDict::SettingsDialog", "Show only if modifier pressed", 0, QApplication::UnicodeUTF8));
513         modifierKeyBox->clear();
514         modifierKeyBox->insertItems(0, QStringList()
515          << QApplication::translate("QStarDict::SettingsDialog", "Alt", 0, QApplication::UnicodeUTF8)
516          << QApplication::translate("QStarDict::SettingsDialog", "Control", 0, QApplication::UnicodeUTF8)
517          << QApplication::translate("QStarDict::SettingsDialog", "Shift", 0, QApplication::UnicodeUTF8)
518          << QApplication::translate("QStarDict::SettingsDialog", "Win", 0, QApplication::UnicodeUTF8)
519         );
520         label_4->setText(QApplication::translate("QStarDict::SettingsDialog", "Timeout before hide after mouse over", 0, QApplication::UnicodeUTF8));
521         timeoutBeforeHideSpin->setSpecialValueText(QApplication::translate("QStarDict::SettingsDialog", "Don't hide", 0, QApplication::UnicodeUTF8));
522         timeoutBeforeHideSpin->setSuffix(QApplication::translate("QStarDict::SettingsDialog", " sec", 0, QApplication::UnicodeUTF8));
523         pronounceWordBox->setText(QApplication::translate("QStarDict::SettingsDialog", "Pronounce the word", 0, QApplication::UnicodeUTF8));
524         tabWidget->setTabText(tabWidget->indexOf(tabPopupWindowBehavior), QApplication::translate("QStarDict::SettingsDialog", "Popup", 0, QApplication::UnicodeUTF8));
525         tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("QStarDict::SettingsDialog", "Fonts", 0, QApplication::UnicodeUTF8));
526         Q_UNUSED(QStarDict__SettingsDialog);
527     } // retranslateUi
528
529 };
530
531 } // namespace QStarDict
532
533 namespace QStarDict {
534 namespace Ui {
535     class SettingsDialog: public Ui_SettingsDialog {};
536 } // namespace Ui
537 } // namespace QStarDict
538
539 #endif // UI_SETTINGSDIALOG_H