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.14.2
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 *labActive;
30  QLabel *label_3;
31  QCheckBox *cbActive;
32  QSpinBox *sbPort;
33  QCheckBox *cbPrompt;
34  QLineEdit *leUrl;
35  QFrame *line_2;
36  QLabel *labUrlTitle;
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  labActive = new QLabel(GUI_BroadcastPreferences);
52  labActive->setObjectName(QString::fromUtf8("labActive"));
53  labActive->setText(QString::fromUtf8("Active"));
54 
55  gridLayout->addWidget(labActive, 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  cbActive = new QCheckBox(GUI_BroadcastPreferences);
63  cbActive->setObjectName(QString::fromUtf8("cbActive"));
64 
65  gridLayout->addWidget(cbActive, 0, 1, 1, 1);
66 
67  sbPort = new QSpinBox(GUI_BroadcastPreferences);
68  sbPort->setObjectName(QString::fromUtf8("sbPort"));
69  sbPort->setMaximum(65535);
70  sbPort->setValue(54054);
71 
72  gridLayout->addWidget(sbPort, 2, 1, 1, 1);
73 
74  cbPrompt = new QCheckBox(GUI_BroadcastPreferences);
75  cbPrompt->setObjectName(QString::fromUtf8("cbPrompt"));
76 
77  gridLayout->addWidget(cbPrompt, 1, 1, 1, 1);
78 
79  leUrl = new QLineEdit(GUI_BroadcastPreferences);
80  leUrl->setObjectName(QString::fromUtf8("leUrl"));
81  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
82  sizePolicy.setHorizontalStretch(0);
83  sizePolicy.setVerticalStretch(0);
84  sizePolicy.setHeightForWidth(leUrl->sizePolicy().hasHeightForWidth());
85  leUrl->setSizePolicy(sizePolicy);
86  leUrl->setDragEnabled(true);
87  leUrl->setReadOnly(true);
88 
89  gridLayout->addWidget(leUrl, 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  labUrlTitle = new QLabel(GUI_BroadcastPreferences);
99  labUrlTitle->setObjectName(QString::fromUtf8("labUrlTitle"));
100  labUrlTitle->setText(QString::fromUtf8("Stream URL:"));
101 
102  gridLayout->addWidget(labUrlTitle, 4, 0, 1, 1);
103 
104  QWidget::setTabOrder(cbActive, cbPrompt);
105  QWidget::setTabOrder(cbPrompt, sbPort);
106  QWidget::setTabOrder(sbPort, leUrl);
107 
108  retranslateUi(GUI_BroadcastPreferences);
109 
110  QMetaObject::connectSlotsByName(GUI_BroadcastPreferences);
111  } // setupUi
112 
113  void retranslateUi(QWidget *GUI_BroadcastPreferences)
114  {
115  label->setText(QCoreApplication::translate("GUI_BroadcastPreferences", "Port", nullptr));
116  label_3->setText(QCoreApplication::translate("GUI_BroadcastPreferences", "Ask for permission", nullptr));
117  cbActive->setText(QString());
118  cbPrompt->setText(QString());
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:30
Ui_GUI_BroadcastPreferences
Definition: ui_GUI_BroadcastPreferences.h:25