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.9.2
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/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHeaderView>
18 #include "GUI/Utils/Widgets/ComboBox.h"
19 #include "Interfaces/PlayerPlugin/PlayerPlugin.h"
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QGridLayout *gridLayout;
27  Gui::ComboBox *combo_playlists;
28 
30  {
31  if (GUI_PlaylistChooser->objectName().isEmpty())
32  GUI_PlaylistChooser->setObjectName(QStringLiteral("GUI_PlaylistChooser"));
33  GUI_PlaylistChooser->resize(284, 40);
34  gridLayout = new QGridLayout(GUI_PlaylistChooser);
35  gridLayout->setObjectName(QStringLiteral("gridLayout"));
36  gridLayout->setVerticalSpacing(5);
37  gridLayout->setContentsMargins(-1, 5, -1, 2);
38  combo_playlists = new Gui::ComboBox(GUI_PlaylistChooser);
39  combo_playlists->setObjectName(QStringLiteral("combo_playlists"));
40  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
41  sizePolicy.setHorizontalStretch(0);
42  sizePolicy.setVerticalStretch(0);
43  sizePolicy.setHeightForWidth(combo_playlists->sizePolicy().hasHeightForWidth());
44  combo_playlists->setSizePolicy(sizePolicy);
45  combo_playlists->setFocusPolicy(Qt::ClickFocus);
46 
47  gridLayout->addWidget(combo_playlists, 0, 0, 1, 1);
48 
49 
50  retranslateUi(GUI_PlaylistChooser);
51 
52  combo_playlists->setCurrentIndex(-1);
53 
54 
55  QMetaObject::connectSlotsByName(GUI_PlaylistChooser);
56  } // setupUi
57 
58  void retranslateUi(PlayerPlugin::Base *GUI_PlaylistChooser)
59  {
60  Q_UNUSED(GUI_PlaylistChooser);
61  } // retranslateUi
62 
63 };
64 
65 namespace Ui {
67 } // namespace Ui
68 
69 QT_END_NAMESPACE
70 
71 #endif // UI_GUI_PLAYLISTCHOOSER_H
Definition: ui_GUI_PlaylistChooser.h:23
Definition: PlayerPlugin.h:40
Definition: ui_GUI_PlaylistChooser.h:66
Definition: ui_GUI_SomaFM.h:208
Definition: GUI_PlaylistChooser.h:32
Definition: ComboBox.h:31