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