1 /********************************************************************************
2 ** Form generated from reading UI file 'ExportDialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.7.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_EXPORTDIALOG_H
10 #define UI_EXPORTDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QProgressBar>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QRadioButton>
25 #include <QtWidgets/QSpacerItem>
26 #include <QtWidgets/QVBoxLayout>
27 
28 QT_BEGIN_NAMESPACE
29 
30 class Ui_ExportDialog
31 {
32 public:
33     QVBoxLayout *vboxLayout;
34     QGroupBox *generalOptionsGroupBox;
35     QVBoxLayout *vboxLayout1;
36     QHBoxLayout *hboxLayout;
37     QRadioButton *currentSheetButton;
38     QRadioButton *allSheetsButton;
39     QSpacerItem *spacerItem;
40     QHBoxLayout *hboxLayout1;
41     QLabel *label;
42     QLineEdit *exportDirName;
43     QPushButton *fileSelectButton;
44     QGroupBox *ExportStateGroupBox;
45     QVBoxLayout *vboxLayout2;
46     QHBoxLayout *hboxLayout2;
47     QLabel *currentProcessingSheetName;
48     QSpacerItem *spacerItem1;
49     QProgressBar *progressBar;
50     QHBoxLayout *hboxLayout3;
51     QSpacerItem *spacerItem2;
52     QPushButton *abortButton;
53     QPushButton *startButton;
54     QPushButton *closeButton;
55 
setupUi(QDialog * ExportDialog)56     void setupUi(QDialog *ExportDialog)
57     {
58         if (ExportDialog->objectName().isEmpty())
59             ExportDialog->setObjectName(QStringLiteral("ExportDialog"));
60         ExportDialog->resize(453, 258);
61         QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
62         sizePolicy.setHorizontalStretch(0);
63         sizePolicy.setVerticalStretch(1);
64         sizePolicy.setHeightForWidth(ExportDialog->sizePolicy().hasHeightForWidth());
65         ExportDialog->setSizePolicy(sizePolicy);
66         vboxLayout = new QVBoxLayout(ExportDialog);
67         vboxLayout->setSpacing(9);
68         vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
69         vboxLayout->setContentsMargins(9, 9, 9, 9);
70         generalOptionsGroupBox = new QGroupBox(ExportDialog);
71         generalOptionsGroupBox->setObjectName(QStringLiteral("generalOptionsGroupBox"));
72         QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum);
73         sizePolicy1.setHorizontalStretch(0);
74         sizePolicy1.setVerticalStretch(0);
75         sizePolicy1.setHeightForWidth(generalOptionsGroupBox->sizePolicy().hasHeightForWidth());
76         generalOptionsGroupBox->setSizePolicy(sizePolicy1);
77         generalOptionsGroupBox->setMaximumSize(QSize(16777215, 350));
78         vboxLayout1 = new QVBoxLayout(generalOptionsGroupBox);
79         vboxLayout1->setSpacing(6);
80         vboxLayout1->setObjectName(QStringLiteral("vboxLayout1"));
81         vboxLayout1->setContentsMargins(9, 9, 9, 9);
82         hboxLayout = new QHBoxLayout();
83         hboxLayout->setSpacing(6);
84         hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
85         hboxLayout->setContentsMargins(0, 0, 0, 0);
86         currentSheetButton = new QRadioButton(generalOptionsGroupBox);
87         currentSheetButton->setObjectName(QStringLiteral("currentSheetButton"));
88         currentSheetButton->setChecked(true);
89 
90         hboxLayout->addWidget(currentSheetButton);
91 
92         allSheetsButton = new QRadioButton(generalOptionsGroupBox);
93         allSheetsButton->setObjectName(QStringLiteral("allSheetsButton"));
94 
95         hboxLayout->addWidget(allSheetsButton);
96 
97         spacerItem = new QSpacerItem(0, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
98 
99         hboxLayout->addItem(spacerItem);
100 
101 
102         vboxLayout1->addLayout(hboxLayout);
103 
104         hboxLayout1 = new QHBoxLayout();
105         hboxLayout1->setSpacing(6);
106         hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
107         hboxLayout1->setContentsMargins(0, 0, 0, 0);
108         label = new QLabel(generalOptionsGroupBox);
109         label->setObjectName(QStringLiteral("label"));
110         label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
111 
112         hboxLayout1->addWidget(label);
113 
114         exportDirName = new QLineEdit(generalOptionsGroupBox);
115         exportDirName->setObjectName(QStringLiteral("exportDirName"));
116         QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Fixed);
117         sizePolicy2.setHorizontalStretch(5);
118         sizePolicy2.setVerticalStretch(0);
119         sizePolicy2.setHeightForWidth(exportDirName->sizePolicy().hasHeightForWidth());
120         exportDirName->setSizePolicy(sizePolicy2);
121 
122         hboxLayout1->addWidget(exportDirName);
123 
124         fileSelectButton = new QPushButton(generalOptionsGroupBox);
125         fileSelectButton->setObjectName(QStringLiteral("fileSelectButton"));
126 
127         hboxLayout1->addWidget(fileSelectButton);
128 
129 
130         vboxLayout1->addLayout(hboxLayout1);
131 
132 
133         vboxLayout->addWidget(generalOptionsGroupBox);
134 
135         ExportStateGroupBox = new QGroupBox(ExportDialog);
136         ExportStateGroupBox->setObjectName(QStringLiteral("ExportStateGroupBox"));
137         sizePolicy1.setHeightForWidth(ExportStateGroupBox->sizePolicy().hasHeightForWidth());
138         ExportStateGroupBox->setSizePolicy(sizePolicy1);
139         vboxLayout2 = new QVBoxLayout(ExportStateGroupBox);
140         vboxLayout2->setSpacing(6);
141         vboxLayout2->setObjectName(QStringLiteral("vboxLayout2"));
142         vboxLayout2->setContentsMargins(9, 9, 9, 9);
143         hboxLayout2 = new QHBoxLayout();
144         hboxLayout2->setSpacing(6);
145         hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
146         hboxLayout2->setContentsMargins(0, 0, 0, 0);
147         currentProcessingSheetName = new QLabel(ExportStateGroupBox);
148         currentProcessingSheetName->setObjectName(QStringLiteral("currentProcessingSheetName"));
149 
150         hboxLayout2->addWidget(currentProcessingSheetName);
151 
152         spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
153 
154         hboxLayout2->addItem(spacerItem1);
155 
156 
157         vboxLayout2->addLayout(hboxLayout2);
158 
159         progressBar = new QProgressBar(ExportStateGroupBox);
160         progressBar->setObjectName(QStringLiteral("progressBar"));
161         progressBar->setValue(0);
162         progressBar->setOrientation(Qt::Horizontal);
163 
164         vboxLayout2->addWidget(progressBar);
165 
166 
167         vboxLayout->addWidget(ExportStateGroupBox);
168 
169         hboxLayout3 = new QHBoxLayout();
170         hboxLayout3->setSpacing(6);
171         hboxLayout3->setObjectName(QStringLiteral("hboxLayout3"));
172         hboxLayout3->setContentsMargins(0, 0, 0, 0);
173         spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
174 
175         hboxLayout3->addItem(spacerItem2);
176 
177         abortButton = new QPushButton(ExportDialog);
178         abortButton->setObjectName(QStringLiteral("abortButton"));
179         abortButton->setMinimumSize(QSize(200, 0));
180 
181         hboxLayout3->addWidget(abortButton);
182 
183         startButton = new QPushButton(ExportDialog);
184         startButton->setObjectName(QStringLiteral("startButton"));
185         startButton->setMinimumSize(QSize(140, 0));
186 
187         hboxLayout3->addWidget(startButton);
188 
189         closeButton = new QPushButton(ExportDialog);
190         closeButton->setObjectName(QStringLiteral("closeButton"));
191 
192         hboxLayout3->addWidget(closeButton);
193 
194 
195         vboxLayout->addLayout(hboxLayout3);
196 
197 
198         retranslateUi(ExportDialog);
199 
200         QMetaObject::connectSlotsByName(ExportDialog);
201     } // setupUi
202 
retranslateUi(QDialog * ExportDialog)203     void retranslateUi(QDialog *ExportDialog)
204     {
205         ExportDialog->setWindowTitle(QApplication::translate("ExportDialog", "Export", Q_NULLPTR));
206         generalOptionsGroupBox->setTitle(QApplication::translate("ExportDialog", "General Options", Q_NULLPTR));
207         currentSheetButton->setText(QApplication::translate("ExportDialog", "Export current Sheet", Q_NULLPTR));
208         allSheetsButton->setText(QApplication::translate("ExportDialog", "Export all Sheets", Q_NULLPTR));
209         label->setText(QApplication::translate("ExportDialog", "Export directory", Q_NULLPTR));
210         fileSelectButton->setText(QString());
211         ExportStateGroupBox->setTitle(QApplication::translate("ExportDialog", "Export status", Q_NULLPTR));
212         currentProcessingSheetName->setText(QApplication::translate("ExportDialog", "-", Q_NULLPTR));
213         abortButton->setText(QApplication::translate("ExportDialog", "Abort Export", Q_NULLPTR));
214         startButton->setText(QApplication::translate("ExportDialog", "Start Export", Q_NULLPTR));
215         closeButton->setText(QApplication::translate("ExportDialog", "Close", Q_NULLPTR));
216     } // retranslateUi
217 
218 };
219 
220 namespace Ui {
221     class ExportDialog: public Ui_ExportDialog {};
222 } // namespace Ui
223 
224 QT_END_NAMESPACE
225 
226 #endif // UI_EXPORTDIALOG_H
227