00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_ANTHYSETTINGS_H
00011 #define UI_ANTHYSETTINGS_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/QGroupBox>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QTabWidget>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_AnthySettings
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QTabWidget *tabWidget;
00032 QWidget *anthy;
00033 QVBoxLayout *verticalLayout_3;
00034 QGroupBox *prediction;
00035 QVBoxLayout *verticalLayout_2;
00036 QCheckBox *empty;
00037 QSpacerItem *verticalSpacer;
00038
00039 void setupUi(QWidget *AnthySettings)
00040 {
00041 if (AnthySettings->objectName().isEmpty())
00042 AnthySettings->setObjectName(QString::fromUtf8("AnthySettings"));
00043 AnthySettings->resize(400, 300);
00044 verticalLayout = new QVBoxLayout(AnthySettings);
00045 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00046 tabWidget = new QTabWidget(AnthySettings);
00047 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00048 anthy = new QWidget();
00049 anthy->setObjectName(QString::fromUtf8("anthy"));
00050 verticalLayout_3 = new QVBoxLayout(anthy);
00051 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00052 prediction = new QGroupBox(anthy);
00053 prediction->setObjectName(QString::fromUtf8("prediction"));
00054 prediction->setCheckable(true);
00055 verticalLayout_2 = new QVBoxLayout(prediction);
00056 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00057 empty = new QCheckBox(prediction);
00058 empty->setObjectName(QString::fromUtf8("empty"));
00059
00060 verticalLayout_2->addWidget(empty);
00061
00062
00063 verticalLayout_3->addWidget(prediction);
00064
00065 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00066
00067 verticalLayout_3->addItem(verticalSpacer);
00068
00069 tabWidget->addTab(anthy, QString());
00070
00071 verticalLayout->addWidget(tabWidget);
00072
00073
00074 retranslateUi(AnthySettings);
00075
00076 tabWidget->setCurrentIndex(0);
00077
00078
00079 QMetaObject::connectSlotsByName(AnthySettings);
00080 }
00081
00082 void retranslateUi(QWidget *AnthySettings)
00083 {
00084 prediction->setTitle(QApplication::translate("AnthySettings", "Prediction", 0, QApplication::UnicodeUTF8));
00085 empty->setText(QApplication::translate("AnthySettings", "On empty", 0, QApplication::UnicodeUTF8));
00086 tabWidget->setTabText(tabWidget->indexOf(anthy), QApplication::translate("AnthySettings", "Anthy", 0, QApplication::UnicodeUTF8));
00087 Q_UNUSED(AnthySettings);
00088 }
00089
00090 };
00091
00092 namespace Ui {
00093 class AnthySettings: public Ui_AnthySettings {};
00094 }
00095
00096 QT_END_NAMESPACE
00097
00098 #endif // UI_ANTHYSETTINGS_H