Sayonara Player
ui_GUI_Playlist.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_Playlist.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_PLAYLIST_H
10 #define UI_GUI_PLAYLIST_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QWidget>
20 #include "Gui/Playlist/BottomBar.h"
21 #include "Gui/Playlist/TabWidget.h"
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  GUI_PlaylistBottomBar *bottom_bar;
30  QHBoxLayout *horizontalLayout;
31  QLabel *lab_totalTime;
32  QPushButton *btn_clear;
33  PlaylistTabWidget *tw_playlists;
34  QWidget *tab_pl1;
35  QGridLayout *gridLayout_2;
36 
37  void setupUi(QWidget *Playlist_Window)
38  {
39  if (Playlist_Window->objectName().isEmpty())
40  Playlist_Window->setObjectName(QStringLiteral("Playlist_Window"));
41  Playlist_Window->setWindowModality(Qt::NonModal);
42  Playlist_Window->resize(392, 459);
43  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
44  sizePolicy.setHorizontalStretch(0);
45  sizePolicy.setVerticalStretch(0);
46  sizePolicy.setHeightForWidth(Playlist_Window->sizePolicy().hasHeightForWidth());
47  Playlist_Window->setSizePolicy(sizePolicy);
48  Playlist_Window->setMinimumSize(QSize(0, 0));
49  Playlist_Window->setMaximumSize(QSize(16516, 16777215));
50  QFont font;
51  font.setPointSize(8);
52  Playlist_Window->setFont(font);
53  gridLayout = new QGridLayout(Playlist_Window);
54  gridLayout->setObjectName(QStringLiteral("gridLayout"));
55  gridLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
56  gridLayout->setHorizontalSpacing(0);
57  gridLayout->setVerticalSpacing(4);
58  gridLayout->setContentsMargins(0, 3, 0, 0);
59  bottom_bar = new GUI_PlaylistBottomBar(Playlist_Window);
60  bottom_bar->setObjectName(QStringLiteral("bottom_bar"));
61  QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Maximum);
62  sizePolicy1.setHorizontalStretch(0);
63  sizePolicy1.setVerticalStretch(0);
64  sizePolicy1.setHeightForWidth(bottom_bar->sizePolicy().hasHeightForWidth());
65  bottom_bar->setSizePolicy(sizePolicy1);
66 
67  gridLayout->addWidget(bottom_bar, 4, 0, 1, 1);
68 
69  horizontalLayout = new QHBoxLayout();
70  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
71  lab_totalTime = new QLabel(Playlist_Window);
72  lab_totalTime->setObjectName(QStringLiteral("lab_totalTime"));
73  QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
74  sizePolicy2.setHorizontalStretch(0);
75  sizePolicy2.setVerticalStretch(0);
76  sizePolicy2.setHeightForWidth(lab_totalTime->sizePolicy().hasHeightForWidth());
77  lab_totalTime->setSizePolicy(sizePolicy2);
78  QFont font1;
79  font1.setBold(true);
80  font1.setWeight(75);
81  lab_totalTime->setFont(font1);
82  lab_totalTime->setFocusPolicy(Qt::NoFocus);
83  lab_totalTime->setText(QStringLiteral("0m 0s"));
84  lab_totalTime->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
85 
86  horizontalLayout->addWidget(lab_totalTime);
87 
88  btn_clear = new QPushButton(Playlist_Window);
89  btn_clear->setObjectName(QStringLiteral("btn_clear"));
90  QIcon icon;
91  icon.addFile(QStringLiteral(":/Icons/broom.png"), QSize(), QIcon::Normal, QIcon::Off);
92  btn_clear->setIcon(icon);
93  btn_clear->setFlat(true);
94 
95  horizontalLayout->addWidget(btn_clear);
96 
97 
98  gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);
99 
100  tw_playlists = new PlaylistTabWidget(Playlist_Window);
101  tw_playlists->setObjectName(QStringLiteral("tw_playlists"));
102  tw_playlists->setFocusPolicy(Qt::NoFocus);
103  tw_playlists->setTabShape(QTabWidget::Rounded);
104  tw_playlists->setTabsClosable(true);
105  tab_pl1 = new QWidget();
106  tab_pl1->setObjectName(QStringLiteral("tab_pl1"));
107  gridLayout_2 = new QGridLayout(tab_pl1);
108  gridLayout_2->setSpacing(0);
109  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
110  tw_playlists->addTab(tab_pl1, QString());
111  tw_playlists->setTabText(tw_playlists->indexOf(tab_pl1), QStringLiteral("+"));
112 
113  gridLayout->addWidget(tw_playlists, 1, 0, 1, 2);
114 
115 
116  retranslateUi(Playlist_Window);
117 
118  QMetaObject::connectSlotsByName(Playlist_Window);
119  } // setupUi
120 
121  void retranslateUi(QWidget *Playlist_Window)
122  {
123 #ifndef QT_NO_TOOLTIP
124  Playlist_Window->setToolTip(QString());
125 #endif // QT_NO_TOOLTIP
126  btn_clear->setText(QString());
127  } // retranslateUi
128 
129 };
130 
131 namespace Ui {
133 } // namespace Ui
134 
135 QT_END_NAMESPACE
136 
137 #endif // UI_GUI_PLAYLIST_H
Definition: ui_GUI_Playlist.h:132
Definition: ui_GUI_SomaFM.h:207
Definition: BottomBar.h:34
Definition: TabWidget.h:29
Definition: ui_GUI_Playlist.h:25