/******************************************************************************** ** Form generated from reading UI file 'CfgFormBase.ui' ** ** Created: Mon 23. Jul 10:20:21 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_CFGFORMBASE_H #define UI_CFGFORMBASE_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_CfgFormBase { public: QPushButton *okButton; QPushButton *cancelButton; void setupUi(QDialog *CfgFormBase) { if (CfgFormBase->objectName().isEmpty()) CfgFormBase->setObjectName(QString::fromUtf8("CfgFormBase")); CfgFormBase->resize(592, 480); okButton = new QPushButton(CfgFormBase); okButton->setObjectName(QString::fromUtf8("okButton")); okButton->setGeometry(QRect(13, 422, 80, 30)); cancelButton = new QPushButton(CfgFormBase); cancelButton->setObjectName(QString::fromUtf8("cancelButton")); cancelButton->setGeometry(QRect(499, 422, 80, 30)); retranslateUi(CfgFormBase); QMetaObject::connectSlotsByName(CfgFormBase); } // setupUi void retranslateUi(QDialog *CfgFormBase) { CfgFormBase->setWindowTitle(QApplication::translate("CfgFormBase", "Configuration file selector", 0, QApplication::UnicodeUTF8)); okButton->setText(QApplication::translate("CfgFormBase", "OK", 0, QApplication::UnicodeUTF8)); cancelButton->setText(QApplication::translate("CfgFormBase", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class CfgFormBase: public Ui_CfgFormBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CFGFORMBASE_H