Sayonara Player
ui_GUI_ConfigureStreams.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_ConfigureStreams.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.12.5
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_CONFIGURESTREAMS_H
10 #define UI_GUI_CONFIGURESTREAMS_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QLineEdit>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QLabel *lab_name;
30  QHBoxLayout *horizontalLayout;
31  QSpacerItem *horizontalSpacer;
32  QPushButton *btn_cancel;
33  QPushButton *btn_ok;
34  QLineEdit *le_url;
35  QLabel *lab_url;
36  QLabel *lab_header;
37  QFrame *line;
38  QLineEdit *le_name;
39  QLabel *lab_error;
40  QFrame *line_2;
41 
42  void setupUi(QDialog *GUI_ConfigureStreams)
43  {
44  if (GUI_ConfigureStreams->objectName().isEmpty())
45  GUI_ConfigureStreams->setObjectName(QString::fromUtf8("GUI_ConfigureStreams"));
46  GUI_ConfigureStreams->resize(400, 162);
47  gridLayout = new QGridLayout(GUI_ConfigureStreams);
48  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
49  lab_name = new QLabel(GUI_ConfigureStreams);
50  lab_name->setObjectName(QString::fromUtf8("lab_name"));
51 
52  gridLayout->addWidget(lab_name, 2, 0, 1, 1);
53 
54  horizontalLayout = new QHBoxLayout();
55  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
56  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
57 
58  horizontalLayout->addItem(horizontalSpacer);
59 
60  btn_cancel = new QPushButton(GUI_ConfigureStreams);
61  btn_cancel->setObjectName(QString::fromUtf8("btn_cancel"));
62  btn_cancel->setText(QString::fromUtf8("Cancel"));
63 
64  horizontalLayout->addWidget(btn_cancel);
65 
66  btn_ok = new QPushButton(GUI_ConfigureStreams);
67  btn_ok->setObjectName(QString::fromUtf8("btn_ok"));
68  btn_ok->setText(QString::fromUtf8("OK"));
69 
70  horizontalLayout->addWidget(btn_ok);
71 
72 
73  gridLayout->addLayout(horizontalLayout, 6, 0, 1, 2);
74 
75  le_url = new QLineEdit(GUI_ConfigureStreams);
76  le_url->setObjectName(QString::fromUtf8("le_url"));
77 
78  gridLayout->addWidget(le_url, 3, 1, 1, 1);
79 
80  lab_url = new QLabel(GUI_ConfigureStreams);
81  lab_url->setObjectName(QString::fromUtf8("lab_url"));
82 
83  gridLayout->addWidget(lab_url, 3, 0, 1, 1);
84 
85  lab_header = new QLabel(GUI_ConfigureStreams);
86  lab_header->setObjectName(QString::fromUtf8("lab_header"));
87  QFont font;
88  font.setBold(true);
89  font.setWeight(75);
90  lab_header->setFont(font);
91  lab_header->setText(QString::fromUtf8("New/Edit"));
92 
93  gridLayout->addWidget(lab_header, 0, 0, 1, 1);
94 
95  line = new QFrame(GUI_ConfigureStreams);
96  line->setObjectName(QString::fromUtf8("line"));
97  line->setFrameShape(QFrame::HLine);
98  line->setFrameShadow(QFrame::Sunken);
99 
100  gridLayout->addWidget(line, 1, 0, 1, 2);
101 
102  le_name = new QLineEdit(GUI_ConfigureStreams);
103  le_name->setObjectName(QString::fromUtf8("le_name"));
104 
105  gridLayout->addWidget(le_name, 2, 1, 1, 1);
106 
107  lab_error = new QLabel(GUI_ConfigureStreams);
108  lab_error->setObjectName(QString::fromUtf8("lab_error"));
109  lab_error->setText(QString::fromUtf8("Error"));
110 
111  gridLayout->addWidget(lab_error, 5, 0, 1, 2);
112 
113  line_2 = new QFrame(GUI_ConfigureStreams);
114  line_2->setObjectName(QString::fromUtf8("line_2"));
115  line_2->setFrameShape(QFrame::HLine);
116  line_2->setFrameShadow(QFrame::Sunken);
117 
118  gridLayout->addWidget(line_2, 4, 0, 1, 2);
119 
120  QWidget::setTabOrder(le_name, le_url);
121  QWidget::setTabOrder(le_url, btn_cancel);
122  QWidget::setTabOrder(btn_cancel, btn_ok);
123 
124  retranslateUi(GUI_ConfigureStreams);
125 
126  QMetaObject::connectSlotsByName(GUI_ConfigureStreams);
127  } // setupUi
128 
129  void retranslateUi(QDialog *GUI_ConfigureStreams)
130  {
131  lab_name->setText(QApplication::translate("GUI_ConfigureStreams", "Name", nullptr));
132  lab_url->setText(QApplication::translate("GUI_ConfigureStreams", "Url", nullptr));
133  Q_UNUSED(GUI_ConfigureStreams);
134  } // retranslateUi
135 
136 };
137 
138 namespace Ui {
140 } // namespace Ui
141 
142 QT_END_NAMESPACE
143 
144 #endif // UI_GUI_CONFIGURESTREAMS_H
Definition: ui_GUI_ConfigureStreams.h:25
Definition: ui_GUI_ConfigureStreams.h:139
Definition: GUI_ConfigureStreams.h:32