DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_waitdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'waitdialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.10.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_WAITDIALOG_H
10 #define UI_WAITDIALOG_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/QHBoxLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QProgressBar>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QVBoxLayout>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *verticalLayout;
31  QLabel *text;
32  QProgressBar *progress;
33  QLabel *progressLabel;
34  QSpacerItem *verticalSpacer;
35  QHBoxLayout *horizontalLayout;
36  QSpacerItem *horizontalSpacer;
37  QPushButton *cmdAbort;
38 
39  void setupUi(QDialog *WaitDialog)
40  {
41  if (WaitDialog->objectName().isEmpty())
42  WaitDialog->setObjectName(QStringLiteral("WaitDialog"));
43  WaitDialog->setWindowModality(Qt::ApplicationModal);
44  WaitDialog->resize(311, 135);
45  QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
46  sizePolicy.setHorizontalStretch(0);
47  sizePolicy.setVerticalStretch(0);
48  sizePolicy.setHeightForWidth(WaitDialog->sizePolicy().hasHeightForWidth());
49  WaitDialog->setSizePolicy(sizePolicy);
50  verticalLayout = new QVBoxLayout(WaitDialog);
51  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
52  text = new QLabel(WaitDialog);
53  text->setObjectName(QStringLiteral("text"));
54  text->setAlignment(Qt::AlignCenter);
55 
56  verticalLayout->addWidget(text);
57 
58  progress = new QProgressBar(WaitDialog);
59  progress->setObjectName(QStringLiteral("progress"));
60  progress->setValue(24);
61 
62  verticalLayout->addWidget(progress);
63 
64  progressLabel = new QLabel(WaitDialog);
65  progressLabel->setObjectName(QStringLiteral("progressLabel"));
66 
67  verticalLayout->addWidget(progressLabel);
68 
69  verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Expanding);
70 
72 
73  horizontalLayout = new QHBoxLayout();
74  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
75  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
76 
78 
79  cmdAbort = new QPushButton(WaitDialog);
80  cmdAbort->setObjectName(QStringLiteral("cmdAbort"));
81 
82  horizontalLayout->addWidget(cmdAbort);
83 
84 
85  verticalLayout->addLayout(horizontalLayout);
86 
87 
89 
90  QMetaObject::connectSlotsByName(WaitDialog);
91  } // setupUi
92 
93  void retranslateUi(QDialog *WaitDialog)
94  {
95  WaitDialog->setWindowTitle(QString());
96  text->setText(QApplication::translate("WaitDialog", "Please Wait...", nullptr));
97  progressLabel->setText(QString());
98  cmdAbort->setText(QApplication::translate("WaitDialog", "Abort", nullptr));
99  } // retranslateUi
100 
101 };
102 
103 namespace Ui {
104  class WaitDialog: public Ui_WaitDialog {};
105 } // namespace Ui
106 
107 QT_END_NAMESPACE
108 
109 #endif // UI_WAITDIALOG_H
QSpacerItem * verticalSpacer
Definition: ui_waitdialog.h:34
QLabel * text
Definition: ui_waitdialog.h:31
Definition: ui_waitdialog.h:27
Definition: dteditorwindow.h:32
QHBoxLayout * horizontalLayout
Definition: ui_waitdialog.h:35
QPushButton * cmdAbort
Definition: ui_waitdialog.h:37
QProgressBar * progress
Definition: ui_waitdialog.h:32
QLabel * progressLabel
Definition: ui_waitdialog.h:33
void setupUi(QDialog *WaitDialog)
Definition: ui_waitdialog.h:39
Definition: ui_waitdialog.h:104
Definition: waitdialog.h:56
void retranslateUi(QDialog *WaitDialog)
Definition: ui_waitdialog.h:93
QVBoxLayout * verticalLayout
Definition: ui_waitdialog.h:30
QSpacerItem * horizontalSpacer
Definition: ui_waitdialog.h:36