/******************************************************************************** ** Form generated from reading UI file 'ModWin.ui' ** ** Created: Mon 23. Jul 10:20:22 2012 ** by: Qt User Interface Compiler version 4.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MODWIN_H #define UI_MODWIN_H #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ModWin { public: QHBoxLayout *horizontalLayout_2; QHBoxLayout *horizontalLayout; QVBoxLayout *verticalLayout; QLabel *TextboxLabel; QLineEdit *ModuleName; QSpacerItem *horizontalSpacer; QDialogButtonBox *buttonBox; void setupUi(QDialog *ModWin) { if (ModWin->objectName().isEmpty()) ModWin->setObjectName(QString::fromUtf8("ModWin")); ModWin->resize(444, 86); horizontalLayout_2 = new QHBoxLayout(ModWin); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); verticalLayout = new QVBoxLayout(); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); TextboxLabel = new QLabel(ModWin); TextboxLabel->setObjectName(QString::fromUtf8("TextboxLabel")); verticalLayout->addWidget(TextboxLabel); ModuleName = new QLineEdit(ModWin); ModuleName->setObjectName(QString::fromUtf8("ModuleName")); ModuleName->setMinimumSize(QSize(300, 0)); ModuleName->setBaseSize(QSize(0, 0)); verticalLayout->addWidget(ModuleName); horizontalLayout->addLayout(verticalLayout); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); buttonBox = new QDialogButtonBox(ModWin); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setLocale(QLocale(QLocale::English, QLocale::UnitedKingdom)); buttonBox->setOrientation(Qt::Vertical); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); buttonBox->setCenterButtons(true); horizontalLayout->addWidget(buttonBox); horizontalLayout_2->addLayout(horizontalLayout); retranslateUi(ModWin); QObject::connect(buttonBox, SIGNAL(accepted()), ModWin, SLOT(accept())); QObject::connect(buttonBox, SIGNAL(rejected()), ModWin, SLOT(reject())); QMetaObject::connectSlotsByName(ModWin); } // setupUi void retranslateUi(QDialog *ModWin) { ModWin->setWindowTitle(QApplication::translate("ModWin", "New Module", 0, QApplication::UnicodeUTF8)); TextboxLabel->setText(QApplication::translate("ModWin", "Enter module name", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class ModWin: public Ui_ModWin {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MODWIN_H