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.15.5
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 <Gui/Utils/MenuTool/MenuToolButton.h>
13#include <QtCore/QVariant>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QGridLayout>
16#include "Gui/Plugins/PlayerPluginBase.h"
17#include "Gui/Utils/Widgets/ComboBox.h"
18
19QT_BEGIN_NAMESPACE
20
22{
23public:
24 QGridLayout *gridLayout;
25 Gui::ComboBox *comboPlaylists;
26 Gui::MenuToolButton *btnActions;
27
29 {
30 if (GUI_PlaylistChooser->objectName().isEmpty())
31 GUI_PlaylistChooser->setObjectName(QString::fromUtf8("GUI_PlaylistChooser"));
32 GUI_PlaylistChooser->resize(284, 40);
33 gridLayout = new QGridLayout(GUI_PlaylistChooser);
34 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
35 gridLayout->setVerticalSpacing(5);
36 gridLayout->setContentsMargins(-1, 5, -1, 2);
37 comboPlaylists = new Gui::ComboBox(GUI_PlaylistChooser);
38 comboPlaylists->setObjectName(QString::fromUtf8("comboPlaylists"));
39 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
40 sizePolicy.setHorizontalStretch(0);
41 sizePolicy.setVerticalStretch(0);
42 sizePolicy.setHeightForWidth(comboPlaylists->sizePolicy().hasHeightForWidth());
43 comboPlaylists->setSizePolicy(sizePolicy);
44 comboPlaylists->setFocusPolicy(Qt::StrongFocus);
45
46 gridLayout->addWidget(comboPlaylists, 0, 0, 1, 1);
47
49 btnActions->setObjectName(QString::fromUtf8("btnActions"));
50 btnActions->setText(QString::fromUtf8("Menu"));
51
52 gridLayout->addWidget(btnActions, 0, 1, 1, 1);
53
54
55 retranslateUi(GUI_PlaylistChooser);
56
57 comboPlaylists->setCurrentIndex(-1);
58
59
60 QMetaObject::connectSlotsByName(GUI_PlaylistChooser);
61 } // setupUi
62
63 void retranslateUi(PlayerPlugin::Base *GUI_PlaylistChooser)
64 {
66 } // retranslateUi
67
68};
69
70namespace Ui {
72} // namespace Ui
73
74QT_END_NAMESPACE
75
76#endif // UI_GUI_PLAYLISTCHOOSER_H
Definition: GUI_PlaylistChooser.h:36
Definition: ComboBox.h:31
This is the little button you often see near comboboxes It opens up a menu when clicked....
Definition: MenuToolButton.h:42
Definition: PlayerPluginBase.h:40
Definition: ui_GUI_PlaylistChooser.h:71
Definition: ui_GUI_PlaylistChooser.h:22