Sayonara Player
ui_GUI_BroadcastSetup.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_BroadcastSetup.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.6.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_BROADCASTSETUP_H
10 #define UI_GUI_BROADCASTSETUP_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QFrame>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QSpinBox>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QGridLayout *gridLayout;
31  QLabel *label;
32  QLabel *label_2;
33  QLabel *label_3;
34  QCheckBox *cb_active;
35  QSpinBox *sb_port;
36  QCheckBox *cb_prompt;
37  QLineEdit *le_url;
38  QFrame *line_2;
39  QLabel *lab_url_title;
40 
41  void setupUi(QWidget *GUI_BroadcastSetup)
42  {
43  if (GUI_BroadcastSetup->objectName().isEmpty())
44  GUI_BroadcastSetup->setObjectName(QStringLiteral("GUI_BroadcastSetup"));
45  GUI_BroadcastSetup->resize(383, 162);
46  gridLayout = new QGridLayout(GUI_BroadcastSetup);
47  gridLayout->setSpacing(10);
48  gridLayout->setObjectName(QStringLiteral("gridLayout"));
49  label = new QLabel(GUI_BroadcastSetup);
50  label->setObjectName(QStringLiteral("label"));
51 
52  gridLayout->addWidget(label, 2, 0, 1, 1);
53 
54  label_2 = new QLabel(GUI_BroadcastSetup);
55  label_2->setObjectName(QStringLiteral("label_2"));
56 
57  gridLayout->addWidget(label_2, 0, 0, 1, 1);
58 
59  label_3 = new QLabel(GUI_BroadcastSetup);
60  label_3->setObjectName(QStringLiteral("label_3"));
61 
62  gridLayout->addWidget(label_3, 1, 0, 1, 1);
63 
64  cb_active = new QCheckBox(GUI_BroadcastSetup);
65  cb_active->setObjectName(QStringLiteral("cb_active"));
66 
67  gridLayout->addWidget(cb_active, 0, 1, 1, 1);
68 
69  sb_port = new QSpinBox(GUI_BroadcastSetup);
70  sb_port->setObjectName(QStringLiteral("sb_port"));
71  sb_port->setMaximum(65535);
72  sb_port->setValue(54054);
73 
74  gridLayout->addWidget(sb_port, 2, 1, 1, 1);
75 
76  cb_prompt = new QCheckBox(GUI_BroadcastSetup);
77  cb_prompt->setObjectName(QStringLiteral("cb_prompt"));
78 
79  gridLayout->addWidget(cb_prompt, 1, 1, 1, 1);
80 
81  le_url = new QLineEdit(GUI_BroadcastSetup);
82  le_url->setObjectName(QStringLiteral("le_url"));
83  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
84  sizePolicy.setHorizontalStretch(0);
85  sizePolicy.setVerticalStretch(0);
86  sizePolicy.setHeightForWidth(le_url->sizePolicy().hasHeightForWidth());
87  le_url->setSizePolicy(sizePolicy);
88  le_url->setDragEnabled(true);
89  le_url->setReadOnly(true);
90 
91  gridLayout->addWidget(le_url, 4, 1, 1, 1);
92 
93  line_2 = new QFrame(GUI_BroadcastSetup);
94  line_2->setObjectName(QStringLiteral("line_2"));
95  line_2->setFrameShape(QFrame::HLine);
96  line_2->setFrameShadow(QFrame::Sunken);
97 
98  gridLayout->addWidget(line_2, 3, 0, 1, 2);
99 
100  lab_url_title = new QLabel(GUI_BroadcastSetup);
101  lab_url_title->setObjectName(QStringLiteral("lab_url_title"));
102 
103  gridLayout->addWidget(lab_url_title, 4, 0, 1, 1);
104 
105 
106  retranslateUi(GUI_BroadcastSetup);
107 
108  QMetaObject::connectSlotsByName(GUI_BroadcastSetup);
109  } // setupUi
110 
111  void retranslateUi(QWidget *GUI_BroadcastSetup)
112  {
113  label->setText(QApplication::translate("GUI_BroadcastSetup", "Port", 0));
114  label_2->setText(QApplication::translate("GUI_BroadcastSetup", "Activate", 0));
115  label_3->setText(QApplication::translate("GUI_BroadcastSetup", "Ask for permission", 0));
116  cb_active->setText(QString());
117  cb_prompt->setText(QString());
118  lab_url_title->setText(QApplication::translate("GUI_BroadcastSetup", "Stream URL:", 0));
119  Q_UNUSED(GUI_BroadcastSetup);
120  } // retranslateUi
121 
122 };
123 
124 namespace Ui {
126 } // namespace Ui
127 
128 QT_END_NAMESPACE
129 
130 #endif // UI_GUI_BROADCASTSETUP_H
Definition: GUI_BroadcastSetup.h:29
Definition: ui_GUI_SomaFM.h:217
Definition: ui_GUI_BroadcastSetup.h:125
Definition: ui_GUI_BroadcastSetup.h:27