00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_N900SETTINGS_H
00011 #define UI_N900SETTINGS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QFrame>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QRadioButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QTabWidget>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027
00028 QT_BEGIN_NAMESPACE
00029
00030 class Ui_N900Settings
00031 {
00032 public:
00033 QVBoxLayout *verticalLayout;
00034 QTabWidget *tabWidget;
00035 QWidget *tab;
00036 QHBoxLayout *horizontalLayout_2;
00037 QGroupBox *groupBox;
00038 QVBoxLayout *verticalLayout_2;
00039 QCheckBox *language;
00040 QCheckBox *languageSpecific;
00041 QCheckBox *engine;
00042 QCheckBox *userDictionary;
00043 QCheckBox *settings;
00044 QSpacerItem *verticalSpacer;
00045 QGroupBox *groupBox_2;
00046 QVBoxLayout *verticalLayout_3;
00047 QRadioButton *always;
00048 QRadioButton *available;
00049 QRadioButton *active;
00050 QFrame *line;
00051 QHBoxLayout *horizontalLayout_3;
00052 QCheckBox *inactive;
00053 QHBoxLayout *horizontalLayout;
00054 QWidget *indent;
00055 QCheckBox *unavailable;
00056 QSpacerItem *verticalSpacer_2;
00057
00058 void setupUi(QWidget *N900Settings)
00059 {
00060 if (N900Settings->objectName().isEmpty())
00061 N900Settings->setObjectName(QString::fromUtf8("N900Settings"));
00062 N900Settings->resize(440, 298);
00063 verticalLayout = new QVBoxLayout(N900Settings);
00064 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00065 tabWidget = new QTabWidget(N900Settings);
00066 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00067 tab = new QWidget();
00068 tab->setObjectName(QString::fromUtf8("tab"));
00069 horizontalLayout_2 = new QHBoxLayout(tab);
00070 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00071 groupBox = new QGroupBox(tab);
00072 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00073 verticalLayout_2 = new QVBoxLayout(groupBox);
00074 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00075 language = new QCheckBox(groupBox);
00076 language->setObjectName(QString::fromUtf8("language"));
00077
00078 verticalLayout_2->addWidget(language);
00079
00080 languageSpecific = new QCheckBox(groupBox);
00081 languageSpecific->setObjectName(QString::fromUtf8("languageSpecific"));
00082 languageSpecific->setChecked(true);
00083
00084 verticalLayout_2->addWidget(languageSpecific);
00085
00086 engine = new QCheckBox(groupBox);
00087 engine->setObjectName(QString::fromUtf8("engine"));
00088 engine->setChecked(false);
00089
00090 verticalLayout_2->addWidget(engine);
00091
00092 userDictionary = new QCheckBox(groupBox);
00093 userDictionary->setObjectName(QString::fromUtf8("userDictionary"));
00094 QIcon icon;
00095 icon.addFile(QString::fromUtf8(":/icons/dictionary.png"), QSize(), QIcon::Normal, QIcon::Off);
00096 userDictionary->setIcon(icon);
00097 userDictionary->setChecked(true);
00098
00099 verticalLayout_2->addWidget(userDictionary);
00100
00101 settings = new QCheckBox(groupBox);
00102 settings->setObjectName(QString::fromUtf8("settings"));
00103 QIcon icon1;
00104 icon1.addFile(QString::fromUtf8(":/icons/configure.png"), QSize(), QIcon::Normal, QIcon::Off);
00105 settings->setIcon(icon1);
00106 settings->setChecked(true);
00107
00108 verticalLayout_2->addWidget(settings);
00109
00110 verticalSpacer = new QSpacerItem(20, 31, QSizePolicy::Minimum, QSizePolicy::Expanding);
00111
00112 verticalLayout_2->addItem(verticalSpacer);
00113
00114
00115 horizontalLayout_2->addWidget(groupBox);
00116
00117 groupBox_2 = new QGroupBox(tab);
00118 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00119 verticalLayout_3 = new QVBoxLayout(groupBox_2);
00120 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00121 always = new QRadioButton(groupBox_2);
00122 always->setObjectName(QString::fromUtf8("always"));
00123 always->setChecked(true);
00124
00125 verticalLayout_3->addWidget(always);
00126
00127 available = new QRadioButton(groupBox_2);
00128 available->setObjectName(QString::fromUtf8("available"));
00129
00130 verticalLayout_3->addWidget(available);
00131
00132 active = new QRadioButton(groupBox_2);
00133 active->setObjectName(QString::fromUtf8("active"));
00134
00135 verticalLayout_3->addWidget(active);
00136
00137 line = new QFrame(groupBox_2);
00138 line->setObjectName(QString::fromUtf8("line"));
00139 line->setFrameShape(QFrame::HLine);
00140 line->setFrameShadow(QFrame::Sunken);
00141
00142 verticalLayout_3->addWidget(line);
00143
00144 horizontalLayout_3 = new QHBoxLayout();
00145 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00146 inactive = new QCheckBox(groupBox_2);
00147 inactive->setObjectName(QString::fromUtf8("inactive"));
00148 inactive->setChecked(true);
00149
00150 horizontalLayout_3->addWidget(inactive);
00151
00152
00153 verticalLayout_3->addLayout(horizontalLayout_3);
00154
00155 horizontalLayout = new QHBoxLayout();
00156 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00157 indent = new QWidget(groupBox_2);
00158 indent->setObjectName(QString::fromUtf8("indent"));
00159
00160 horizontalLayout->addWidget(indent);
00161
00162 unavailable = new QCheckBox(groupBox_2);
00163 unavailable->setObjectName(QString::fromUtf8("unavailable"));
00164 unavailable->setChecked(true);
00165
00166 horizontalLayout->addWidget(unavailable);
00167
00168
00169 verticalLayout_3->addLayout(horizontalLayout);
00170
00171 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00172
00173 verticalLayout_3->addItem(verticalSpacer_2);
00174
00175
00176 horizontalLayout_2->addWidget(groupBox_2);
00177
00178 tabWidget->addTab(tab, QString());
00179
00180 verticalLayout->addWidget(tabWidget);
00181
00182 QWidget::setTabOrder(tabWidget, language);
00183 QWidget::setTabOrder(language, languageSpecific);
00184 QWidget::setTabOrder(languageSpecific, engine);
00185 QWidget::setTabOrder(engine, userDictionary);
00186 QWidget::setTabOrder(userDictionary, settings);
00187 QWidget::setTabOrder(settings, always);
00188 QWidget::setTabOrder(always, available);
00189 QWidget::setTabOrder(available, active);
00190
00191 retranslateUi(N900Settings);
00192
00193 tabWidget->setCurrentIndex(0);
00194
00195
00196 QMetaObject::connectSlotsByName(N900Settings);
00197 }
00198
00199 void retranslateUi(QWidget *N900Settings)
00200 {
00201 groupBox->setTitle(QApplication::translate("N900Settings", "Icons", 0, QApplication::UnicodeUTF8));
00202 language->setText(QApplication::translate("N900Settings", "&Language", 0, QApplication::UnicodeUTF8));
00203 languageSpecific->setText(QApplication::translate("N900Settings", "Language e&xtention", 0, QApplication::UnicodeUTF8));
00204 engine->setText(QApplication::translate("N900Settings", "Convertion &engine", 0, QApplication::UnicodeUTF8));
00205 userDictionary->setText(QApplication::translate("N900Settings", "User &dictionary", 0, QApplication::UnicodeUTF8));
00206 settings->setText(QApplication::translate("N900Settings", "&Settings", 0, QApplication::UnicodeUTF8));
00207 groupBox_2->setTitle(QApplication::translate("N900Settings", "Show/Hide", 0, QApplication::UnicodeUTF8));
00208 always->setText(QApplication::translate("N900Settings", "show al&ways", 0, QApplication::UnicodeUTF8));
00209 available->setText(QApplication::translate("N900Settings", "show when a&vailable", 0, QApplication::UnicodeUTF8));
00210 active->setText(QApplication::translate("N900Settings", "show when a&ctive", 0, QApplication::UnicodeUTF8));
00211 inactive->setText(QApplication::translate("N900Settings", "minimize while &inactive", 0, QApplication::UnicodeUTF8));
00212 unavailable->setText(QApplication::translate("N900Settings", "minimize while &unavailable", 0, QApplication::UnicodeUTF8));
00213 tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("N900Settings", "Toolbar", 0, QApplication::UnicodeUTF8));
00214 Q_UNUSED(N900Settings);
00215 }
00216
00217 };
00218
00219 namespace Ui {
00220 class N900Settings: public Ui_N900Settings {};
00221 }
00222
00223 QT_END_NAMESPACE
00224
00225 #endif // UI_N900SETTINGS_H