ui_dialogexportbatchset.h 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogexportbatchset.ui'
  3. **
  4. ** Created: Mon Apr 22 11:51:39 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_DIALOGEXPORTBATCHSET_H
  10. #define UI_DIALOGEXPORTBATCHSET_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QCheckBox>
  16. #include <QtGui/QDialog>
  17. #include <QtGui/QDialogButtonBox>
  18. #include <QtGui/QHBoxLayout>
  19. #include <QtGui/QHeaderView>
  20. #include <QtGui/QLabel>
  21. #include <QtGui/QLineEdit>
  22. #include <QtGui/QVBoxLayout>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_DialogExportBatchSet
  25. {
  26. public:
  27. QVBoxLayout *verticalLayout_2;
  28. QVBoxLayout *verticalLayout;
  29. QHBoxLayout *horizontalLayout;
  30. QLabel *label;
  31. QLineEdit *quatityEdit;
  32. QLabel *label_2;
  33. QCheckBox *allCB;
  34. QDialogButtonBox *buttonBox;
  35. void setupUi(QDialog *DialogExportBatchSet)
  36. {
  37. if (DialogExportBatchSet->objectName().isEmpty())
  38. DialogExportBatchSet->setObjectName(QString::fromUtf8("DialogExportBatchSet"));
  39. DialogExportBatchSet->resize(244, 107);
  40. verticalLayout_2 = new QVBoxLayout(DialogExportBatchSet);
  41. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  42. verticalLayout_2->setSizeConstraint(QLayout::SetFixedSize);
  43. verticalLayout = new QVBoxLayout();
  44. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  45. horizontalLayout = new QHBoxLayout();
  46. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  47. label = new QLabel(DialogExportBatchSet);
  48. label->setObjectName(QString::fromUtf8("label"));
  49. horizontalLayout->addWidget(label);
  50. quatityEdit = new QLineEdit(DialogExportBatchSet);
  51. quatityEdit->setObjectName(QString::fromUtf8("quatityEdit"));
  52. horizontalLayout->addWidget(quatityEdit);
  53. label_2 = new QLabel(DialogExportBatchSet);
  54. label_2->setObjectName(QString::fromUtf8("label_2"));
  55. horizontalLayout->addWidget(label_2);
  56. verticalLayout->addLayout(horizontalLayout);
  57. verticalLayout_2->addLayout(verticalLayout);
  58. allCB = new QCheckBox(DialogExportBatchSet);
  59. allCB->setObjectName(QString::fromUtf8("allCB"));
  60. allCB->setChecked(true);
  61. verticalLayout_2->addWidget(allCB);
  62. buttonBox = new QDialogButtonBox(DialogExportBatchSet);
  63. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  64. buttonBox->setOrientation(Qt::Horizontal);
  65. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  66. verticalLayout_2->addWidget(buttonBox);
  67. retranslateUi(DialogExportBatchSet);
  68. QObject::connect(buttonBox, SIGNAL(accepted()), DialogExportBatchSet, SLOT(accept()));
  69. QObject::connect(buttonBox, SIGNAL(rejected()), DialogExportBatchSet, SLOT(reject()));
  70. QMetaObject::connectSlotsByName(DialogExportBatchSet);
  71. } // setupUi
  72. void retranslateUi(QDialog *DialogExportBatchSet)
  73. {
  74. DialogExportBatchSet->setWindowTitle(QApplication::translate("DialogExportBatchSet", "\350\256\276\345\256\232\345\210\206\347\273\204", 0, QApplication::UnicodeUTF8));
  75. 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));
  76. label_2->setText(QApplication::translate("DialogExportBatchSet", "\344\270\252", 0, QApplication::UnicodeUTF8));
  77. 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));
  78. } // retranslateUi
  79. };
  80. namespace Ui {
  81. class DialogExportBatchSet: public Ui_DialogExportBatchSet {};
  82. } // namespace Ui
  83. QT_END_NAMESPACE
  84. #endif // UI_DIALOGEXPORTBATCHSET_H