Sayonara Player
ui_GUI_ConfigureStation.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_ConfigureStation.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.14.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_CONFIGURESTATION_H
10 #define UI_GUI_CONFIGURESTATION_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QWidget>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *gridLayout;
27  QDialogButtonBox *buttonBox;
28  QWidget *configWidget;
29  QGridLayout *gridLayout_2;
30  QLabel *labHeader;
31  QLabel *labError;
32  QFrame *line_2;
33  QFrame *line;
34 
35  void setupUi(QDialog *GUI_ConfigureStation)
36  {
37  if (GUI_ConfigureStation->objectName().isEmpty())
38  GUI_ConfigureStation->setObjectName(QString::fromUtf8("GUI_ConfigureStation"));
39  GUI_ConfigureStation->resize(537, 302);
40  gridLayout = new QGridLayout(GUI_ConfigureStation);
41  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
42  buttonBox = new QDialogButtonBox(GUI_ConfigureStation);
43  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
44  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
45 
46  gridLayout->addWidget(buttonBox, 5, 0, 1, 1);
47 
48  configWidget = new QWidget(GUI_ConfigureStation);
49  configWidget->setObjectName(QString::fromUtf8("configWidget"));
50  gridLayout_2 = new QGridLayout(configWidget);
51  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
52 
53  gridLayout->addWidget(configWidget, 2, 0, 1, 2);
54 
55  labHeader = new QLabel(GUI_ConfigureStation);
56  labHeader->setObjectName(QString::fromUtf8("labHeader"));
57  QFont font;
58  font.setBold(true);
59  font.setWeight(75);
60  labHeader->setFont(font);
61  labHeader->setText(QString::fromUtf8("New/Edit"));
62 
63  gridLayout->addWidget(labHeader, 0, 0, 1, 1);
64 
65  labError = new QLabel(GUI_ConfigureStation);
66  labError->setObjectName(QString::fromUtf8("labError"));
67  labError->setText(QString::fromUtf8("Error"));
68 
69  gridLayout->addWidget(labError, 4, 0, 1, 2);
70 
71  line_2 = new QFrame(GUI_ConfigureStation);
72  line_2->setObjectName(QString::fromUtf8("line_2"));
73  line_2->setFrameShape(QFrame::HLine);
74  line_2->setFrameShadow(QFrame::Sunken);
75 
76  gridLayout->addWidget(line_2, 3, 0, 1, 2);
77 
78  line = new QFrame(GUI_ConfigureStation);
79  line->setObjectName(QString::fromUtf8("line"));
80  line->setFrameShape(QFrame::HLine);
81  line->setFrameShadow(QFrame::Sunken);
82 
83  gridLayout->addWidget(line, 1, 0, 1, 2);
84 
85 
86  retranslateUi(GUI_ConfigureStation);
87 
88  QMetaObject::connectSlotsByName(GUI_ConfigureStation);
89  } // setupUi
90 
91  void retranslateUi(QDialog *GUI_ConfigureStation)
92  {
94  } // retranslateUi
95 
96 };
97 
98 namespace Ui {
100 } // namespace Ui
101 
102 QT_END_NAMESPACE
103 
104 #endif // UI_GUI_CONFIGURESTATION_H
GUI_ConfigureStation
Definition: GUI_ConfigureStation.h:33
Ui_GUI_ConfigureStation
Definition: ui_GUI_ConfigureStation.h:24
Ui::GUI_ConfigureStation
Definition: ui_GUI_ConfigureStation.h:99