Sayonara Player
ui_GUI_StationSearcher.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_StationSearcher.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_STATIONSEARCHER_H
10 #define UI_GUI_STATIONSEARCHER_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/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QLineEdit>
21 #include <QtWidgets/QProgressBar>
22 #include <QtWidgets/QPushButton>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QSplitter>
25 #include <QtWidgets/QTableWidget>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout;
33  QHBoxLayout *horizontalLayout;
34  QLineEdit *le_search;
35  QPushButton *btn_search_prev;
36  QPushButton *btn_search_next;
37  QPushButton *btn_search;
38  QFrame *line;
39  QLabel *lab_from_to;
40  QSplitter *splitter;
41  QTableWidget *tw_stations;
42  QTableWidget *tw_streams;
43  QHBoxLayout *horizontalLayout_2;
44  QProgressBar *pb_progress;
45  QSpacerItem *horizontalSpacer;
46  QPushButton *btn_close;
47  QPushButton *btn_listen;
48  QHBoxLayout *horizontalLayout_3;
49  QLabel *label;
50  QSpacerItem *horizontalSpacer_2;
51  QLabel *lab_link;
52  QFrame *line_2;
53 
54  void setupUi(QDialog *GUI_StationSearcher)
55  {
56  if (GUI_StationSearcher->objectName().isEmpty())
57  GUI_StationSearcher->setObjectName(QString::fromUtf8("GUI_StationSearcher"));
58  GUI_StationSearcher->resize(620, 571);
59  gridLayout = new QGridLayout(GUI_StationSearcher);
60  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
61  gridLayout->setVerticalSpacing(6);
62  horizontalLayout = new QHBoxLayout();
63  horizontalLayout->setSpacing(5);
64  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
65  horizontalLayout->setContentsMargins(-1, 1, -1, 1);
66  le_search = new QLineEdit(GUI_StationSearcher);
67  le_search->setObjectName(QString::fromUtf8("le_search"));
68 
69  horizontalLayout->addWidget(le_search);
70 
71  btn_search_prev = new QPushButton(GUI_StationSearcher);
72  btn_search_prev->setObjectName(QString::fromUtf8("btn_search_prev"));
73  btn_search_prev->setText(QString::fromUtf8("Search previous"));
74 
75  horizontalLayout->addWidget(btn_search_prev);
76 
77  btn_search_next = new QPushButton(GUI_StationSearcher);
78  btn_search_next->setObjectName(QString::fromUtf8("btn_search_next"));
79  btn_search_next->setText(QString::fromUtf8("Search next"));
80 
81  horizontalLayout->addWidget(btn_search_next);
82 
83  btn_search = new QPushButton(GUI_StationSearcher);
84  btn_search->setObjectName(QString::fromUtf8("btn_search"));
85  btn_search->setText(QString::fromUtf8("Search"));
86 
87  horizontalLayout->addWidget(btn_search);
88 
89 
90  gridLayout->addLayout(horizontalLayout, 4, 0, 1, 2);
91 
92  line = new QFrame(GUI_StationSearcher);
93  line->setObjectName(QString::fromUtf8("line"));
94  line->setFrameShape(QFrame::HLine);
95  line->setFrameShadow(QFrame::Sunken);
96 
97  gridLayout->addWidget(line, 3, 0, 1, 2);
98 
99  lab_from_to = new QLabel(GUI_StationSearcher);
100  lab_from_to->setObjectName(QString::fromUtf8("lab_from_to"));
101  lab_from_to->setText(QString::fromUtf8(""));
102 
103  gridLayout->addWidget(lab_from_to, 6, 0, 1, 2);
104 
105  splitter = new QSplitter(GUI_StationSearcher);
106  splitter->setObjectName(QString::fromUtf8("splitter"));
107  splitter->setOrientation(Qt::Vertical);
108  tw_stations = new QTableWidget(splitter);
109  tw_stations->setObjectName(QString::fromUtf8("tw_stations"));
110  tw_stations->setAlternatingRowColors(true);
111  tw_stations->setSelectionMode(QAbstractItemView::SingleSelection);
112  tw_stations->setSelectionBehavior(QAbstractItemView::SelectRows);
113  tw_stations->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
114  splitter->addWidget(tw_stations);
115  tw_stations->horizontalHeader()->setMinimumSectionSize(30);
116  tw_stations->horizontalHeader()->setStretchLastSection(true);
117  tw_stations->verticalHeader()->setVisible(false);
118  tw_streams = new QTableWidget(splitter);
119  tw_streams->setObjectName(QString::fromUtf8("tw_streams"));
120  tw_streams->setAlternatingRowColors(true);
121  tw_streams->setSelectionMode(QAbstractItemView::SingleSelection);
122  tw_streams->setSelectionBehavior(QAbstractItemView::SelectRows);
123  tw_streams->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
124  splitter->addWidget(tw_streams);
125  tw_streams->horizontalHeader()->setVisible(false);
126  tw_streams->horizontalHeader()->setMinimumSectionSize(30);
127  tw_streams->horizontalHeader()->setStretchLastSection(true);
128  tw_streams->verticalHeader()->setVisible(false);
129 
130  gridLayout->addWidget(splitter, 8, 0, 1, 2);
131 
132  horizontalLayout_2 = new QHBoxLayout();
133  horizontalLayout_2->setSpacing(5);
134  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
135  horizontalLayout_2->setContentsMargins(-1, 1, -1, 1);
136  pb_progress = new QProgressBar(GUI_StationSearcher);
137  pb_progress->setObjectName(QString::fromUtf8("pb_progress"));
138  pb_progress->setMaximum(0);
139  pb_progress->setValue(-1);
140 
141  horizontalLayout_2->addWidget(pb_progress);
142 
143  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
144 
145  horizontalLayout_2->addItem(horizontalSpacer);
146 
147  btn_close = new QPushButton(GUI_StationSearcher);
148  btn_close->setObjectName(QString::fromUtf8("btn_close"));
149  btn_close->setText(QString::fromUtf8("Close"));
150 
151  horizontalLayout_2->addWidget(btn_close);
152 
153  btn_listen = new QPushButton(GUI_StationSearcher);
154  btn_listen->setObjectName(QString::fromUtf8("btn_listen"));
155  btn_listen->setText(QString::fromUtf8("Add"));
156 
157  horizontalLayout_2->addWidget(btn_listen);
158 
159 
160  gridLayout->addLayout(horizontalLayout_2, 10, 0, 1, 2);
161 
162  horizontalLayout_3 = new QHBoxLayout();
163  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
164  horizontalLayout_3->setContentsMargins(-1, 1, -1, 3);
165  label = new QLabel(GUI_StationSearcher);
166  label->setObjectName(QString::fromUtf8("label"));
167  QFont font;
168  font.setBold(true);
169  font.setWeight(75);
170  label->setFont(font);
171  label->setText(QString::fromUtf8("Search Radio Station"));
172 
173  horizontalLayout_3->addWidget(label);
174 
175  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
176 
177  horizontalLayout_3->addItem(horizontalSpacer_2);
178 
179  lab_link = new QLabel(GUI_StationSearcher);
180  lab_link->setObjectName(QString::fromUtf8("lab_link"));
181  lab_link->setText(QString::fromUtf8("<a href=\"http://fmstream.org\">fmstream.org</a>"));
182 
183  horizontalLayout_3->addWidget(lab_link);
184 
185 
186  gridLayout->addLayout(horizontalLayout_3, 2, 0, 1, 2);
187 
188  line_2 = new QFrame(GUI_StationSearcher);
189  line_2->setObjectName(QString::fromUtf8("line_2"));
190  line_2->setFrameShape(QFrame::HLine);
191  line_2->setFrameShadow(QFrame::Sunken);
192 
193  gridLayout->addWidget(line_2, 5, 0, 1, 2);
194 
195  QWidget::setTabOrder(le_search, btn_search_prev);
196  QWidget::setTabOrder(btn_search_prev, btn_search_next);
197  QWidget::setTabOrder(btn_search_next, btn_search);
198  QWidget::setTabOrder(btn_search, tw_stations);
199  QWidget::setTabOrder(tw_stations, tw_streams);
200  QWidget::setTabOrder(tw_streams, btn_close);
201  QWidget::setTabOrder(btn_close, btn_listen);
202 
203  retranslateUi(GUI_StationSearcher);
204 
205  QMetaObject::connectSlotsByName(GUI_StationSearcher);
206  } // setupUi
207 
208  void retranslateUi(QDialog *GUI_StationSearcher)
209  {
210  GUI_StationSearcher->setWindowTitle(QApplication::translate("GUI_StationSearcher", "Search Radio Station", nullptr));
211  } // retranslateUi
212 
213 };
214 
215 namespace Ui {
217 } // namespace Ui
218 
219 QT_END_NAMESPACE
220 
221 #endif // UI_GUI_STATIONSEARCHER_H
Definition: ui_GUI_StationSearcher.h:29
Definition: GUI_StationSearcher.h:32
Definition: ui_GUI_StationSearcher.h:216