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  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
53  sizePolicy.setHorizontalStretch(0);
54  sizePolicy.setVerticalStretch(0);
55  sizePolicy.setHeightForWidth(btn_setLibrary->sizePolicy().hasHeightForWidth());
56  btn_setLibrary->setSizePolicy(sizePolicy);
57  btn_setLibrary->setFocusPolicy(Qt::NoFocus);
58  QIcon icon;
59  icon.addFile(QStringLiteral(":/Icons/icons/import.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
60  btn_setLibrary->setIcon(icon);
61 
62  gridLayout->addWidget(btn_setLibrary, 5, 1, 1, 1);
63 
64  label = new QLabel(GUI_EmptyLibrary);
65  label->setObjectName(QStringLiteral("label"));
66  sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
67  label->setSizePolicy(sizePolicy);
68  label->setAlignment(Qt::AlignCenter);
69 
70  gridLayout->addWidget(label, 3, 1, 1, 1);
71 
72  horizontalLayout = new QHBoxLayout();
73  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
74  header_frame = new QFrame(GUI_EmptyLibrary);
75  header_frame->setObjectName(QStringLiteral("header_frame"));
76  header_frame->setFrameShape(QFrame::StyledPanel);
77  header_frame->setFrameShadow(QFrame::Raised);
78 
79  horizontalLayout->addWidget(header_frame);
80 
81  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
82 
83  horizontalLayout->addItem(horizontalSpacer_3);
84 
85 
86  gridLayout->addLayout(horizontalLayout, 0, 0, 1, 3);
87 
88  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
89 
90  gridLayout->addItem(horizontalSpacer, 5, 0, 1, 1);
91 
92  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
93 
94  gridLayout->addItem(horizontalSpacer_2, 5, 2, 1, 1);
95 
96  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
97 
98  gridLayout->addItem(verticalSpacer_2, 7, 1, 1, 1);
99 
100  pb_progress = new QProgressBar(GUI_EmptyLibrary);
101  pb_progress->setObjectName(QStringLiteral("pb_progress"));
102  pb_progress->setValue(24);
103 
104  gridLayout->addWidget(pb_progress, 9, 1, 1, 1);
105 
106  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
107 
108  gridLayout->addItem(verticalSpacer, 2, 1, 1, 1);
109 
110  line = new QFrame(GUI_EmptyLibrary);
111  line->setObjectName(QStringLiteral("line"));
112  line->setFrameShape(QFrame::HLine);
113  line->setFrameShadow(QFrame::Sunken);
114 
115  gridLayout->addWidget(line, 1, 0, 1, 3);
116 
117  line_2 = new QFrame(GUI_EmptyLibrary);
118  line_2->setObjectName(QStringLiteral("line_2"));
119  line_2->setFrameShape(QFrame::HLine);
120  line_2->setFrameShadow(QFrame::Sunken);
121 
122  gridLayout->addWidget(line_2, 8, 0, 1, 3);
123 
124 
125  retranslateUi(GUI_EmptyLibrary);
126 
127  QMetaObject::connectSlotsByName(GUI_EmptyLibrary);
128  } // setupUi
129 
130  void retranslateUi(QWidget *GUI_EmptyLibrary)
131  {
132  btn_setLibrary->setText(QApplication::translate("GUI_EmptyLibrary", "Set library path", nullptr));
133  label->setText(QApplication::translate("GUI_EmptyLibrary", "You haven't specified a library path yet", nullptr));
134  Q_UNUSED(GUI_EmptyLibrary);
135  } // retranslateUi
136 
137 };
138 
139 namespace Ui {
141 } // namespace Ui
142 
143 QT_END_NAMESPACE
144 
145 #endif // UI_GUI_EMPTYLIBRARY_H
Definition: ui_GUI_SomaFM.h:206
Definition: ui_GUI_EmptyLibrary.h:26
Definition: ui_GUI_EmptyLibrary.h:140