Sayonara Player
ui_GUI_LibraryInfoBox.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_LibraryInfoBox.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_LIBRARYINFOBOX_H
10 #define UI_GUI_LIBRARYINFOBOX_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QLabel *lab_artist_count;
31  QLabel *lab_artists;
32  QLabel *lab_tracks;
33  QLabel *lab_album_count;
34  QLabel *lab_track_count;
35  QLabel *lab_duration_value;
36  QLabel *lab_duration;
37  QLabel *lab_filesize;
38  QLabel *label;
39  QHBoxLayout *horizontalLayout;
40  QSpacerItem *horizontalSpacer;
41  QPushButton *btn_cancel;
42  QLabel *lab_albums;
43  QLabel *lab_icon;
44 
45  void setupUi(QDialog *GUI_LibraryInfoBox)
46  {
47  if (GUI_LibraryInfoBox->objectName().isEmpty())
48  GUI_LibraryInfoBox->setObjectName(QStringLiteral("GUI_LibraryInfoBox"));
49  GUI_LibraryInfoBox->resize(437, 183);
50  gridLayout = new QGridLayout(GUI_LibraryInfoBox);
51  gridLayout->setObjectName(QStringLiteral("gridLayout"));
52  lab_artist_count = new QLabel(GUI_LibraryInfoBox);
53  lab_artist_count->setObjectName(QStringLiteral("lab_artist_count"));
54 
55  gridLayout->addWidget(lab_artist_count, 1, 3, 1, 1);
56 
57  lab_artists = new QLabel(GUI_LibraryInfoBox);
58  lab_artists->setObjectName(QStringLiteral("lab_artists"));
59  QFont font;
60  font.setBold(true);
61  font.setWeight(75);
62  lab_artists->setFont(font);
63 
64  gridLayout->addWidget(lab_artists, 1, 2, 1, 1);
65 
66  lab_tracks = new QLabel(GUI_LibraryInfoBox);
67  lab_tracks->setObjectName(QStringLiteral("lab_tracks"));
68  lab_tracks->setFont(font);
69 
70  gridLayout->addWidget(lab_tracks, 0, 2, 1, 1);
71 
72  lab_album_count = new QLabel(GUI_LibraryInfoBox);
73  lab_album_count->setObjectName(QStringLiteral("lab_album_count"));
74 
75  gridLayout->addWidget(lab_album_count, 2, 3, 1, 1);
76 
77  lab_track_count = new QLabel(GUI_LibraryInfoBox);
78  lab_track_count->setObjectName(QStringLiteral("lab_track_count"));
79 
80  gridLayout->addWidget(lab_track_count, 0, 3, 1, 1);
81 
82  lab_duration_value = new QLabel(GUI_LibraryInfoBox);
83  lab_duration_value->setObjectName(QStringLiteral("lab_duration_value"));
84 
85  gridLayout->addWidget(lab_duration_value, 3, 3, 1, 1);
86 
87  lab_duration = new QLabel(GUI_LibraryInfoBox);
88  lab_duration->setObjectName(QStringLiteral("lab_duration"));
89  lab_duration->setFont(font);
90 
91  gridLayout->addWidget(lab_duration, 3, 2, 1, 1);
92 
93  lab_filesize = new QLabel(GUI_LibraryInfoBox);
94  lab_filesize->setObjectName(QStringLiteral("lab_filesize"));
95 
96  gridLayout->addWidget(lab_filesize, 4, 3, 1, 1);
97 
98  label = new QLabel(GUI_LibraryInfoBox);
99  label->setObjectName(QStringLiteral("label"));
100  label->setFont(font);
101 
102  gridLayout->addWidget(label, 4, 2, 1, 1);
103 
104  horizontalLayout = new QHBoxLayout();
105  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
106  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
107 
108  horizontalLayout->addItem(horizontalSpacer);
109 
110  btn_cancel = new QPushButton(GUI_LibraryInfoBox);
111  btn_cancel->setObjectName(QStringLiteral("btn_cancel"));
112  btn_cancel->setMaximumSize(QSize(5465, 16777215));
113  btn_cancel->setFocusPolicy(Qt::ClickFocus);
114  btn_cancel->setLayoutDirection(Qt::RightToLeft);
115 
116  horizontalLayout->addWidget(btn_cancel);
117 
118 
119  gridLayout->addLayout(horizontalLayout, 6, 3, 1, 1);
120 
121  lab_albums = new QLabel(GUI_LibraryInfoBox);
122  lab_albums->setObjectName(QStringLiteral("lab_albums"));
123  lab_albums->setFont(font);
124 
125  gridLayout->addWidget(lab_albums, 2, 2, 1, 1);
126 
127  lab_icon = new QLabel(GUI_LibraryInfoBox);
128  lab_icon->setObjectName(QStringLiteral("lab_icon"));
129  lab_icon->setMinimumSize(QSize(100, 0));
130  lab_icon->setMaximumSize(QSize(100, 200));
131  lab_icon->setSizeIncrement(QSize(100, 0));
132  lab_icon->setPixmap(QPixmap(QString::fromUtf8(":/Icons/info.svg.png")));
133  lab_icon->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
134 
135  gridLayout->addWidget(lab_icon, 0, 1, 5, 1);
136 
137 
138  retranslateUi(GUI_LibraryInfoBox);
139  QObject::connect(btn_cancel, SIGNAL(clicked()), GUI_LibraryInfoBox, SLOT(close()));
140 
141  QMetaObject::connectSlotsByName(GUI_LibraryInfoBox);
142  } // setupUi
143 
144  void retranslateUi(QDialog *GUI_LibraryInfoBox)
145  {
146  GUI_LibraryInfoBox->setWindowTitle(QApplication::translate("GUI_LibraryInfoBox", "Info", Q_NULLPTR));
147  lab_artist_count->setText(QString());
148  lab_artists->setText(QApplication::translate("GUI_LibraryInfoBox", "Artists", Q_NULLPTR));
149  lab_tracks->setText(QApplication::translate("GUI_LibraryInfoBox", "Tracks", Q_NULLPTR));
150  lab_album_count->setText(QString());
151  lab_track_count->setText(QString());
152  lab_duration_value->setText(QString());
153  lab_duration->setText(QApplication::translate("GUI_LibraryInfoBox", "Duration", Q_NULLPTR));
154  lab_filesize->setText(QString());
155  label->setText(QApplication::translate("GUI_LibraryInfoBox", "Filesize", Q_NULLPTR));
156  btn_cancel->setText(QApplication::translate("GUI_LibraryInfoBox", "Close", Q_NULLPTR));
157  lab_albums->setText(QApplication::translate("GUI_LibraryInfoBox", "Albums", Q_NULLPTR));
158  lab_icon->setText(QString());
159  } // retranslateUi
160 
161 };
162 
163 namespace Ui {
165 } // namespace Ui
166 
167 QT_END_NAMESPACE
168 
169 #endif // UI_GUI_LIBRARYINFOBOX_H
Definition: ui_GUI_SomaFM.h:217
Definition: ui_GUI_LibraryInfoBox.h:26
Definition: ui_GUI_LibraryInfoBox.h:164
Definition: GUI_LibraryInfoBox.h:33