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