Sayonara Player
ui_GUI_RemoteControl.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_RemoteControl.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.11.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_REMOTECONTROL_H
10 #define UI_GUI_REMOTECONTROL_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QSpinBox>
20 #include <QtWidgets/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout;
28  QCheckBox *cb_activate;
29  QFrame *line_2;
30  QLabel *label;
31  QLineEdit *le_url;
32  QLabel *label_2;
33  QLabel *lab_url;
34  QSpinBox *sb_port;
35 
36  void setupUi(QWidget *GUI_RemoteControl)
37  {
38  if (GUI_RemoteControl->objectName().isEmpty())
39  GUI_RemoteControl->setObjectName(QStringLiteral("GUI_RemoteControl"));
40  GUI_RemoteControl->resize(400, 162);
41  gridLayout = new QGridLayout(GUI_RemoteControl);
42  gridLayout->setSpacing(10);
43  gridLayout->setObjectName(QStringLiteral("gridLayout"));
44  cb_activate = new QCheckBox(GUI_RemoteControl);
45  cb_activate->setObjectName(QStringLiteral("cb_activate"));
46  cb_activate->setLayoutDirection(Qt::LeftToRight);
47 
48  gridLayout->addWidget(cb_activate, 0, 1, 1, 1);
49 
50  line_2 = new QFrame(GUI_RemoteControl);
51  line_2->setObjectName(QStringLiteral("line_2"));
52  line_2->setFrameShape(QFrame::HLine);
53  line_2->setFrameShadow(QFrame::Sunken);
54 
55  gridLayout->addWidget(line_2, 2, 0, 1, 2);
56 
57  label = new QLabel(GUI_RemoteControl);
58  label->setObjectName(QStringLiteral("label"));
59 
60  gridLayout->addWidget(label, 1, 0, 1, 1);
61 
62  le_url = new QLineEdit(GUI_RemoteControl);
63  le_url->setObjectName(QStringLiteral("le_url"));
64 
65  gridLayout->addWidget(le_url, 3, 1, 1, 1);
66 
67  label_2 = new QLabel(GUI_RemoteControl);
68  label_2->setObjectName(QStringLiteral("label_2"));
69 
70  gridLayout->addWidget(label_2, 0, 0, 1, 1);
71 
72  lab_url = new QLabel(GUI_RemoteControl);
73  lab_url->setObjectName(QStringLiteral("lab_url"));
74 
75  gridLayout->addWidget(lab_url, 3, 0, 1, 1);
76 
77  sb_port = new QSpinBox(GUI_RemoteControl);
78  sb_port->setObjectName(QStringLiteral("sb_port"));
79  sb_port->setMaximum(65000);
80  sb_port->setValue(54055);
81 
82  gridLayout->addWidget(sb_port, 1, 1, 1, 1);
83 
84 
85  retranslateUi(GUI_RemoteControl);
86 
87  QMetaObject::connectSlotsByName(GUI_RemoteControl);
88  } // setupUi
89 
90  void retranslateUi(QWidget *GUI_RemoteControl)
91  {
92  cb_activate->setText(QString());
93  label->setText(QApplication::translate("GUI_RemoteControl", "Port", nullptr));
94  label_2->setText(QApplication::translate("GUI_RemoteControl", "Activate", nullptr));
95  lab_url->setText(QApplication::translate("GUI_RemoteControl", "Remote control URL", nullptr));
96  Q_UNUSED(GUI_RemoteControl);
97  } // retranslateUi
98 
99 };
100 
101 namespace Ui {
103 } // namespace Ui
104 
105 QT_END_NAMESPACE
106 
107 #endif // UI_GUI_REMOTECONTROL_H
Definition: GUI_RemoteControl.h:32
Definition: ui_GUI_SomaFM.h:206
Definition: ui_GUI_RemoteControl.h:102
Definition: ui_GUI_RemoteControl.h:24