ui_pqServerLauncherDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqServerLauncherDialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQSERVERLAUNCHERDIALOG_H
10 #define UI_PQSERVERLAUNCHERDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QVBoxLayout>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QVBoxLayout *vboxLayout;
27  QLabel *message;
28  QHBoxLayout *hboxLayout;
29  QSpacerItem *spacerItem;
30  QPushButton *cancel;
31 
32  void setupUi(QDialog *pqServerLauncherDialog)
33  {
34  if (pqServerLauncherDialog->objectName().isEmpty())
35  pqServerLauncherDialog->setObjectName(QString::fromUtf8("pqServerLauncherDialog"));
36  pqServerLauncherDialog->resize(398, 126);
37  vboxLayout = new QVBoxLayout(pqServerLauncherDialog);
38 #ifndef Q_OS_MAC
39  vboxLayout->setSpacing(6);
40 #endif
41 #ifndef Q_OS_MAC
42  vboxLayout->setContentsMargins(9, 9, 9, 9);
43 #endif
44  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
45  message = new QLabel(pqServerLauncherDialog);
46  message->setObjectName(QString::fromUtf8("message"));
47  message->setAlignment(Qt::AlignCenter);
48 
49  vboxLayout->addWidget(message);
50 
51  hboxLayout = new QHBoxLayout();
52 #ifndef Q_OS_MAC
53  hboxLayout->setSpacing(6);
54 #endif
55  hboxLayout->setContentsMargins(0, 0, 0, 0);
56  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
57  spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
58 
59  hboxLayout->addItem(spacerItem);
60 
61  cancel = new QPushButton(pqServerLauncherDialog);
62  cancel->setObjectName(QString::fromUtf8("cancel"));
63 
64  hboxLayout->addWidget(cancel);
65 
66 
67  vboxLayout->addLayout(hboxLayout);
68 
69 
70  retranslateUi(pqServerLauncherDialog);
71  QObject::connect(cancel, SIGNAL(clicked()), pqServerLauncherDialog, SLOT(reject()));
72 
73  QMetaObject::connectSlotsByName(pqServerLauncherDialog);
74  } // setupUi
75 
76  void retranslateUi(QDialog *pqServerLauncherDialog)
77  {
78  pqServerLauncherDialog->setWindowTitle(QCoreApplication::translate("pqServerLauncherDialog", "Starting Server", nullptr));
79  message->setText(QCoreApplication::translate("pqServerLauncherDialog", "Please wait while server cs://foobar starts ...", nullptr));
80  cancel->setText(QCoreApplication::translate("pqServerLauncherDialog", "Cancel", nullptr));
81  } // retranslateUi
82 
83 };
84 
85 namespace Ui {
87 } // namespace Ui
88 
89 QT_END_NAMESPACE
90 
91 #endif // UI_PQSERVERLAUNCHERDIALOG_H
void setupUi(QDialog *pqServerLauncherDialog)
void retranslateUi(QDialog *pqServerLauncherDialog)