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.14.2
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 *leName;
34  QSpacerItem *verticalSpacer_2;
35  QPushButton *btnChooseDir;
36  QLineEdit *lePath;
37  QPushButton *btnOk;
38  QLabel *labName;
39  QLabel *labPath;
40  QFrame *line;
41  QSpacerItem *verticalSpacer;
42  QLabel *labTitle;
43  QSpacerItem *horizontalSpacer_2;
44  QLabel *labError;
45  QSpacerItem *horizontalSpacer;
46  QFrame *headerFrame;
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  leName = new QLineEdit(EmptyLibraryCentralWidget);
71  leName->setObjectName(QString::fromUtf8("leName"));
72 
73  gridLayout_2->addWidget(leName, 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  btnChooseDir = new QPushButton(EmptyLibraryCentralWidget);
80  btnChooseDir->setObjectName(QString::fromUtf8("btnChooseDir"));
81  btnChooseDir->setText(QString::fromUtf8("\342\211\241"));
82 
83  gridLayout_2->addWidget(btnChooseDir, 3, 3, 1, 1);
84 
85  lePath = new QLineEdit(EmptyLibraryCentralWidget);
86  lePath->setObjectName(QString::fromUtf8("lePath"));
87  lePath->setFocusPolicy(Qt::ClickFocus);
88  lePath->setReadOnly(true);
89 
90  gridLayout_2->addWidget(lePath, 3, 2, 1, 1);
91 
92  btnOk = new QPushButton(EmptyLibraryCentralWidget);
93  btnOk->setObjectName(QString::fromUtf8("btnOk"));
94  btnOk->setText(QString::fromUtf8("Ok"));
95 
96  gridLayout_2->addWidget(btnOk, 7, 1, 1, 3);
97 
98  labName = new QLabel(EmptyLibraryCentralWidget);
99  labName->setObjectName(QString::fromUtf8("labName"));
100  labName->setText(QString::fromUtf8("Name"));
101 
102  gridLayout_2->addWidget(labName, 4, 1, 1, 1);
103 
104  labPath = new QLabel(EmptyLibraryCentralWidget);
105  labPath->setObjectName(QString::fromUtf8("labPath"));
106  labPath->setText(QString::fromUtf8("Path"));
107 
108  gridLayout_2->addWidget(labPath, 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  labTitle = new QLabel(EmptyLibraryCentralWidget);
122  labTitle->setObjectName(QString::fromUtf8("labTitle"));
123  QFont font;
124  font.setBold(true);
125  font.setWeight(75);
126  labTitle->setFont(font);
127  labTitle->setText(QString::fromUtf8("Create new library"));
128 
129  gridLayout_2->addWidget(labTitle, 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  labError = new QLabel(EmptyLibraryCentralWidget);
136  labError->setObjectName(QString::fromUtf8("labError"));
137  labError->setText(QString::fromUtf8("Error"));
138  labError->setTextFormat(Qt::RichText);
139  labError->setWordWrap(false);
140  labError->setMargin(10);
141  labError->setIndent(0);
142 
143  gridLayout_2->addWidget(labError, 6, 1, 1, 3);
144 
145  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
146 
147  gridLayout_2->addItem(horizontalSpacer, 3, 0, 1, 1);
148 
149 
150  verticalLayout->addWidget(EmptyLibraryCentralWidget);
151 
152 
153  gridLayout->addLayout(verticalLayout, 1, 0, 1, 1);
154 
155  headerFrame = new QFrame(GUI_EmptyLibrary);
156  headerFrame->setObjectName(QString::fromUtf8("headerFrame"));
157  headerFrame->setMinimumSize(QSize(0, 10));
158  headerFrame->setFrameShape(QFrame::StyledPanel);
159  headerFrame->setFrameShadow(QFrame::Raised);
160 
161  gridLayout->addWidget(headerFrame, 0, 0, 1, 1);
162 
163  QWidget::setTabOrder(btnChooseDir, leName);
164  QWidget::setTabOrder(leName, btnOk);
165  QWidget::setTabOrder(btnOk, lePath);
166 
167  retranslateUi(GUI_EmptyLibrary);
168 
169  QMetaObject::connectSlotsByName(GUI_EmptyLibrary);
170  } // setupUi
171 
172  void retranslateUi(QWidget *GUI_EmptyLibrary)
173  {
174  (void)GUI_EmptyLibrary;
175  } // retranslateUi
176 
177 };
178 
179 namespace Ui {
181 } // namespace Ui
182 
183 QT_END_NAMESPACE
184 
185 #endif // UI_GUI_EMPTYLIBRARY_H
Ui::GUI_EmptyLibrary
Definition: ui_GUI_EmptyLibrary.h:180
Ui_GUI_EmptyLibrary
Definition: ui_GUI_EmptyLibrary.h:26