/******************************************************************************** ** Form generated from reading UI file 'dialoginputnunseg.ui' ** ** Created: Mon Apr 22 11:51:39 2019 ** by: Qt User Interface Compiler version 4.8.4 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_DIALOGINPUTNUNSEG_H #define UI_DIALOGINPUTNUNSEG_H #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_inputnumsegDialog { public: QDialogButtonBox *buttonBox; void setupUi(QDialog *inputnumsegDialog) { if (inputnumsegDialog->objectName().isEmpty()) inputnumsegDialog->setObjectName(QString::fromUtf8("inputnumsegDialog")); inputnumsegDialog->resize(400, 300); buttonBox = new QDialogButtonBox(inputnumsegDialog); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setGeometry(QRect(30, 240, 341, 32)); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); retranslateUi(inputnumsegDialog); QObject::connect(buttonBox, SIGNAL(accepted()), inputnumsegDialog, SLOT(accept())); QObject::connect(buttonBox, SIGNAL(rejected()), inputnumsegDialog, SLOT(reject())); QMetaObject::connectSlotsByName(inputnumsegDialog); } // setupUi void retranslateUi(QDialog *inputnumsegDialog) { inputnumsegDialog->setWindowTitle(QApplication::translate("inputnumsegDialog", "Dialog", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class inputnumsegDialog: public Ui_inputnumsegDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DIALOGINPUTNUNSEG_H