Sayonara Player
Loading...
Searching...
No Matches
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.15.16
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/QComboBox>
15#include <QtWidgets/QDialog>
16#include <QtWidgets/QFrame>
17#include <QtWidgets/QGridLayout>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QHeaderView>
20#include <QtWidgets/QLabel>
21#include <QtWidgets/QLineEdit>
22#include <QtWidgets/QProgressBar>
23#include <QtWidgets/QPushButton>
24#include <QtWidgets/QSpacerItem>
25#include <QtWidgets/QSplitter>
26#include <QtWidgets/QTableWidget>
27#include <QtWidgets/QVBoxLayout>
28#include <QtWidgets/QWidget>
29#include "Gui/Covers/CoverButton.h"
30#include "Gui/Utils/Widgets/ComboBox.h"
31
32QT_BEGIN_NAMESPACE
33
35{
36public:
37 QGridLayout *gridLayout;
38 QHBoxLayout *horizontalLayout_3;
39 QLabel *label;
40 QSpacerItem *horizontalSpacer_2;
41 QSpacerItem *verticalSpacer_2;
42 QHBoxLayout *horizontalLayout_2;
43 QProgressBar *pbProgress;
44 QFrame *line_2;
45 QFrame *line;
46 QHBoxLayout *horizontalLayout;
47 Gui::ComboBox *comboService;
48 QComboBox *comboType;
49 QLineEdit *leSearch;
50 QPushButton *btnSearch;
51 QSplitter *splitter;
52 QTableWidget *twStations;
53 QWidget *horizontalLayoutWidget;
54 QHBoxLayout *horizontalLayout_4;
55 QTableWidget *twStreams;
56 QVBoxLayout *verticalLayout;
57 Gui::CoverButton *btnCover;
58 QSpacerItem *verticalSpacer;
59 QHBoxLayout *horizontalLayout_5;
60 QLabel *labLink;
61 QSpacerItem *horizontalSpacer;
62 QPushButton *btnCancel;
63 QPushButton *btnListen;
64 QPushButton *btnSaveAndListen;
65 QFrame *line_3;
66 QHBoxLayout *horizontalLayout_6;
67 QLabel *labFromTo;
68 QPushButton *btnSearchPrev;
69 QPushButton *btnSearchNext;
70
71 void setupUi(QDialog *GUI_StationSearcher)
72 {
73 if (GUI_StationSearcher->objectName().isEmpty())
74 GUI_StationSearcher->setObjectName(QString::fromUtf8("GUI_StationSearcher"));
75 GUI_StationSearcher->resize(1747, 1048);
76 gridLayout = new QGridLayout(GUI_StationSearcher);
77 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
78 gridLayout->setContentsMargins(5, 5, 5, -1);
79 horizontalLayout_3 = new QHBoxLayout();
80 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
81 horizontalLayout_3->setContentsMargins(-1, 1, -1, 3);
82 label = new QLabel(GUI_StationSearcher);
83 label->setObjectName(QString::fromUtf8("label"));
84 QFont font;
85 font.setBold(true);
86 font.setWeight(75);
87 label->setFont(font);
88 label->setText(QString::fromUtf8("Search Radio Station"));
89
90 horizontalLayout_3->addWidget(label);
91
92 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
93
94 horizontalLayout_3->addItem(horizontalSpacer_2);
95
96
97 gridLayout->addLayout(horizontalLayout_3, 0, 0, 1, 3);
98
99 verticalSpacer_2 = new QSpacerItem(0, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
100
101 gridLayout->addItem(verticalSpacer_2, 6, 3, 1, 1);
102
103 horizontalLayout_2 = new QHBoxLayout();
104 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
105 pbProgress = new QProgressBar(GUI_StationSearcher);
106 pbProgress->setObjectName(QString::fromUtf8("pbProgress"));
107 pbProgress->setMaximum(0);
108 pbProgress->setValue(-1);
109
110 horizontalLayout_2->addWidget(pbProgress);
111
112
113 gridLayout->addLayout(horizontalLayout_2, 8, 0, 1, 3);
114
115 line_2 = new QFrame(GUI_StationSearcher);
116 line_2->setObjectName(QString::fromUtf8("line_2"));
117 line_2->setFrameShape(QFrame::HLine);
118 line_2->setFrameShadow(QFrame::Sunken);
119
120 gridLayout->addWidget(line_2, 3, 0, 1, 2);
121
122 line = new QFrame(GUI_StationSearcher);
123 line->setObjectName(QString::fromUtf8("line"));
124 line->setFrameShape(QFrame::HLine);
125 line->setFrameShadow(QFrame::Sunken);
126
127 gridLayout->addWidget(line, 1, 0, 1, 2);
128
129 horizontalLayout = new QHBoxLayout();
130 horizontalLayout->setSpacing(5);
131 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
132 horizontalLayout->setContentsMargins(-1, 1, -1, 1);
133 comboService = new Gui::ComboBox(GUI_StationSearcher);
134 comboService->setObjectName(QString::fromUtf8("comboService"));
135
136 horizontalLayout->addWidget(comboService);
137
138 comboType = new QComboBox(GUI_StationSearcher);
139 comboType->setObjectName(QString::fromUtf8("comboType"));
140
141 horizontalLayout->addWidget(comboType);
142
143 leSearch = new QLineEdit(GUI_StationSearcher);
144 leSearch->setObjectName(QString::fromUtf8("leSearch"));
145
146 horizontalLayout->addWidget(leSearch);
147
148 btnSearch = new QPushButton(GUI_StationSearcher);
149 btnSearch->setObjectName(QString::fromUtf8("btnSearch"));
150 btnSearch->setText(QString::fromUtf8("Search"));
151
152 horizontalLayout->addWidget(btnSearch);
153
154
155 gridLayout->addLayout(horizontalLayout, 2, 0, 1, 3);
156
157 splitter = new QSplitter(GUI_StationSearcher);
158 splitter->setObjectName(QString::fromUtf8("splitter"));
159 splitter->setOrientation(Qt::Vertical);
160 twStations = new QTableWidget(splitter);
161 twStations->setObjectName(QString::fromUtf8("twStations"));
162 twStations->setAlternatingRowColors(true);
163 twStations->setSelectionMode(QAbstractItemView::SingleSelection);
164 twStations->setSelectionBehavior(QAbstractItemView::SelectRows);
165 twStations->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
166 twStations->setShowGrid(false);
167 twStations->setGridStyle(Qt::DotLine);
168 splitter->addWidget(twStations);
169 twStations->horizontalHeader()->setMinimumSectionSize(30);
170 twStations->horizontalHeader()->setStretchLastSection(true);
171 twStations->verticalHeader()->setVisible(false);
172 horizontalLayoutWidget = new QWidget(splitter);
173 horizontalLayoutWidget->setObjectName(QString::fromUtf8("horizontalLayoutWidget"));
174 horizontalLayout_4 = new QHBoxLayout(horizontalLayoutWidget);
175 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
176 horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
177 twStreams = new QTableWidget(horizontalLayoutWidget);
178 twStreams->setObjectName(QString::fromUtf8("twStreams"));
179 twStreams->setAlternatingRowColors(true);
180 twStreams->setSelectionMode(QAbstractItemView::SingleSelection);
181 twStreams->setSelectionBehavior(QAbstractItemView::SelectRows);
182 twStreams->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
183 twStreams->setShowGrid(false);
184 twStreams->setGridStyle(Qt::DotLine);
185 twStreams->horizontalHeader()->setVisible(false);
186 twStreams->horizontalHeader()->setMinimumSectionSize(30);
187 twStreams->horizontalHeader()->setStretchLastSection(true);
188 twStreams->verticalHeader()->setVisible(false);
189
190 horizontalLayout_4->addWidget(twStreams);
191
192 verticalLayout = new QVBoxLayout();
193 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
194 btnCover = new Gui::CoverButton(horizontalLayoutWidget);
195 btnCover->setObjectName(QString::fromUtf8("btnCover"));
196 btnCover->setMinimumSize(QSize(100, 100));
197 btnCover->setText(QString::fromUtf8(""));
198
199 verticalLayout->addWidget(btnCover);
200
201 verticalSpacer = new QSpacerItem(0, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
202
203 verticalLayout->addItem(verticalSpacer);
204
205
206 horizontalLayout_4->addLayout(verticalLayout);
207
208 splitter->addWidget(horizontalLayoutWidget);
209
210 gridLayout->addWidget(splitter, 6, 0, 2, 3);
211
212 horizontalLayout_5 = new QHBoxLayout();
213 horizontalLayout_5->setSpacing(3);
214 horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
215 horizontalLayout_5->setContentsMargins(-1, 2, -1, 2);
216 labLink = new QLabel(GUI_StationSearcher);
217 labLink->setObjectName(QString::fromUtf8("labLink"));
218 labLink->setText(QString::fromUtf8("<a href=\"http://fmstream.org\">fmstream.org</a>"));
219
220 horizontalLayout_5->addWidget(labLink);
221
222 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
223
224 horizontalLayout_5->addItem(horizontalSpacer);
225
226 btnCancel = new QPushButton(GUI_StationSearcher);
227 btnCancel->setObjectName(QString::fromUtf8("btnCancel"));
228 btnCancel->setText(QString::fromUtf8("Cancel"));
229
230 horizontalLayout_5->addWidget(btnCancel);
231
232 btnListen = new QPushButton(GUI_StationSearcher);
233 btnListen->setObjectName(QString::fromUtf8("btnListen"));
234 btnListen->setText(QString::fromUtf8("Listen"));
235
236 horizontalLayout_5->addWidget(btnListen);
237
238 btnSaveAndListen = new QPushButton(GUI_StationSearcher);
239 btnSaveAndListen->setObjectName(QString::fromUtf8("btnSaveAndListen"));
240 btnSaveAndListen->setText(QString::fromUtf8("Save && Listen"));
241
242 horizontalLayout_5->addWidget(btnSaveAndListen);
243
244
245 gridLayout->addLayout(horizontalLayout_5, 10, 0, 1, 3);
246
247 line_3 = new QFrame(GUI_StationSearcher);
248 line_3->setObjectName(QString::fromUtf8("line_3"));
249 line_3->setFrameShape(QFrame::HLine);
250 line_3->setFrameShadow(QFrame::Sunken);
251
252 gridLayout->addWidget(line_3, 9, 0, 1, 3);
253
254 horizontalLayout_6 = new QHBoxLayout();
255 horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
256 labFromTo = new QLabel(GUI_StationSearcher);
257 labFromTo->setObjectName(QString::fromUtf8("labFromTo"));
258 labFromTo->setText(QString::fromUtf8(""));
259
260 horizontalLayout_6->addWidget(labFromTo);
261
262 btnSearchPrev = new QPushButton(GUI_StationSearcher);
263 btnSearchPrev->setObjectName(QString::fromUtf8("btnSearchPrev"));
264 QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed);
265 sizePolicy.setHorizontalStretch(0);
266 sizePolicy.setVerticalStretch(0);
267 sizePolicy.setHeightForWidth(btnSearchPrev->sizePolicy().hasHeightForWidth());
268 btnSearchPrev->setSizePolicy(sizePolicy);
269 btnSearchPrev->setText(QString::fromUtf8("<"));
270
271 horizontalLayout_6->addWidget(btnSearchPrev);
272
273 btnSearchNext = new QPushButton(GUI_StationSearcher);
274 btnSearchNext->setObjectName(QString::fromUtf8("btnSearchNext"));
275 sizePolicy.setHeightForWidth(btnSearchNext->sizePolicy().hasHeightForWidth());
276 btnSearchNext->setSizePolicy(sizePolicy);
277 btnSearchNext->setText(QString::fromUtf8(">"));
278
279 horizontalLayout_6->addWidget(btnSearchNext);
280
281
282 gridLayout->addLayout(horizontalLayout_6, 4, 0, 1, 3);
283
284 QWidget::setTabOrder(leSearch, btnSearch);
285 QWidget::setTabOrder(btnSearch, twStations);
286 QWidget::setTabOrder(twStations, twStreams);
287
288 retranslateUi(GUI_StationSearcher);
289
290 QMetaObject::connectSlotsByName(GUI_StationSearcher);
291 } // setupUi
292
293 void retranslateUi(QDialog *GUI_StationSearcher)
294 {
295 GUI_StationSearcher->setWindowTitle(QCoreApplication::translate("GUI_StationSearcher", "Search Radio Station", nullptr));
296 } // retranslateUi
297
298};
299
300namespace Ui {
302} // namespace Ui
303
304QT_END_NAMESPACE
305
306#endif // UI_GUI_STATIONSEARCHER_H
Definition GUI_StationSearcher.h:33
Definition ComboBox.h:31
The CoverButton class.
Definition CoverButton.h:40
Definition ui_GUI_StationSearcher.h:301
Definition ui_GUI_StationSearcher.h:35