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.12.5
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/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QPushButton>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QLabel *labError;
30  QLabel *labHeader;
31  QFrame *line;
32  QFrame *line_2;
33  QHBoxLayout *horizontalLayout;
34  QSpacerItem *horizontalSpacer;
35  QPushButton *btnCancel;
36  QPushButton *btnOk;
37  QWidget *configWidget;
38  QGridLayout *gridLayout_2;
39 
40  void setupUi(QDialog *GUI_ConfigureStation)
41  {
42  if (GUI_ConfigureStation->objectName().isEmpty())
43  GUI_ConfigureStation->setObjectName(QString::fromUtf8("GUI_ConfigureStation"));
44  GUI_ConfigureStation->resize(537, 302);
45  gridLayout = new QGridLayout(GUI_ConfigureStation);
46  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
47  labError = new QLabel(GUI_ConfigureStation);
48  labError->setObjectName(QString::fromUtf8("labError"));
49  labError->setText(QString::fromUtf8("Error"));
50 
51  gridLayout->addWidget(labError, 4, 0, 1, 2);
52 
53  labHeader = new QLabel(GUI_ConfigureStation);
54  labHeader->setObjectName(QString::fromUtf8("labHeader"));
55  QFont font;
56  font.setBold(true);
57  font.setWeight(75);
58  labHeader->setFont(font);
59  labHeader->setText(QString::fromUtf8("New/Edit"));
60 
61  gridLayout->addWidget(labHeader, 0, 0, 1, 1);
62 
63  line = new QFrame(GUI_ConfigureStation);
64  line->setObjectName(QString::fromUtf8("line"));
65  line->setFrameShape(QFrame::HLine);
66  line->setFrameShadow(QFrame::Sunken);
67 
68  gridLayout->addWidget(line, 1, 0, 1, 2);
69 
70  line_2 = new QFrame(GUI_ConfigureStation);
71  line_2->setObjectName(QString::fromUtf8("line_2"));
72  line_2->setFrameShape(QFrame::HLine);
73  line_2->setFrameShadow(QFrame::Sunken);
74 
75  gridLayout->addWidget(line_2, 3, 0, 1, 2);
76 
77  horizontalLayout = new QHBoxLayout();
78  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
79  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
80 
81  horizontalLayout->addItem(horizontalSpacer);
82 
83  btnCancel = new QPushButton(GUI_ConfigureStation);
84  btnCancel->setObjectName(QString::fromUtf8("btnCancel"));
85  btnCancel->setText(QString::fromUtf8("Cancel"));
86 
87  horizontalLayout->addWidget(btnCancel);
88 
89  btnOk = new QPushButton(GUI_ConfigureStation);
90  btnOk->setObjectName(QString::fromUtf8("btnOk"));
91  btnOk->setText(QString::fromUtf8("OK"));
92 
93  horizontalLayout->addWidget(btnOk);
94 
95 
96  gridLayout->addLayout(horizontalLayout, 5, 0, 1, 2);
97 
98  configWidget = new QWidget(GUI_ConfigureStation);
99  configWidget->setObjectName(QString::fromUtf8("configWidget"));
100  gridLayout_2 = new QGridLayout(configWidget);
101  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
102 
103  gridLayout->addWidget(configWidget, 2, 0, 1, 2);
104 
105  QWidget::setTabOrder(btnCancel, btnOk);
106 
107  retranslateUi(GUI_ConfigureStation);
108 
109  QMetaObject::connectSlotsByName(GUI_ConfigureStation);
110  } // setupUi
111 
112  void retranslateUi(QDialog *GUI_ConfigureStation)
113  {
114  Q_UNUSED(GUI_ConfigureStation);
115  } // retranslateUi
116 
117 };
118 
119 namespace Ui {
121 } // namespace Ui
122 
123 QT_END_NAMESPACE
124 
125 #endif // UI_GUI_CONFIGURESTATION_H
Definition: ui_GUI_ConfigureStation.h:25
Definition: ui_GUI_ConfigureStation.h:120
Definition: GUI_ConfigureStation.h:31