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