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.11.1
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 *lab_path;
30  QLabel *lab_name;
31  QLabel *lab_title;
32  QFrame *line;
33  QFrame *line_2;
34  QLineEdit *le_name;
35  QHBoxLayout *horizontalLayout;
36  QSpacerItem *horizontalSpacer;
37  QPushButton *btn_cancel;
38  QPushButton *btn_ok;
39  QLineEdit *le_path;
40  QPushButton *btn_choose_dir;
41 
42  void setupUi(QDialog *GUI_EditLibrary)
43  {
44  if (GUI_EditLibrary->objectName().isEmpty())
45  GUI_EditLibrary->setObjectName(QStringLiteral("GUI_EditLibrary"));
46  GUI_EditLibrary->resize(351, 153);
47  gridLayout = new QGridLayout(GUI_EditLibrary);
48  gridLayout->setObjectName(QStringLiteral("gridLayout"));
49  lab_path = new QLabel(GUI_EditLibrary);
50  lab_path->setObjectName(QStringLiteral("lab_path"));
51  lab_path->setText(QStringLiteral("Path"));
52 
53  gridLayout->addWidget(lab_path, 3, 0, 1, 1);
54 
55  lab_name = new QLabel(GUI_EditLibrary);
56  lab_name->setObjectName(QStringLiteral("lab_name"));
57  lab_name->setText(QStringLiteral("Name"));
58 
59  gridLayout->addWidget(lab_name, 4, 0, 1, 1);
60 
61  lab_title = new QLabel(GUI_EditLibrary);
62  lab_title->setObjectName(QStringLiteral("lab_title"));
63  lab_title->setText(QStringLiteral(""));
64 
65  gridLayout->addWidget(lab_title, 0, 0, 1, 3);
66 
67  line = new QFrame(GUI_EditLibrary);
68  line->setObjectName(QStringLiteral("line"));
69  line->setFrameShape(QFrame::HLine);
70  line->setFrameShadow(QFrame::Sunken);
71 
72  gridLayout->addWidget(line, 7, 0, 1, 3);
73 
74  line_2 = new QFrame(GUI_EditLibrary);
75  line_2->setObjectName(QStringLiteral("line_2"));
76  line_2->setFrameShape(QFrame::HLine);
77  line_2->setFrameShadow(QFrame::Sunken);
78 
79  gridLayout->addWidget(line_2, 2, 0, 1, 3);
80 
81  le_name = new QLineEdit(GUI_EditLibrary);
82  le_name->setObjectName(QStringLiteral("le_name"));
83  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
84  sizePolicy.setHorizontalStretch(0);
85  sizePolicy.setVerticalStretch(0);
86  sizePolicy.setHeightForWidth(le_name->sizePolicy().hasHeightForWidth());
87  le_name->setSizePolicy(sizePolicy);
88 
89  gridLayout->addWidget(le_name, 4, 1, 1, 2);
90 
91  horizontalLayout = new QHBoxLayout();
92  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
93  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
94 
95  horizontalLayout->addItem(horizontalSpacer);
96 
97  btn_cancel = new QPushButton(GUI_EditLibrary);
98  btn_cancel->setObjectName(QStringLiteral("btn_cancel"));
99  btn_cancel->setText(QStringLiteral("Cancel"));
100 #ifndef QT_NO_SHORTCUT
101  btn_cancel->setShortcut(QStringLiteral("Esc"));
102 #endif // QT_NO_SHORTCUT
103 
104  horizontalLayout->addWidget(btn_cancel);
105 
106  btn_ok = new QPushButton(GUI_EditLibrary);
107  btn_ok->setObjectName(QStringLiteral("btn_ok"));
108  btn_ok->setText(QStringLiteral("OK"));
109 #ifndef QT_NO_SHORTCUT
110  btn_ok->setShortcut(QStringLiteral("Return"));
111 #endif // QT_NO_SHORTCUT
112 
113  horizontalLayout->addWidget(btn_ok);
114 
115 
116  gridLayout->addLayout(horizontalLayout, 8, 0, 1, 3);
117 
118  le_path = new QLineEdit(GUI_EditLibrary);
119  le_path->setObjectName(QStringLiteral("le_path"));
120  QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
121  sizePolicy1.setHorizontalStretch(0);
122  sizePolicy1.setVerticalStretch(0);
123  sizePolicy1.setHeightForWidth(le_path->sizePolicy().hasHeightForWidth());
124  le_path->setSizePolicy(sizePolicy1);
125  le_path->setReadOnly(true);
126 
127  gridLayout->addWidget(le_path, 3, 1, 1, 1);
128 
129  btn_choose_dir = new QPushButton(GUI_EditLibrary);
130  btn_choose_dir->setObjectName(QStringLiteral("btn_choose_dir"));
131  QSizePolicy sizePolicy2(QSizePolicy::Maximum, QSizePolicy::Preferred);
132  sizePolicy2.setHorizontalStretch(0);
133  sizePolicy2.setVerticalStretch(0);
134  sizePolicy2.setHeightForWidth(btn_choose_dir->sizePolicy().hasHeightForWidth());
135  btn_choose_dir->setSizePolicy(sizePolicy2);
136 #ifndef QT_NO_TOOLTIP
137  btn_choose_dir->setToolTip(QStringLiteral(""));
138 #endif // QT_NO_TOOLTIP
139  btn_choose_dir->setText(QString::fromUtf8("\342\211\241"));
140 
141  gridLayout->addWidget(btn_choose_dir, 3, 2, 1, 1);
142 
143  QWidget::setTabOrder(le_name, btn_ok);
144  QWidget::setTabOrder(btn_ok, btn_cancel);
145 
146  retranslateUi(GUI_EditLibrary);
147 
148  QMetaObject::connectSlotsByName(GUI_EditLibrary);
149  } // setupUi
150 
151  void retranslateUi(QDialog *GUI_EditLibrary)
152  {
153  Q_UNUSED(GUI_EditLibrary);
154  } // retranslateUi
155 
156 };
157 
158 namespace Ui {
160 } // namespace Ui
161 
162 QT_END_NAMESPACE
163 
164 #endif // UI_GUI_EDITLIBRARY_H
Definition: ui_GUI_SomaFM.h:207
Definition: ui_GUI_EditLibrary.h:159
Definition: ui_GUI_EditLibrary.h:25
Definition: GUI_EditLibrary.h:29