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