Sayonara Player
ui_GUI_EmptyLibrary.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_EmptyLibrary.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_EMPTYLIBRARY_H
10 #define UI_GUI_EMPTYLIBRARY_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QProgressBar>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QPushButton *btn_setLibrary;
31  QLabel *label;
32  QHBoxLayout *horizontalLayout;
33  QFrame *header_frame;
34  QSpacerItem *horizontalSpacer_3;
35  QSpacerItem *horizontalSpacer;
36  QSpacerItem *horizontalSpacer_2;
37  QSpacerItem *verticalSpacer_2;
38  QProgressBar *pb_progress;
39  QSpacerItem *verticalSpacer;
40  QFrame *line;
41  QFrame *line_2;
42 
43  void setupUi(QWidget *GUI_EmptyLibrary)
44  {
45  if (GUI_EmptyLibrary->objectName().isEmpty())
46  GUI_EmptyLibrary->setObjectName(QStringLiteral("GUI_EmptyLibrary"));
47  GUI_EmptyLibrary->resize(989, 652);
48  gridLayout = new QGridLayout(GUI_EmptyLibrary);
49  gridLayout->setObjectName(QStringLiteral("gridLayout"));
50  btn_setLibrary = new QPushButton(GUI_EmptyLibrary);
51  btn_setLibrary->setObjectName(QStringLiteral("btn_setLibrary"));
52  btn_setLibrary->setFocusPolicy(Qt::NoFocus);
53  QIcon icon;
54  icon.addFile(QStringLiteral(":/Icons/icons/import.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
55  btn_setLibrary->setIcon(icon);
56 
57  gridLayout->addWidget(btn_setLibrary, 5, 1, 1, 1);
58 
59  label = new QLabel(GUI_EmptyLibrary);
60  label->setObjectName(QStringLiteral("label"));
61  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
62  sizePolicy.setHorizontalStretch(0);
63  sizePolicy.setVerticalStretch(0);
64  sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
65  label->setSizePolicy(sizePolicy);
66  label->setAlignment(Qt::AlignCenter);
67 
68  gridLayout->addWidget(label, 3, 1, 1, 1);
69 
70  horizontalLayout = new QHBoxLayout();
71  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
72  header_frame = new QFrame(GUI_EmptyLibrary);
73  header_frame->setObjectName(QStringLiteral("header_frame"));
74  header_frame->setFrameShape(QFrame::StyledPanel);
75  header_frame->setFrameShadow(QFrame::Raised);
76 
77  horizontalLayout->addWidget(header_frame);
78 
79  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
80 
81  horizontalLayout->addItem(horizontalSpacer_3);
82 
83 
84  gridLayout->addLayout(horizontalLayout, 0, 0, 1, 3);
85 
86  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
87 
88  gridLayout->addItem(horizontalSpacer, 5, 0, 1, 1);
89 
90  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
91 
92  gridLayout->addItem(horizontalSpacer_2, 5, 2, 1, 1);
93 
94  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
95 
96  gridLayout->addItem(verticalSpacer_2, 7, 1, 1, 1);
97 
98  pb_progress = new QProgressBar(GUI_EmptyLibrary);
99  pb_progress->setObjectName(QStringLiteral("pb_progress"));
100  pb_progress->setValue(24);
101 
102  gridLayout->addWidget(pb_progress, 9, 1, 1, 1);
103 
104  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
105 
106  gridLayout->addItem(verticalSpacer, 2, 1, 1, 1);
107 
108  line = new QFrame(GUI_EmptyLibrary);
109  line->setObjectName(QStringLiteral("line"));
110  line->setFrameShape(QFrame::HLine);
111  line->setFrameShadow(QFrame::Sunken);
112 
113  gridLayout->addWidget(line, 1, 0, 1, 3);
114 
115  line_2 = new QFrame(GUI_EmptyLibrary);
116  line_2->setObjectName(QStringLiteral("line_2"));
117  line_2->setFrameShape(QFrame::HLine);
118  line_2->setFrameShadow(QFrame::Sunken);
119 
120  gridLayout->addWidget(line_2, 8, 0, 1, 3);
121 
122 
123  retranslateUi(GUI_EmptyLibrary);
124 
125  QMetaObject::connectSlotsByName(GUI_EmptyLibrary);
126  } // setupUi
127 
128  void retranslateUi(QWidget *GUI_EmptyLibrary)
129  {
130  btn_setLibrary->setText(QApplication::translate("GUI_EmptyLibrary", "Set library path", nullptr));
131  label->setText(QApplication::translate("GUI_EmptyLibrary", "You haven't specified a library path yet", nullptr));
132  Q_UNUSED(GUI_EmptyLibrary);
133  } // retranslateUi
134 
135 };
136 
137 namespace Ui {
139 } // namespace Ui
140 
141 QT_END_NAMESPACE
142 
143 #endif // UI_GUI_EMPTYLIBRARY_H
Definition: ui_GUI_SomaFM.h:207
Definition: ui_GUI_EmptyLibrary.h:26
Definition: ui_GUI_EmptyLibrary.h:138