9 #ifndef UI_BATCHCREATEDIALOG_H 10 #define UI_BATCHCREATEDIALOG_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QDialog> 17 #include <QtWidgets/QDialogButtonBox> 18 #include <QtWidgets/QFormLayout> 19 #include <QtWidgets/QHeaderView> 20 #include <QtWidgets/QLabel> 21 #include <QtWidgets/QLineEdit> 22 #include <QtWidgets/QSpinBox> 44 formLayout->setObjectName(QStringLiteral(
"formLayout"));
46 label->setObjectName(QStringLiteral(
"label"));
51 basename->setObjectName(QStringLiteral(
"basename"));
56 label_2->setObjectName(QStringLiteral(
"label_2"));
61 first->setObjectName(QStringLiteral(
"first"));
62 first->setMaximum(1000);
67 label_3->setObjectName(QStringLiteral(
"label_3"));
72 last->setObjectName(QStringLiteral(
"last"));
73 last->setMaximum(1000);
78 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
79 buttonBox->setOrientation(Qt::Horizontal);
80 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
96 BatchCreateDialog->setWindowTitle(QApplication::translate(
"BatchCreateDialog",
"Batch job creation",
nullptr));
97 label->setText(QApplication::translate(
"BatchCreateDialog",
"Base Name",
nullptr));
98 label_2->setText(QApplication::translate(
"BatchCreateDialog",
"First Sequence Number",
nullptr));
99 label_3->setText(QApplication::translate(
"BatchCreateDialog",
"Last Sequence Number",
nullptr));
110 #endif // UI_BATCHCREATEDIALOG_H Definition: batchcreatedialog.h:10
void setupUi(QDialog *BatchCreateDialog)
Definition: ui_batchcreatedialog.h:38
QDialogButtonBox * buttonBox
Definition: ui_batchcreatedialog.h:36
QSpinBox * first
Definition: ui_batchcreatedialog.h:33
QFormLayout * formLayout
Definition: ui_batchcreatedialog.h:29
Definition: dteditorwindow.h:32
Definition: ui_batchcreatedialog.h:105
QLabel * label_3
Definition: ui_batchcreatedialog.h:34
QSpinBox * last
Definition: ui_batchcreatedialog.h:35
QLabel * label_2
Definition: ui_batchcreatedialog.h:32
void retranslateUi(QDialog *BatchCreateDialog)
Definition: ui_batchcreatedialog.h:94
QLineEdit * basename
Definition: ui_batchcreatedialog.h:31
Definition: ui_batchcreatedialog.h:26
QLabel * label
Definition: ui_batchcreatedialog.h:30