Sayonara Player
ui_GUI_PlaylistChooser.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_PlaylistChooser.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.11.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_PLAYLISTCHOOSER_H
10 #define UI_GUI_PLAYLISTCHOOSER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QGridLayout>
15 #include "GUI/Utils/Widgets/ComboBox.h"
16 #include "Interfaces/PlayerPlugin/PlayerPlugin.h"
17 
18 QT_BEGIN_NAMESPACE
19 
21 {
22 public:
23  QGridLayout *gridLayout;
24  Gui::ComboBox *combo_playlists;
25 
27  {
28  if (GUI_PlaylistChooser->objectName().isEmpty())
29  GUI_PlaylistChooser->setObjectName(QStringLiteral("GUI_PlaylistChooser"));
30  GUI_PlaylistChooser->resize(284, 40);
31  gridLayout = new QGridLayout(GUI_PlaylistChooser);
32  gridLayout->setObjectName(QStringLiteral("gridLayout"));
33  gridLayout->setVerticalSpacing(5);
34  gridLayout->setContentsMargins(-1, 5, -1, 2);
35  combo_playlists = new Gui::ComboBox(GUI_PlaylistChooser);
36  combo_playlists->setObjectName(QStringLiteral("combo_playlists"));
37  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
38  sizePolicy.setHorizontalStretch(0);
39  sizePolicy.setVerticalStretch(0);
40  sizePolicy.setHeightForWidth(combo_playlists->sizePolicy().hasHeightForWidth());
41  combo_playlists->setSizePolicy(sizePolicy);
42  combo_playlists->setFocusPolicy(Qt::ClickFocus);
43 
44  gridLayout->addWidget(combo_playlists, 0, 0, 1, 1);
45 
46 
47  retranslateUi(GUI_PlaylistChooser);
48 
49  combo_playlists->setCurrentIndex(-1);
50 
51 
52  QMetaObject::connectSlotsByName(GUI_PlaylistChooser);
53  } // setupUi
54 
55  void retranslateUi(PlayerPlugin::Base *GUI_PlaylistChooser)
56  {
57  Q_UNUSED(GUI_PlaylistChooser);
58  } // retranslateUi
59 
60 };
61 
62 namespace Ui {
64 } // namespace Ui
65 
66 QT_END_NAMESPACE
67 
68 #endif // UI_GUI_PLAYLISTCHOOSER_H
Definition: ui_GUI_PlaylistChooser.h:20
Definition: PlayerPlugin.h:40
Definition: ui_GUI_PlaylistChooser.h:63
Definition: ui_GUI_SomaFM.h:206
Definition: GUI_PlaylistChooser.h:32
Definition: ComboBox.h:31