| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- /********************************************************************************
- ** 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 <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDialog>
- #include <QtGui/QDialogButtonBox>
- #include <QtGui/QHeaderView>
- 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
|