| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogexportbatchset.ui'
- **
- ** Created: Thu Jul 25 17:21:49 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_DIALOGEXPORTBATCHSET_H
- #define UI_DIALOGEXPORTBATCHSET_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QCheckBox>
- #include <QtGui/QDialog>
- #include <QtGui/QDialogButtonBox>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QLineEdit>
- #include <QtGui/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_DialogExportBatchSet
- {
- public:
- QVBoxLayout *verticalLayout_2;
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout;
- QLabel *label;
- QLineEdit *quatityEdit;
- QLabel *label_2;
- QCheckBox *allCB;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *DialogExportBatchSet)
- {
- if (DialogExportBatchSet->objectName().isEmpty())
- DialogExportBatchSet->setObjectName(QString::fromUtf8("DialogExportBatchSet"));
- DialogExportBatchSet->resize(244, 107);
- verticalLayout_2 = new QVBoxLayout(DialogExportBatchSet);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- verticalLayout_2->setSizeConstraint(QLayout::SetFixedSize);
- verticalLayout = new QVBoxLayout();
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- label = new QLabel(DialogExportBatchSet);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout->addWidget(label);
- quatityEdit = new QLineEdit(DialogExportBatchSet);
- quatityEdit->setObjectName(QString::fromUtf8("quatityEdit"));
- horizontalLayout->addWidget(quatityEdit);
- label_2 = new QLabel(DialogExportBatchSet);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout->addWidget(label_2);
- verticalLayout->addLayout(horizontalLayout);
- verticalLayout_2->addLayout(verticalLayout);
- allCB = new QCheckBox(DialogExportBatchSet);
- allCB->setObjectName(QString::fromUtf8("allCB"));
- allCB->setChecked(true);
- verticalLayout_2->addWidget(allCB);
- buttonBox = new QDialogButtonBox(DialogExportBatchSet);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- verticalLayout_2->addWidget(buttonBox);
- retranslateUi(DialogExportBatchSet);
- QObject::connect(buttonBox, SIGNAL(accepted()), DialogExportBatchSet, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), DialogExportBatchSet, SLOT(reject()));
- QMetaObject::connectSlotsByName(DialogExportBatchSet);
- } // setupUi
- void retranslateUi(QDialog *DialogExportBatchSet)
- {
- DialogExportBatchSet->setWindowTitle(QApplication::translate("DialogExportBatchSet", "\350\256\276\345\256\232\345\210\206\347\273\204", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("DialogExportBatchSet", "\346\257\217\344\270\252\346\226\207\344\273\266\345\214\205\345\220\253\345\217\267\347\240\201", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("DialogExportBatchSet", "\344\270\252", 0, QApplication::UnicodeUTF8));
- allCB->setText(QApplication::translate("DialogExportBatchSet", "\345\205\250\351\203\250\345\217\267\347\240\201\350\207\252\345\212\250\345\210\206\347\273\204\344\277\235\345\255\230", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class DialogExportBatchSet: public Ui_DialogExportBatchSet {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGEXPORTBATCHSET_H
|