Sayonara Player
ui_GUI_PlaylistBottomBar.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_PlaylistBottomBar.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.7.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_PLAYLISTBOTTOMBAR_H
10 #define UI_GUI_PLAYLISTBOTTOMBAR_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QHeaderView>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QWidget>
21 #include "GUI/Helper/MenuTool/MenuButton.h"
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QHBoxLayout *horizontalLayout;
29  MenuButton *btn_menu;
30  QPushButton *btn_rep1;
31  QPushButton *btn_repAll;
32  QPushButton *btn_shuffle;
33  QPushButton *btn_dynamic;
34  QPushButton *btn_append;
35  QPushButton *btn_gapless;
36  QSpacerItem *horizontalSpacer;
37  QPushButton *btn_shutdown;
38 
39  void setupUi(QWidget *GUI_PlaylistBottomBar)
40  {
41  if (GUI_PlaylistBottomBar->objectName().isEmpty())
42  GUI_PlaylistBottomBar->setObjectName(QStringLiteral("GUI_PlaylistBottomBar"));
43  GUI_PlaylistBottomBar->resize(400, 28);
44  horizontalLayout = new QHBoxLayout(GUI_PlaylistBottomBar);
45  horizontalLayout->setSpacing(4);
46  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
47  horizontalLayout->setContentsMargins(0, 0, 0, 0);
48  btn_menu = new MenuButton(GUI_PlaylistBottomBar);
49  btn_menu->setObjectName(QStringLiteral("btn_menu"));
50  btn_menu->setMinimumSize(QSize(16, 16));
51  btn_menu->setMaximumSize(QSize(16, 16));
52  btn_menu->setFocusPolicy(Qt::NoFocus);
53 
54  horizontalLayout->addWidget(btn_menu);
55 
56  btn_rep1 = new QPushButton(GUI_PlaylistBottomBar);
57  btn_rep1->setObjectName(QStringLiteral("btn_rep1"));
58  btn_rep1->setMinimumSize(QSize(28, 28));
59  btn_rep1->setMaximumSize(QSize(28, 28));
60  btn_rep1->setFocusPolicy(Qt::NoFocus);
61  QIcon icon;
62  icon.addFile(QStringLiteral(":/Icons/rep_1.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
63  icon.addFile(QStringLiteral(":/Icons/rep_1_active.svg.png"), QSize(), QIcon::Active, QIcon::On);
64  btn_rep1->setIcon(icon);
65  btn_rep1->setIconSize(QSize(20, 20));
66  btn_rep1->setCheckable(true);
67 
68  horizontalLayout->addWidget(btn_rep1);
69 
70  btn_repAll = new QPushButton(GUI_PlaylistBottomBar);
71  btn_repAll->setObjectName(QStringLiteral("btn_repAll"));
72  btn_repAll->setMinimumSize(QSize(28, 28));
73  btn_repAll->setMaximumSize(QSize(28, 28));
74  btn_repAll->setFocusPolicy(Qt::NoFocus);
75  QIcon icon1;
76  icon1.addFile(QStringLiteral(":/Icons/rep_all.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
77  icon1.addFile(QStringLiteral(":/Icons/rep_all_active.svg.png"), QSize(), QIcon::Active, QIcon::On);
78  btn_repAll->setIcon(icon1);
79  btn_repAll->setIconSize(QSize(20, 20));
80  btn_repAll->setCheckable(true);
81 
82  horizontalLayout->addWidget(btn_repAll);
83 
84  btn_shuffle = new QPushButton(GUI_PlaylistBottomBar);
85  btn_shuffle->setObjectName(QStringLiteral("btn_shuffle"));
86  btn_shuffle->setMinimumSize(QSize(28, 28));
87  btn_shuffle->setMaximumSize(QSize(28, 28));
88  btn_shuffle->setFocusPolicy(Qt::NoFocus);
89  QIcon icon2;
90  icon2.addFile(QStringLiteral(":/Icons/shuffle.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
91  icon2.addFile(QStringLiteral(":/Icons/shuffle_active.svg.png"), QSize(), QIcon::Active, QIcon::On);
92  btn_shuffle->setIcon(icon2);
93  btn_shuffle->setIconSize(QSize(20, 20));
94  btn_shuffle->setCheckable(true);
95 
96  horizontalLayout->addWidget(btn_shuffle);
97 
98  btn_dynamic = new QPushButton(GUI_PlaylistBottomBar);
99  btn_dynamic->setObjectName(QStringLiteral("btn_dynamic"));
100  btn_dynamic->setMinimumSize(QSize(28, 28));
101  btn_dynamic->setMaximumSize(QSize(28, 28));
102  btn_dynamic->setFocusPolicy(Qt::NoFocus);
103  QIcon icon3;
104  icon3.addFile(QStringLiteral(":/Icons/dynamic.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
105  icon3.addFile(QStringLiteral(":/Icons/dynamic_active.svg.png"), QSize(), QIcon::Active, QIcon::On);
106  btn_dynamic->setIcon(icon3);
107  btn_dynamic->setIconSize(QSize(20, 20));
108  btn_dynamic->setCheckable(true);
109 
110  horizontalLayout->addWidget(btn_dynamic);
111 
112  btn_append = new QPushButton(GUI_PlaylistBottomBar);
113  btn_append->setObjectName(QStringLiteral("btn_append"));
114  btn_append->setMinimumSize(QSize(28, 28));
115  btn_append->setMaximumSize(QSize(28, 28));
116  btn_append->setFocusPolicy(Qt::NoFocus);
117  QIcon icon4;
118  icon4.addFile(QStringLiteral(":/Icons/append.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
119  btn_append->setIcon(icon4);
120  btn_append->setIconSize(QSize(20, 20));
121  btn_append->setCheckable(true);
122 
123  horizontalLayout->addWidget(btn_append);
124 
125  btn_gapless = new QPushButton(GUI_PlaylistBottomBar);
126  btn_gapless->setObjectName(QStringLiteral("btn_gapless"));
127  btn_gapless->setMinimumSize(QSize(28, 28));
128  btn_gapless->setMaximumSize(QSize(28, 28));
129  btn_gapless->setFocusPolicy(Qt::NoFocus);
130  QIcon icon5;
131  icon5.addFile(QStringLiteral(":/Icons/gapless.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
132  icon5.addFile(QStringLiteral(":/Icons/gapless_disabled.svg"), QSize(), QIcon::Disabled, QIcon::Off);
133  icon5.addFile(QStringLiteral(":/Icons/gapless_disabled.svg"), QSize(), QIcon::Disabled, QIcon::On);
134  icon5.addFile(QStringLiteral(":/Icons/gapless_active.svg.png"), QSize(), QIcon::Active, QIcon::On);
135  btn_gapless->setIcon(icon5);
136  btn_gapless->setIconSize(QSize(20, 20));
137  btn_gapless->setCheckable(true);
138 
139  horizontalLayout->addWidget(btn_gapless);
140 
141  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
142 
143  horizontalLayout->addItem(horizontalSpacer);
144 
145  btn_shutdown = new QPushButton(GUI_PlaylistBottomBar);
146  btn_shutdown->setObjectName(QStringLiteral("btn_shutdown"));
147  btn_shutdown->setMinimumSize(QSize(28, 28));
148  btn_shutdown->setMaximumSize(QSize(28, 28));
149  QIcon icon6;
150  icon6.addFile(QStringLiteral(":/Icons/power_on.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
151  btn_shutdown->setIcon(icon6);
152  btn_shutdown->setIconSize(QSize(22, 22));
153  btn_shutdown->setCheckable(true);
154 
155  horizontalLayout->addWidget(btn_shutdown);
156 
157 
158  retranslateUi(GUI_PlaylistBottomBar);
159 
160  QMetaObject::connectSlotsByName(GUI_PlaylistBottomBar);
161  } // setupUi
162 
163  void retranslateUi(QWidget *GUI_PlaylistBottomBar)
164  {
165  btn_menu->setText(QString());
166  btn_rep1->setText(QString());
167  btn_rep1->setShortcut(QApplication::translate("GUI_PlaylistBottomBar", "Enter", Q_NULLPTR));
168  btn_repAll->setText(QString());
169  btn_repAll->setShortcut(QApplication::translate("GUI_PlaylistBottomBar", "Enter", Q_NULLPTR));
170  btn_shuffle->setText(QString());
171  btn_shuffle->setShortcut(QApplication::translate("GUI_PlaylistBottomBar", "Enter", Q_NULLPTR));
172  btn_dynamic->setText(QString());
173  btn_dynamic->setShortcut(QApplication::translate("GUI_PlaylistBottomBar", "Enter", Q_NULLPTR));
174  btn_append->setText(QString());
175  btn_append->setShortcut(QApplication::translate("GUI_PlaylistBottomBar", "Enter", Q_NULLPTR));
176  btn_gapless->setText(QString());
177  btn_gapless->setShortcut(QApplication::translate("GUI_PlaylistBottomBar", "Enter", Q_NULLPTR));
178  btn_shutdown->setText(QString());
179  Q_UNUSED(GUI_PlaylistBottomBar);
180  } // retranslateUi
181 
182 };
183 
184 namespace Ui {
186 } // namespace Ui
187 
188 QT_END_NAMESPACE
189 
190 #endif // UI_GUI_PLAYLISTBOTTOMBAR_H
Definition: ui_GUI_SomaFM.h:216
Definition: GUI_PlaylistBottomBar.h:35
Definition: ui_GUI_PlaylistBottomBar.h:25
The MenuButton class. A button that sends a signal when clicked. This Class is meant for inheritance...
Definition: MenuButton.h:34
Definition: ui_GUI_PlaylistBottomBar.h:185