Sayonara Player
ui_GUI_Lyrics.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_Lyrics.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_LYRICS_H
10#define UI_GUI_LYRICS_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDialogButtonBox>
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#include <QtWidgets/QSpinBox>
23#include <QtWidgets/QTextEdit>
24#include <QtWidgets/QWidget>
25#include "Gui/Utils/Widgets/ComboBox.h"
26
27QT_BEGIN_NAMESPACE
28
30{
31public:
32 QGridLayout *gridLayout;
33 QFrame *line;
34 QGridLayout *gridLayout_11;
35 QLineEdit *leTitle;
36 QPushButton *btnSwitch;
37 QLineEdit *leArtist;
38 QFrame *line_2;
39 QLabel *labSource;
40 QLabel *labTitle;
41 Gui::ComboBox *comboServers;
42 QLabel *labZoom;
43 QSpinBox *sbZoom;
44 QLabel *labArtist;
45 QDialogButtonBox *buttonBox;
46 QLabel *labHeader;
47 QTextEdit *teLyrics;
48 QHBoxLayout *horizontalLayout;
49 QSpacerItem *horizontalSpacer;
50 QPushButton *btnSaveLyrics;
51 QPushButton *btnSearch;
52
53 void setupUi(QWidget *GUI_Lyrics)
54 {
55 if (GUI_Lyrics->objectName().isEmpty())
56 GUI_Lyrics->setObjectName(QString::fromUtf8("GUI_Lyrics"));
57 GUI_Lyrics->resize(646, 419);
58 gridLayout = new QGridLayout(GUI_Lyrics);
59 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
60 gridLayout->setVerticalSpacing(10);
61 line = new QFrame(GUI_Lyrics);
62 line->setObjectName(QString::fromUtf8("line"));
63 line->setFrameShape(QFrame::HLine);
64 line->setFrameShadow(QFrame::Sunken);
65
66 gridLayout->addWidget(line, 5, 0, 1, 2);
67
68 gridLayout_11 = new QGridLayout();
69 gridLayout_11->setObjectName(QString::fromUtf8("gridLayout_11"));
70 gridLayout_11->setHorizontalSpacing(10);
71 gridLayout_11->setVerticalSpacing(6);
72 leTitle = new QLineEdit(GUI_Lyrics);
73 leTitle->setObjectName(QString::fromUtf8("leTitle"));
74
75 gridLayout_11->addWidget(leTitle, 1, 1, 1, 1);
76
77 btnSwitch = new QPushButton(GUI_Lyrics);
78 btnSwitch->setObjectName(QString::fromUtf8("btnSwitch"));
79
80 gridLayout_11->addWidget(btnSwitch, 0, 2, 2, 1);
81
82 leArtist = new QLineEdit(GUI_Lyrics);
83 leArtist->setObjectName(QString::fromUtf8("leArtist"));
84
85 gridLayout_11->addWidget(leArtist, 0, 1, 1, 1);
86
87 line_2 = new QFrame(GUI_Lyrics);
88 line_2->setObjectName(QString::fromUtf8("line_2"));
89 line_2->setFrameShape(QFrame::VLine);
90 line_2->setFrameShadow(QFrame::Sunken);
91
92 gridLayout_11->addWidget(line_2, 0, 3, 2, 3);
93
94 labSource = new QLabel(GUI_Lyrics);
95 labSource->setObjectName(QString::fromUtf8("labSource"));
96#if QT_CONFIG(tooltip)
97 labSource->setToolTip(QString::fromUtf8(""));
98#endif // QT_CONFIG(tooltip)
99 labSource->setText(QString::fromUtf8("Source"));
100
101 gridLayout_11->addWidget(labSource, 0, 6, 1, 1);
102
103 labTitle = new QLabel(GUI_Lyrics);
104 labTitle->setObjectName(QString::fromUtf8("labTitle"));
105#if QT_CONFIG(tooltip)
106 labTitle->setToolTip(QString::fromUtf8(""));
107#endif // QT_CONFIG(tooltip)
108 labTitle->setText(QString::fromUtf8("Title"));
109
110 gridLayout_11->addWidget(labTitle, 1, 0, 1, 1);
111
112 comboServers = new Gui::ComboBox(GUI_Lyrics);
113 comboServers->setObjectName(QString::fromUtf8("comboServers"));
114 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
115 sizePolicy.setHorizontalStretch(0);
116 sizePolicy.setVerticalStretch(0);
117 sizePolicy.setHeightForWidth(comboServers->sizePolicy().hasHeightForWidth());
118 comboServers->setSizePolicy(sizePolicy);
119 comboServers->setFrame(false);
120
121 gridLayout_11->addWidget(comboServers, 0, 7, 1, 1);
122
123 labZoom = new QLabel(GUI_Lyrics);
124 labZoom->setObjectName(QString::fromUtf8("labZoom"));
125#if QT_CONFIG(tooltip)
126 labZoom->setToolTip(QString::fromUtf8(""));
127#endif // QT_CONFIG(tooltip)
128
129 gridLayout_11->addWidget(labZoom, 1, 6, 1, 1);
130
131 sbZoom = new QSpinBox(GUI_Lyrics);
132 sbZoom->setObjectName(QString::fromUtf8("sbZoom"));
133 QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
134 sizePolicy1.setHorizontalStretch(0);
135 sizePolicy1.setVerticalStretch(0);
136 sizePolicy1.setHeightForWidth(sbZoom->sizePolicy().hasHeightForWidth());
137 sbZoom->setSizePolicy(sizePolicy1);
138 sbZoom->setSuffix(QString::fromUtf8("%"));
139 sbZoom->setMinimum(50);
140 sbZoom->setMaximum(200);
141 sbZoom->setSingleStep(10);
142 sbZoom->setValue(100);
143
144 gridLayout_11->addWidget(sbZoom, 1, 7, 1, 1);
145
146 labArtist = new QLabel(GUI_Lyrics);
147 labArtist->setObjectName(QString::fromUtf8("labArtist"));
148#if QT_CONFIG(tooltip)
149 labArtist->setToolTip(QString::fromUtf8(""));
150#endif // QT_CONFIG(tooltip)
151 labArtist->setText(QString::fromUtf8("Artist"));
152
153 gridLayout_11->addWidget(labArtist, 0, 0, 1, 1);
154
155
156 gridLayout->addLayout(gridLayout_11, 2, 0, 2, 2);
157
158 buttonBox = new QDialogButtonBox(GUI_Lyrics);
159 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
160 buttonBox->setStandardButtons(QDialogButtonBox::Close);
161
162 gridLayout->addWidget(buttonBox, 7, 0, 1, 2);
163
164 labHeader = new QLabel(GUI_Lyrics);
165 labHeader->setObjectName(QString::fromUtf8("labHeader"));
166 labHeader->setText(QString::fromUtf8(""));
167 labHeader->setTextFormat(Qt::RichText);
168 labHeader->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
169
170 gridLayout->addWidget(labHeader, 0, 0, 1, 2);
171
172 teLyrics = new QTextEdit(GUI_Lyrics);
173 teLyrics->setObjectName(QString::fromUtf8("teLyrics"));
174
175 gridLayout->addWidget(teLyrics, 1, 0, 1, 2);
176
177 horizontalLayout = new QHBoxLayout();
178 horizontalLayout->setSpacing(8);
179 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
180 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
181
182 horizontalLayout->addItem(horizontalSpacer);
183
184 btnSaveLyrics = new QPushButton(GUI_Lyrics);
185 btnSaveLyrics->setObjectName(QString::fromUtf8("btnSaveLyrics"));
186
187 horizontalLayout->addWidget(btnSaveLyrics);
188
189 btnSearch = new QPushButton(GUI_Lyrics);
190 btnSearch->setObjectName(QString::fromUtf8("btnSearch"));
191 btnSearch->setMinimumSize(QSize(80, 0));
192 btnSearch->setText(QString::fromUtf8("Search"));
193
194 horizontalLayout->addWidget(btnSearch);
195
196
197 gridLayout->addLayout(horizontalLayout, 4, 0, 1, 2);
198
199
200 retranslateUi(GUI_Lyrics);
201
202 comboServers->setCurrentIndex(-1);
203
204
205 QMetaObject::connectSlotsByName(GUI_Lyrics);
206 } // setupUi
207
208 void retranslateUi(QWidget *GUI_Lyrics)
209 {
210 btnSwitch->setText(QCoreApplication::translate("GUI_Lyrics", "switch", nullptr));
211 labZoom->setText(QCoreApplication::translate("GUI_Lyrics", "Zoom", nullptr));
212 btnSaveLyrics->setText(QCoreApplication::translate("GUI_Lyrics", "Save Lyrics", nullptr));
213 (void)GUI_Lyrics;
214 } // retranslateUi
215
216};
217
218namespace Ui {
219 class GUI_Lyrics: public Ui_GUI_Lyrics {};
220} // namespace Ui
221
222QT_END_NAMESPACE
223
224#endif // UI_GUI_LYRICS_H
The GUI_Lyrics class.
Definition: GUI_Lyrics.h:35
Definition: ComboBox.h:31
Definition: ui_GUI_Lyrics.h:219
Definition: ui_GUI_Lyrics.h:30