9#ifndef UI_GUI_EMPTYLIBRARY_H
10#define UI_GUI_EMPTYLIBRARY_H
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>
28 QGridLayout *gridLayout;
29 QVBoxLayout *verticalLayout;
30 QWidget *EmptyLibraryCentralWidget;
31 QGridLayout *gridLayout_2;
34 QSpacerItem *verticalSpacer_2;
35 QPushButton *btnChooseDir;
41 QSpacerItem *verticalSpacer;
43 QSpacerItem *horizontalSpacer_2;
45 QSpacerItem *horizontalSpacer;
48 void setupUi(QWidget *GUI_EmptyLibrary)
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);
68 gridLayout_2->addWidget(line_3, 5, 1, 1, 3);
70 leName =
new QLineEdit(EmptyLibraryCentralWidget);
71 leName->setObjectName(QString::fromUtf8(
"leName"));
73 gridLayout_2->addWidget(leName, 4, 2, 1, 2);
75 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
77 gridLayout_2->addItem(verticalSpacer_2, 8, 1, 1, 1);
79 btnChooseDir =
new QPushButton(EmptyLibraryCentralWidget);
80 btnChooseDir->setObjectName(QString::fromUtf8(
"btnChooseDir"));
81 btnChooseDir->setText(QString::fromUtf8(
"\342\211\241"));
83 gridLayout_2->addWidget(btnChooseDir, 3, 3, 1, 1);
85 lePath =
new QLineEdit(EmptyLibraryCentralWidget);
86 lePath->setObjectName(QString::fromUtf8(
"lePath"));
87 lePath->setFocusPolicy(Qt::ClickFocus);
88 lePath->setReadOnly(
true);
90 gridLayout_2->addWidget(lePath, 3, 2, 1, 1);
92 btnOk =
new QPushButton(EmptyLibraryCentralWidget);
93 btnOk->setObjectName(QString::fromUtf8(
"btnOk"));
94 btnOk->setText(QString::fromUtf8(
"Ok"));
96 gridLayout_2->addWidget(btnOk, 7, 1, 1, 3);
98 labName =
new QLabel(EmptyLibraryCentralWidget);
99 labName->setObjectName(QString::fromUtf8(
"labName"));
100 labName->setText(QString::fromUtf8(
"Name"));
102 gridLayout_2->addWidget(labName, 4, 1, 1, 1);
104 labPath =
new QLabel(EmptyLibraryCentralWidget);
105 labPath->setObjectName(QString::fromUtf8(
"labPath"));
106 labPath->setText(QString::fromUtf8(
"Path"));
108 gridLayout_2->addWidget(labPath, 3, 1, 1, 1);
110 line =
new QFrame(EmptyLibraryCentralWidget);
111 line->setObjectName(QString::fromUtf8(
"line"));
112 line->setFrameShape(QFrame::HLine);
113 line->setFrameShadow(QFrame::Sunken);
115 gridLayout_2->addWidget(line, 2, 1, 1, 3);
117 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
119 gridLayout_2->addItem(verticalSpacer, 0, 1, 1, 1);
121 labTitle =
new QLabel(EmptyLibraryCentralWidget);
122 labTitle->setObjectName(QString::fromUtf8(
"labTitle"));
126 labTitle->setFont(font);
127 labTitle->setText(QString::fromUtf8(
"Create new library"));
129 gridLayout_2->addWidget(labTitle, 1, 1, 1, 3);
131 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
133 gridLayout_2->addItem(horizontalSpacer_2, 3, 4, 1, 1);
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);
143 gridLayout_2->addWidget(labError, 6, 1, 1, 3);
145 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
147 gridLayout_2->addItem(horizontalSpacer, 3, 0, 1, 1);
150 verticalLayout->addWidget(EmptyLibraryCentralWidget);
153 gridLayout->addLayout(verticalLayout, 1, 0, 1, 1);
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);
161 gridLayout->addWidget(headerFrame, 0, 0, 1, 1);
163 QWidget::setTabOrder(btnChooseDir, leName);
164 QWidget::setTabOrder(leName, btnOk);
165 QWidget::setTabOrder(btnOk, lePath);
167 retranslateUi(GUI_EmptyLibrary);
169 QMetaObject::connectSlotsByName(GUI_EmptyLibrary);
172 void retranslateUi(QWidget *GUI_EmptyLibrary)
174 (void)GUI_EmptyLibrary;
Definition: ui_GUI_EmptyLibrary.h:180
Definition: ui_GUI_EmptyLibrary.h:26