Sayonara Player
ui_GUI_SoundcloudArtistSearch.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_SoundcloudArtistSearch.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_SOUNDCLOUDARTISTSEARCH_H
10 #define UI_GUI_SOUNDCLOUDARTISTSEARCH_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/QListWidget>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QFrame *line;
31  QListWidget *lwTracks;
32  QLabel *labPlaylistCount;
33  QLabel *labTrackCount;
34  QListWidget *lwArtists;
35  QListWidget *lwPlaylists;
36  QLabel *labArtistCount;
37  QHBoxLayout *horizontalLayout_2;
38  QLabel *label;
39  QSpacerItem *horizontalSpacer;
40  QLineEdit *leSearch;
41  QPushButton *btnSearch;
42  QPushButton *btnClear;
43  QHBoxLayout *horizontalLayout;
44  QLabel *labStatus;
45  QSpacerItem *horizontalSpacer_2;
46  QPushButton *btnCancel;
47  QPushButton *btnAdd;
48 
49  void setupUi(QDialog *GUI_SoundcloudArtistSearch)
50  {
51  if (GUI_SoundcloudArtistSearch->objectName().isEmpty())
52  GUI_SoundcloudArtistSearch->setObjectName(QString::fromUtf8("GUI_SoundcloudArtistSearch"));
53  GUI_SoundcloudArtistSearch->resize(590, 474);
54  gridLayout = new QGridLayout(GUI_SoundcloudArtistSearch);
55  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
56  line = new QFrame(GUI_SoundcloudArtistSearch);
57  line->setObjectName(QString::fromUtf8("line"));
58  line->setFrameShape(QFrame::HLine);
59  line->setFrameShadow(QFrame::Sunken);
60 
61  gridLayout->addWidget(line, 5, 0, 1, 3);
62 
63  lwTracks = new QListWidget(GUI_SoundcloudArtistSearch);
64  lwTracks->setObjectName(QString::fromUtf8("lwTracks"));
65  lwTracks->setSelectionMode(QAbstractItemView::NoSelection);
66 
67  gridLayout->addWidget(lwTracks, 2, 2, 1, 1);
68 
69  labPlaylistCount = new QLabel(GUI_SoundcloudArtistSearch);
70  labPlaylistCount->setObjectName(QString::fromUtf8("labPlaylistCount"));
71 
72  gridLayout->addWidget(labPlaylistCount, 4, 1, 1, 1);
73 
74  labTrackCount = new QLabel(GUI_SoundcloudArtistSearch);
75  labTrackCount->setObjectName(QString::fromUtf8("labTrackCount"));
76 
77  gridLayout->addWidget(labTrackCount, 4, 2, 1, 1);
78 
79  lwArtists = new QListWidget(GUI_SoundcloudArtistSearch);
80  lwArtists->setObjectName(QString::fromUtf8("lwArtists"));
81 
82  gridLayout->addWidget(lwArtists, 2, 0, 1, 1);
83 
84  lwPlaylists = new QListWidget(GUI_SoundcloudArtistSearch);
85  lwPlaylists->setObjectName(QString::fromUtf8("lwPlaylists"));
86  lwPlaylists->setSelectionMode(QAbstractItemView::NoSelection);
87 
88  gridLayout->addWidget(lwPlaylists, 2, 1, 1, 1);
89 
90  labArtistCount = new QLabel(GUI_SoundcloudArtistSearch);
91  labArtistCount->setObjectName(QString::fromUtf8("labArtistCount"));
92 
93  gridLayout->addWidget(labArtistCount, 4, 0, 1, 1);
94 
95  horizontalLayout_2 = new QHBoxLayout();
96  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
97  label = new QLabel(GUI_SoundcloudArtistSearch);
98  label->setObjectName(QString::fromUtf8("label"));
99  QFont font;
100  font.setBold(true);
101  font.setWeight(75);
102  label->setFont(font);
103 
104  horizontalLayout_2->addWidget(label);
105 
106  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
107 
108  horizontalLayout_2->addItem(horizontalSpacer);
109 
110  leSearch = new QLineEdit(GUI_SoundcloudArtistSearch);
111  leSearch->setObjectName(QString::fromUtf8("leSearch"));
112 
113  horizontalLayout_2->addWidget(leSearch);
114 
115  btnSearch = new QPushButton(GUI_SoundcloudArtistSearch);
116  btnSearch->setObjectName(QString::fromUtf8("btnSearch"));
117 
118  horizontalLayout_2->addWidget(btnSearch);
119 
120  btnClear = new QPushButton(GUI_SoundcloudArtistSearch);
121  btnClear->setObjectName(QString::fromUtf8("btnClear"));
122 
123  horizontalLayout_2->addWidget(btnClear);
124 
125 
126  gridLayout->addLayout(horizontalLayout_2, 0, 0, 1, 3);
127 
128  horizontalLayout = new QHBoxLayout();
129  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
130  labStatus = new QLabel(GUI_SoundcloudArtistSearch);
131  labStatus->setObjectName(QString::fromUtf8("labStatus"));
132  labStatus->setText(QString::fromUtf8("Status"));
133 
134  horizontalLayout->addWidget(labStatus);
135 
136  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
137 
138  horizontalLayout->addItem(horizontalSpacer_2);
139 
140  btnCancel = new QPushButton(GUI_SoundcloudArtistSearch);
141  btnCancel->setObjectName(QString::fromUtf8("btnCancel"));
142  btnCancel->setText(QString::fromUtf8("Cancel"));
143 
144  horizontalLayout->addWidget(btnCancel);
145 
146  btnAdd = new QPushButton(GUI_SoundcloudArtistSearch);
147  btnAdd->setObjectName(QString::fromUtf8("btnAdd"));
148  btnAdd->setText(QString::fromUtf8("Add"));
149 
150  horizontalLayout->addWidget(btnAdd);
151 
152 
153  gridLayout->addLayout(horizontalLayout, 7, 0, 1, 3);
154 
155  QWidget::setTabOrder(leSearch, btnSearch);
156  QWidget::setTabOrder(btnSearch, btnClear);
157  QWidget::setTabOrder(btnClear, lwArtists);
158  QWidget::setTabOrder(lwArtists, lwPlaylists);
159  QWidget::setTabOrder(lwPlaylists, lwTracks);
160 
161  retranslateUi(GUI_SoundcloudArtistSearch);
162 
163  QMetaObject::connectSlotsByName(GUI_SoundcloudArtistSearch);
164  } // setupUi
165 
166  void retranslateUi(QDialog *GUI_SoundcloudArtistSearch)
167  {
168  GUI_SoundcloudArtistSearch->setWindowTitle(QCoreApplication::translate("GUI_SoundcloudArtistSearch", "Search Soundcloud", nullptr));
169  labPlaylistCount->setText(QString());
170  labTrackCount->setText(QString());
171  labArtistCount->setText(QString());
172  label->setText(QCoreApplication::translate("GUI_SoundcloudArtistSearch", "Search artist", nullptr));
173  btnSearch->setText(QString());
174  btnClear->setText(QString());
175  } // retranslateUi
176 
177 };
178 
179 namespace Ui {
181 } // namespace Ui
182 
183 QT_END_NAMESPACE
184 
185 #endif // UI_GUI_SOUNDCLOUDARTISTSEARCH_H
Ui::GUI_SoundcloudArtistSearch
Definition: ui_GUI_SoundcloudArtistSearch.h:180
Ui_GUI_SoundcloudArtistSearch
Definition: ui_GUI_SoundcloudArtistSearch.h:27