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.12.5
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/QApplication>
14 #include <QtWidgets/QFrame>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QLineEdit>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QVBoxLayout *verticalLayout;
30  QWidget *EmptyLibraryCentralWidget;
31  QGridLayout *gridLayout_2;
32  QFrame *line_3;
33  QLineEdit *le_name;
34  QSpacerItem *verticalSpacer_2;
35  QPushButton *btn_choose_dir;
36  QLineEdit *le_path;
37  QPushButton *btn_ok;
38  QLabel *lab_name;
39  QLabel *lab_path;
40  QFrame *line;
41  QSpacerItem *verticalSpacer;
42  QLabel *lab_title;
43  QSpacerItem *horizontalSpacer_2;
44  QLabel *lab_error;
45  QSpacerItem *horizontalSpacer;
46  QFrame *header_frame;
47 
48  void setupUi(QWidget *GUI_EmptyLibrary)
49  {
50  if (GUI_EmptyLibrary->objectName().isEmpty())
51  GUI_EmptyLibrary->setObjectName(QString::fromUtf8("GUI_EmptyLibrary"));
52  GUI_EmptyLibrary->resize(989, 652);
53  gridLayout = new QGridLayout(GUI_EmptyLibrary);
54  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
55  gridLayout->setVerticalSpacing(7);
56  gridLayout->setContentsMargins(0, 0, 0, 0);
57  verticalLayout = new QVBoxLayout();
58  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
59  EmptyLibraryCentralWidget = new QWidget(GUI_EmptyLibrary);
60  EmptyLibraryCentralWidget->setObjectName(QString::fromUtf8("EmptyLibraryCentralWidget"));
61  gridLayout_2 = new QGridLayout(EmptyLibraryCentralWidget);
62  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
63  line_3 = new QFrame(EmptyLibraryCentralWidget);
64  line_3->setObjectName(QString::fromUtf8("line_3"));
65  line_3->setFrameShape(QFrame::HLine);
66  line_3->setFrameShadow(QFrame::Sunken);
67 
68  gridLayout_2->addWidget(line_3, 5, 1, 1, 3);
69 
70  le_name = new QLineEdit(EmptyLibraryCentralWidget);
71  le_name->setObjectName(QString::fromUtf8("le_name"));
72 
73  gridLayout_2->addWidget(le_name, 4, 2, 1, 2);
74 
75  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
76 
77  gridLayout_2->addItem(verticalSpacer_2, 8, 1, 1, 1);
78 
79  btn_choose_dir = new QPushButton(EmptyLibraryCentralWidget);
80  btn_choose_dir->setObjectName(QString::fromUtf8("btn_choose_dir"));
81  btn_choose_dir->setText(QString::fromUtf8("\342\211\241"));
82 
83  gridLayout_2->addWidget(btn_choose_dir, 3, 3, 1, 1);
84 
85  le_path = new QLineEdit(EmptyLibraryCentralWidget);
86  le_path->setObjectName(QString::fromUtf8("le_path"));
87  le_path->setFocusPolicy(Qt::ClickFocus);
88  le_path->setReadOnly(true);
89 
90  gridLayout_2->addWidget(le_path, 3, 2, 1, 1);
91 
92  btn_ok = new QPushButton(EmptyLibraryCentralWidget);
93  btn_ok->setObjectName(QString::fromUtf8("btn_ok"));
94  btn_ok->setText(QString::fromUtf8("Ok"));
95 
96  gridLayout_2->addWidget(btn_ok, 7, 1, 1, 3);
97 
98  lab_name = new QLabel(EmptyLibraryCentralWidget);
99  lab_name->setObjectName(QString::fromUtf8("lab_name"));
100  lab_name->setText(QString::fromUtf8("Name"));
101 
102  gridLayout_2->addWidget(lab_name, 4, 1, 1, 1);
103 
104  lab_path = new QLabel(EmptyLibraryCentralWidget);
105  lab_path->setObjectName(QString::fromUtf8("lab_path"));
106  lab_path->setText(QString::fromUtf8("Path"));
107 
108  gridLayout_2->addWidget(lab_path, 3, 1, 1, 1);
109 
110  line = new QFrame(EmptyLibraryCentralWidget);
111  line->setObjectName(QString::fromUtf8("line"));
112  line->setFrameShape(QFrame::HLine);
113  line->setFrameShadow(QFrame::Sunken);
114 
115  gridLayout_2->addWidget(line, 2, 1, 1, 3);
116 
117  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
118 
119  gridLayout_2->addItem(verticalSpacer, 0, 1, 1, 1);
120 
121  lab_title = new QLabel(EmptyLibraryCentralWidget);
122  lab_title->setObjectName(QString::fromUtf8("lab_title"));
123  QFont font;
124  font.setBold(true);
125  font.setWeight(75);
126  lab_title->setFont(font);
127  lab_title->setText(QString::fromUtf8("Create new library"));
128 
129  gridLayout_2->addWidget(lab_title, 1, 1, 1, 3);
130 
131  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
132 
133  gridLayout_2->addItem(horizontalSpacer_2, 3, 4, 1, 1);
134 
135  lab_error = new QLabel(EmptyLibraryCentralWidget);
136  lab_error->setObjectName(QString::fromUtf8("lab_error"));
137  lab_error->setText(QString::fromUtf8("Error"));
138  lab_error->setWordWrap(true);
139 
140  gridLayout_2->addWidget(lab_error, 6, 1, 1, 3);
141 
142  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
143 
144  gridLayout_2->addItem(horizontalSpacer, 3, 0, 1, 1);
145 
146 
147  verticalLayout->addWidget(EmptyLibraryCentralWidget);
148 
149 
150  gridLayout->addLayout(verticalLayout, 1, 0, 1, 1);
151 
152  header_frame = new QFrame(GUI_EmptyLibrary);
153  header_frame->setObjectName(QString::fromUtf8("header_frame"));
154  header_frame->setMinimumSize(QSize(0, 10));
155  header_frame->setFrameShape(QFrame::StyledPanel);
156  header_frame->setFrameShadow(QFrame::Raised);
157 
158  gridLayout->addWidget(header_frame, 0, 0, 1, 1);
159 
160  QWidget::setTabOrder(btn_choose_dir, le_name);
161  QWidget::setTabOrder(le_name, btn_ok);
162  QWidget::setTabOrder(btn_ok, le_path);
163 
164  retranslateUi(GUI_EmptyLibrary);
165 
166  QMetaObject::connectSlotsByName(GUI_EmptyLibrary);
167  } // setupUi
168 
169  void retranslateUi(QWidget *GUI_EmptyLibrary)
170  {
171  Q_UNUSED(GUI_EmptyLibrary);
172  } // retranslateUi
173 
174 };
175 
176 namespace Ui {
177  class GUI_EmptyLibrary: public Ui_GUI_EmptyLibrary {};
178 } // namespace Ui
179 
180 QT_END_NAMESPACE
181 
182 #endif // UI_GUI_EMPTYLIBRARY_H
Ui::GUI_EmptyLibrary
Definition: ui_GUI_EmptyLibrary.h:176
Ui_GUI_EmptyLibrary
Definition: ui_GUI_EmptyLibrary.h:24