Sayonara Player
Toggle main menu visibility
Loading...
Searching...
No Matches
src
Gui
sayonara_gui_autogen
include
Gui
Plugins
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.18
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
19
QT_BEGIN_NAMESPACE
20
21
class
Ui_GUI_PlaylistChooser
22
{
23
public
:
24
QGridLayout *gridLayout;
25
Gui::ComboBox
*comboPlaylists;
26
Gui::MenuToolButton
*btnActions;
27
28
void
setupUi(
PlayerPlugin::Base
*
GUI_PlaylistChooser
)
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::Preferred);
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
48
btnActions =
new
Gui::MenuToolButton
(
GUI_PlaylistChooser
);
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
{
65
(void)
GUI_PlaylistChooser
;
66
}
// retranslateUi
67
68
};
69
70
namespace
Ui {
71
class
GUI_PlaylistChooser
:
public
Ui_GUI_PlaylistChooser
{};
72
}
// namespace Ui
73
74
QT_END_NAMESPACE
75
76
#endif
// UI_GUI_PLAYLISTCHOOSER_H
GUI_PlaylistChooser
Definition
GUI_PlaylistChooser.h:36
Gui::ComboBox
Definition
ComboBox.h:31
Gui::MenuToolButton
Definition
MenuToolButton.h:37
PlayerPlugin::Base
Definition
PlayerPluginBase.h:40
Ui::GUI_PlaylistChooser
Definition
ui_GUI_PlaylistChooser.h:71
Ui_GUI_PlaylistChooser
Definition
ui_GUI_PlaylistChooser.h:22
Generated on
for Sayonara Player by
1.17.0