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.15.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 #include "Gui/Covers/CoverButton.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout;
28  QDialogButtonBox *buttonBox;
29  QWidget *configWidget;
30  QGridLayout *gridLayout_2;
31  QFrame *line;
32  QFrame *line_2;
33  Gui::CoverButton *pushButton;
34  QLabel *labHeader;
35  QLabel *labError;
36 
37  void setupUi(QDialog *GUI_ConfigureStation)
38  {
39  if (GUI_ConfigureStation->objectName().isEmpty())
40  GUI_ConfigureStation->setObjectName(QString::fromUtf8("GUI_ConfigureStation"));
41  GUI_ConfigureStation->resize(584, 298);
42  gridLayout = new QGridLayout(GUI_ConfigureStation);
43  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
44  buttonBox = new QDialogButtonBox(GUI_ConfigureStation);
45  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
46  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
47 
48  gridLayout->addWidget(buttonBox, 5, 1, 1, 1);
49 
50  configWidget = new QWidget(GUI_ConfigureStation);
51  configWidget->setObjectName(QString::fromUtf8("configWidget"));
52  gridLayout_2 = new QGridLayout(configWidget);
53  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
54 
55  gridLayout->addWidget(configWidget, 2, 1, 1, 2);
56 
57  line = new QFrame(GUI_ConfigureStation);
58  line->setObjectName(QString::fromUtf8("line"));
59  line->setFrameShape(QFrame::HLine);
60  line->setFrameShadow(QFrame::Sunken);
61 
62  gridLayout->addWidget(line, 1, 1, 1, 2);
63 
64  line_2 = new QFrame(GUI_ConfigureStation);
65  line_2->setObjectName(QString::fromUtf8("line_2"));
66  line_2->setFrameShape(QFrame::HLine);
67  line_2->setFrameShadow(QFrame::Sunken);
68 
69  gridLayout->addWidget(line_2, 3, 1, 1, 2);
70 
71  pushButton = new Gui::CoverButton(GUI_ConfigureStation);
72  pushButton->setObjectName(QString::fromUtf8("pushButton"));
73  pushButton->setMinimumSize(QSize(150, 150));
74 
75  gridLayout->addWidget(pushButton, 2, 0, 1, 1);
76 
77  labHeader = new QLabel(GUI_ConfigureStation);
78  labHeader->setObjectName(QString::fromUtf8("labHeader"));
79  QFont font;
80  font.setBold(true);
81  font.setWeight(75);
82  labHeader->setFont(font);
83  labHeader->setText(QString::fromUtf8("New/Edit"));
84 
85  gridLayout->addWidget(labHeader, 0, 0, 1, 2);
86 
87  labError = new QLabel(GUI_ConfigureStation);
88  labError->setObjectName(QString::fromUtf8("labError"));
89  labError->setText(QString::fromUtf8("Error"));
90 
91  gridLayout->addWidget(labError, 4, 0, 1, 3);
92 
93 
94  retranslateUi(GUI_ConfigureStation);
95 
96  QMetaObject::connectSlotsByName(GUI_ConfigureStation);
97  } // setupUi
98 
99  void retranslateUi(QDialog *GUI_ConfigureStation)
100  {
101  (void)GUI_ConfigureStation;
102  } // retranslateUi
103 
104 };
105 
106 namespace Ui {
108 } // namespace Ui
109 
110 QT_END_NAMESPACE
111 
112 #endif // UI_GUI_CONFIGURESTATION_H
Definition: GUI_ConfigureStation.h:33
The CoverButton class.
Definition: CoverButton.h:40
Definition: ui_GUI_ConfigureStation.h:107
Definition: ui_GUI_ConfigureStation.h:25