Sayonara Player
ui_GUI_EditLibrary.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_EditLibrary.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_EDITLIBRARY_H
10 #define UI_GUI_EDITLIBRARY_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QLineEdit>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QLabel *labPath;
30  QLabel *labName;
31  QLabel *labTitle;
32  QFrame *line;
33  QFrame *line_2;
34  QLineEdit *leName;
35  QHBoxLayout *horizontalLayout;
36  QSpacerItem *horizontalSpacer;
37  QPushButton *btnCancel;
38  QPushButton *btnOk;
39  QLineEdit *lePath;
40  QPushButton *btnChooseDir;
41 
42  void setupUi(QDialog *GUI_EditLibrary)
43  {
44  if (GUI_EditLibrary->objectName().isEmpty())
45  GUI_EditLibrary->setObjectName(QString::fromUtf8("GUI_EditLibrary"));
46  GUI_EditLibrary->resize(351, 153);
47  gridLayout = new QGridLayout(GUI_EditLibrary);
48  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
49  labPath = new QLabel(GUI_EditLibrary);
50  labPath->setObjectName(QString::fromUtf8("labPath"));
51  labPath->setText(QString::fromUtf8("Path"));
52 
53  gridLayout->addWidget(labPath, 3, 0, 1, 1);
54 
55  labName = new QLabel(GUI_EditLibrary);
56  labName->setObjectName(QString::fromUtf8("labName"));
57  labName->setText(QString::fromUtf8("Name"));
58 
59  gridLayout->addWidget(labName, 4, 0, 1, 1);
60 
61  labTitle = new QLabel(GUI_EditLibrary);
62  labTitle->setObjectName(QString::fromUtf8("labTitle"));
63  QFont font;
64  font.setBold(true);
65  font.setWeight(75);
66  labTitle->setFont(font);
67  labTitle->setText(QString::fromUtf8(""));
68 
69  gridLayout->addWidget(labTitle, 0, 0, 1, 3);
70 
71  line = new QFrame(GUI_EditLibrary);
72  line->setObjectName(QString::fromUtf8("line"));
73  line->setFrameShape(QFrame::HLine);
74  line->setFrameShadow(QFrame::Sunken);
75 
76  gridLayout->addWidget(line, 7, 0, 1, 3);
77 
78  line_2 = new QFrame(GUI_EditLibrary);
79  line_2->setObjectName(QString::fromUtf8("line_2"));
80  line_2->setFrameShape(QFrame::HLine);
81  line_2->setFrameShadow(QFrame::Sunken);
82 
83  gridLayout->addWidget(line_2, 2, 0, 1, 3);
84 
85  leName = new QLineEdit(GUI_EditLibrary);
86  leName->setObjectName(QString::fromUtf8("leName"));
87  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
88  sizePolicy.setHorizontalStretch(0);
89  sizePolicy.setVerticalStretch(0);
90  sizePolicy.setHeightForWidth(leName->sizePolicy().hasHeightForWidth());
91  leName->setSizePolicy(sizePolicy);
92 
93  gridLayout->addWidget(leName, 4, 1, 1, 2);
94 
95  horizontalLayout = new QHBoxLayout();
96  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
97  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
98 
99  horizontalLayout->addItem(horizontalSpacer);
100 
101  btnCancel = new QPushButton(GUI_EditLibrary);
102  btnCancel->setObjectName(QString::fromUtf8("btnCancel"));
103  btnCancel->setText(QString::fromUtf8("Cancel"));
104 #ifndef QT_NO_SHORTCUT
105  btnCancel->setShortcut(QString::fromUtf8("Esc"));
106 #endif // QT_NO_SHORTCUT
107 
108  horizontalLayout->addWidget(btnCancel);
109 
110  btnOk = new QPushButton(GUI_EditLibrary);
111  btnOk->setObjectName(QString::fromUtf8("btnOk"));
112  btnOk->setText(QString::fromUtf8("OK"));
113 #ifndef QT_NO_SHORTCUT
114  btnOk->setShortcut(QString::fromUtf8("Return"));
115 #endif // QT_NO_SHORTCUT
116 
117  horizontalLayout->addWidget(btnOk);
118 
119 
120  gridLayout->addLayout(horizontalLayout, 8, 0, 1, 3);
121 
122  lePath = new QLineEdit(GUI_EditLibrary);
123  lePath->setObjectName(QString::fromUtf8("lePath"));
124  QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
125  sizePolicy1.setHorizontalStretch(0);
126  sizePolicy1.setVerticalStretch(0);
127  sizePolicy1.setHeightForWidth(lePath->sizePolicy().hasHeightForWidth());
128  lePath->setSizePolicy(sizePolicy1);
129  lePath->setFocusPolicy(Qt::ClickFocus);
130  lePath->setReadOnly(true);
131 
132  gridLayout->addWidget(lePath, 3, 1, 1, 1);
133 
134  btnChooseDir = new QPushButton(GUI_EditLibrary);
135  btnChooseDir->setObjectName(QString::fromUtf8("btnChooseDir"));
136  QSizePolicy sizePolicy2(QSizePolicy::Maximum, QSizePolicy::Preferred);
137  sizePolicy2.setHorizontalStretch(0);
138  sizePolicy2.setVerticalStretch(0);
139  sizePolicy2.setHeightForWidth(btnChooseDir->sizePolicy().hasHeightForWidth());
140  btnChooseDir->setSizePolicy(sizePolicy2);
141 #ifndef QT_NO_TOOLTIP
142  btnChooseDir->setToolTip(QString::fromUtf8(""));
143 #endif // QT_NO_TOOLTIP
144  btnChooseDir->setText(QString::fromUtf8("\342\211\241"));
145 
146  gridLayout->addWidget(btnChooseDir, 3, 2, 1, 1);
147 
148  QWidget::setTabOrder(lePath, btnChooseDir);
149  QWidget::setTabOrder(btnChooseDir, leName);
150  QWidget::setTabOrder(leName, btnCancel);
151  QWidget::setTabOrder(btnCancel, btnOk);
152 
153  retranslateUi(GUI_EditLibrary);
154 
155  QMetaObject::connectSlotsByName(GUI_EditLibrary);
156  } // setupUi
157 
158  void retranslateUi(QDialog *GUI_EditLibrary)
159  {
160  Q_UNUSED(GUI_EditLibrary);
161  } // retranslateUi
162 
163 };
164 
165 namespace Ui {
167 } // namespace Ui
168 
169 QT_END_NAMESPACE
170 
171 #endif // UI_GUI_EDITLIBRARY_H
Definition: ui_GUI_EditLibrary.h:166
Definition: ui_GUI_EditLibrary.h:25
The GUI_EditLibrary class.
Definition: GUI_EditLibrary.h:35