1/********************************************************************************
2** Form generated from reading UI file 'qcupsjobwidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_QCUPSJOBWIDGET_H
10#define UI_QCUPSJOBWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QComboBox>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QGroupBox>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QLineEdit>
19#include <QtWidgets/QSpacerItem>
20#include <QtWidgets/QSpinBox>
21#include <QtWidgets/QTimeEdit>
22#include <QtWidgets/QWidget>
23
24QT_BEGIN_NAMESPACE
25
26class Ui_QCupsJobWidget
27{
28public:
29 QGridLayout *gridLayout_2;
30 QGroupBox *jobControlGroupBox;
31 QGridLayout *gridLayout;
32 QLabel *jobHoldLabel;
33 QComboBox *jobHoldComboBox;
34 QTimeEdit *jobHoldTimeEdit;
35 QLabel *jobBillingLabel;
36 QLineEdit *jobBillingLineEdit;
37 QLabel *jobPriorityLabel;
38 QSpinBox *jobPrioritySpinBox;
39 QSpacerItem *horizontalSpacer;
40 QGroupBox *bannerPagesGroupBox;
41 QGridLayout *gridLayout_3;
42 QComboBox *endBannerPageCombo;
43 QComboBox *startBannerPageCombo;
44 QLabel *endBannerLabel;
45 QLabel *startBannerLabel;
46 QSpacerItem *verticalSpacer_3;
47
48 void setupUi(QWidget *QCupsJobWidget)
49 {
50 if (QCupsJobWidget->objectName().isEmpty())
51 QCupsJobWidget->setObjectName(QString::fromUtf8(str: "QCupsJobWidget"));
52 QCupsJobWidget->resize(w: 400, h: 294);
53 gridLayout_2 = new QGridLayout(QCupsJobWidget);
54 gridLayout_2->setObjectName(QString::fromUtf8(str: "gridLayout_2"));
55 jobControlGroupBox = new QGroupBox(QCupsJobWidget);
56 jobControlGroupBox->setObjectName(QString::fromUtf8(str: "jobControlGroupBox"));
57 gridLayout = new QGridLayout(jobControlGroupBox);
58 gridLayout->setObjectName(QString::fromUtf8(str: "gridLayout"));
59 jobHoldLabel = new QLabel(jobControlGroupBox);
60 jobHoldLabel->setObjectName(QString::fromUtf8(str: "jobHoldLabel"));
61
62 gridLayout->addWidget(jobHoldLabel, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
63
64 jobHoldComboBox = new QComboBox(jobControlGroupBox);
65 jobHoldComboBox->setObjectName(QString::fromUtf8(str: "jobHoldComboBox"));
66
67 gridLayout->addWidget(jobHoldComboBox, row: 0, column: 1, rowSpan: 1, columnSpan: 2);
68
69 jobHoldTimeEdit = new QTimeEdit(jobControlGroupBox);
70 jobHoldTimeEdit->setObjectName(QString::fromUtf8(str: "jobHoldTimeEdit"));
71
72 gridLayout->addWidget(jobHoldTimeEdit, row: 0, column: 3, rowSpan: 1, columnSpan: 1);
73
74 jobBillingLabel = new QLabel(jobControlGroupBox);
75 jobBillingLabel->setObjectName(QString::fromUtf8(str: "jobBillingLabel"));
76
77 gridLayout->addWidget(jobBillingLabel, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
78
79 jobBillingLineEdit = new QLineEdit(jobControlGroupBox);
80 jobBillingLineEdit->setObjectName(QString::fromUtf8(str: "jobBillingLineEdit"));
81
82 gridLayout->addWidget(jobBillingLineEdit, row: 1, column: 1, rowSpan: 1, columnSpan: 3);
83
84 jobPriorityLabel = new QLabel(jobControlGroupBox);
85 jobPriorityLabel->setObjectName(QString::fromUtf8(str: "jobPriorityLabel"));
86
87 gridLayout->addWidget(jobPriorityLabel, row: 2, column: 0, rowSpan: 1, columnSpan: 1);
88
89 jobPrioritySpinBox = new QSpinBox(jobControlGroupBox);
90 jobPrioritySpinBox->setObjectName(QString::fromUtf8(str: "jobPrioritySpinBox"));
91 jobPrioritySpinBox->setMaximum(100);
92 jobPrioritySpinBox->setValue(50);
93
94 gridLayout->addWidget(jobPrioritySpinBox, row: 2, column: 1, rowSpan: 1, columnSpan: 1);
95
96 horizontalSpacer = new QSpacerItem(180, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
97
98 gridLayout->addItem(item: horizontalSpacer, row: 2, column: 2, rowSpan: 1, columnSpan: 2);
99
100
101 gridLayout_2->addWidget(jobControlGroupBox, row: 0, column: 0, rowSpan: 1, columnSpan: 2);
102
103 bannerPagesGroupBox = new QGroupBox(QCupsJobWidget);
104 bannerPagesGroupBox->setObjectName(QString::fromUtf8(str: "bannerPagesGroupBox"));
105 gridLayout_3 = new QGridLayout(bannerPagesGroupBox);
106 gridLayout_3->setObjectName(QString::fromUtf8(str: "gridLayout_3"));
107 endBannerPageCombo = new QComboBox(bannerPagesGroupBox);
108 endBannerPageCombo->setObjectName(QString::fromUtf8(str: "endBannerPageCombo"));
109
110 gridLayout_3->addWidget(endBannerPageCombo, row: 1, column: 1, rowSpan: 1, columnSpan: 1);
111
112 startBannerPageCombo = new QComboBox(bannerPagesGroupBox);
113 startBannerPageCombo->setObjectName(QString::fromUtf8(str: "startBannerPageCombo"));
114
115 gridLayout_3->addWidget(startBannerPageCombo, row: 0, column: 1, rowSpan: 1, columnSpan: 1);
116
117 endBannerLabel = new QLabel(bannerPagesGroupBox);
118 endBannerLabel->setObjectName(QString::fromUtf8(str: "endBannerLabel"));
119
120 gridLayout_3->addWidget(endBannerLabel, row: 1, column: 0, rowSpan: 1, columnSpan: 1);
121
122 startBannerLabel = new QLabel(bannerPagesGroupBox);
123 startBannerLabel->setObjectName(QString::fromUtf8(str: "startBannerLabel"));
124
125 gridLayout_3->addWidget(startBannerLabel, row: 0, column: 0, rowSpan: 1, columnSpan: 1);
126
127
128 gridLayout_2->addWidget(bannerPagesGroupBox, row: 1, column: 0, rowSpan: 2, columnSpan: 2);
129
130 verticalSpacer_3 = new QSpacerItem(20, 13, QSizePolicy::Minimum, QSizePolicy::Expanding);
131
132 gridLayout_2->addItem(item: verticalSpacer_3, row: 3, column: 0, rowSpan: 1, columnSpan: 1);
133
134
135 retranslateUi(QCupsJobWidget);
136
137 QMetaObject::connectSlotsByName(o: QCupsJobWidget);
138 } // setupUi
139
140 void retranslateUi(QWidget *QCupsJobWidget)
141 {
142 QCupsJobWidget->setWindowTitle(QCoreApplication::translate(context: "QCupsJobWidget", key: "Job", disambiguation: nullptr));
143 jobControlGroupBox->setTitle(QCoreApplication::translate(context: "QCupsJobWidget", key: "Job Control", disambiguation: nullptr));
144 jobHoldLabel->setText(QCoreApplication::translate(context: "QCupsJobWidget", key: "Scheduled printing:", disambiguation: nullptr));
145 jobBillingLabel->setText(QCoreApplication::translate(context: "QCupsJobWidget", key: "Billing information:", disambiguation: nullptr));
146 jobPriorityLabel->setText(QCoreApplication::translate(context: "QCupsJobWidget", key: "Job priority:", disambiguation: nullptr));
147 bannerPagesGroupBox->setTitle(QCoreApplication::translate(context: "QCupsJobWidget", key: "Banner Pages", disambiguation: nullptr));
148 endBannerLabel->setText(QCoreApplication::translate(context: "QCupsJobWidget", key: "End:", disambiguation: "Banner page at end"));
149 startBannerLabel->setText(QCoreApplication::translate(context: "QCupsJobWidget", key: "Start:", disambiguation: "Banner page at start"));
150 } // retranslateUi
151
152};
153
154namespace Ui {
155 class QCupsJobWidget: public Ui_QCupsJobWidget {};
156} // namespace Ui
157
158QT_END_NAMESPACE
159
160#endif // UI_QCUPSJOBWIDGET_H
161

source code of qtbase/src/printsupport/.uic/ui_qcupsjobwidget.h