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