Sayonara Player
ui_GUI_ImportDialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_ImportDialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.13.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_IMPORTDIALOG_H
10 #define UI_GUI_IMPORTDIALOG_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/QProgressBar>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpacerItem>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout;
30  QLabel *lab_title;
31  QLabel *lab_target_info;
32  QHBoxLayout *horizontalLayout_2;
33  QProgressBar *pb_progress;
34  QLabel *lab_progress;
35  QLabel *lab_status;
36  QSpacerItem *horizontalSpacer;
37  QPushButton *btn_edit;
38  QPushButton *btn_cancel;
39  QPushButton *btn_ok;
40  QHBoxLayout *horizontalLayout;
41  QLabel *lab_target_path;
42  QLineEdit *le_directory;
43  QPushButton *btn_choose_dir;
44  QFrame *line_3;
45  QFrame *line;
46 
47  void setupUi(QDialog *GUI_ImportDialog)
48  {
49  if (GUI_ImportDialog->objectName().isEmpty())
50  GUI_ImportDialog->setObjectName(QString::fromUtf8("GUI_ImportDialog"));
51  GUI_ImportDialog->resize(609, 257);
52  gridLayout = new QGridLayout(GUI_ImportDialog);
53  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
54  lab_title = new QLabel(GUI_ImportDialog);
55  lab_title->setObjectName(QString::fromUtf8("lab_title"));
56  QFont font;
57  font.setPointSize(11);
58  font.setBold(true);
59  font.setWeight(75);
60  lab_title->setFont(font);
61 
62  gridLayout->addWidget(lab_title, 0, 0, 1, 2);
63 
64  lab_target_info = new QLabel(GUI_ImportDialog);
65  lab_target_info->setObjectName(QString::fromUtf8("lab_target_info"));
66 
67  gridLayout->addWidget(lab_target_info, 2, 0, 1, 1);
68 
69  horizontalLayout_2 = new QHBoxLayout();
70  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
71  pb_progress = new QProgressBar(GUI_ImportDialog);
72  pb_progress->setObjectName(QString::fromUtf8("pb_progress"));
73  pb_progress->setValue(24);
74 
75  horizontalLayout_2->addWidget(pb_progress);
76 
77  lab_progress = new QLabel(GUI_ImportDialog);
78  lab_progress->setObjectName(QString::fromUtf8("lab_progress"));
79  lab_progress->setText(QString::fromUtf8("X Files scanned"));
80 
81  horizontalLayout_2->addWidget(lab_progress);
82 
83  lab_status = new QLabel(GUI_ImportDialog);
84  lab_status->setObjectName(QString::fromUtf8("lab_status"));
85  lab_status->setText(QString::fromUtf8("X Files Found"));
86 
87  horizontalLayout_2->addWidget(lab_status);
88 
89  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
90 
91  horizontalLayout_2->addItem(horizontalSpacer);
92 
93  btn_edit = new QPushButton(GUI_ImportDialog);
94  btn_edit->setObjectName(QString::fromUtf8("btn_edit"));
95  btn_edit->setText(QString::fromUtf8("Edit"));
96 
97  horizontalLayout_2->addWidget(btn_edit);
98 
99  btn_cancel = new QPushButton(GUI_ImportDialog);
100  btn_cancel->setObjectName(QString::fromUtf8("btn_cancel"));
101  btn_cancel->setFocusPolicy(Qt::StrongFocus);
102  btn_cancel->setText(QString::fromUtf8("Cancel"));
103 
104  horizontalLayout_2->addWidget(btn_cancel);
105 
106  btn_ok = new QPushButton(GUI_ImportDialog);
107  btn_ok->setObjectName(QString::fromUtf8("btn_ok"));
108  btn_ok->setFocusPolicy(Qt::StrongFocus);
109 
110  horizontalLayout_2->addWidget(btn_ok);
111 
112 
113  gridLayout->addLayout(horizontalLayout_2, 8, 0, 1, 2);
114 
115  horizontalLayout = new QHBoxLayout();
116  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
117  lab_target_path = new QLabel(GUI_ImportDialog);
118  lab_target_path->setObjectName(QString::fromUtf8("lab_target_path"));
119  lab_target_path->setText(QString::fromUtf8("/music/library"));
120 
121  horizontalLayout->addWidget(lab_target_path);
122 
123  le_directory = new QLineEdit(GUI_ImportDialog);
124  le_directory->setObjectName(QString::fromUtf8("le_directory"));
125  QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
126  sizePolicy.setHorizontalStretch(0);
127  sizePolicy.setVerticalStretch(0);
128  sizePolicy.setHeightForWidth(le_directory->sizePolicy().hasHeightForWidth());
129  le_directory->setSizePolicy(sizePolicy);
130  le_directory->setReadOnly(true);
131 
132  horizontalLayout->addWidget(le_directory);
133 
134  btn_choose_dir = new QPushButton(GUI_ImportDialog);
135  btn_choose_dir->setObjectName(QString::fromUtf8("btn_choose_dir"));
136  btn_choose_dir->setMinimumSize(QSize(25, 0));
137  btn_choose_dir->setFocusPolicy(Qt::StrongFocus);
138 #if QT_CONFIG(tooltip)
139  btn_choose_dir->setToolTip(QString::fromUtf8(""));
140 #endif // QT_CONFIG(tooltip)
141  btn_choose_dir->setText(QString::fromUtf8("\342\211\241"));
142 
143  horizontalLayout->addWidget(btn_choose_dir);
144 
145 
146  gridLayout->addLayout(horizontalLayout, 3, 0, 1, 2);
147 
148  line_3 = new QFrame(GUI_ImportDialog);
149  line_3->setObjectName(QString::fromUtf8("line_3"));
150  line_3->setFrameShape(QFrame::HLine);
151  line_3->setFrameShadow(QFrame::Sunken);
152 
153  gridLayout->addWidget(line_3, 7, 0, 1, 2);
154 
155  line = new QFrame(GUI_ImportDialog);
156  line->setObjectName(QString::fromUtf8("line"));
157  line->setFrameShape(QFrame::HLine);
158  line->setFrameShadow(QFrame::Sunken);
159 
160  gridLayout->addWidget(line, 1, 0, 1, 2);
161 
162 
163  retranslateUi(GUI_ImportDialog);
164 
165  QMetaObject::connectSlotsByName(GUI_ImportDialog);
166  } // setupUi
167 
168  void retranslateUi(QDialog *GUI_ImportDialog)
169  {
170  GUI_ImportDialog->setWindowTitle(QCoreApplication::translate("GUI_ImportDialog", "Import", nullptr));
171  lab_title->setText(QCoreApplication::translate("GUI_ImportDialog", "Import tracks to library", nullptr));
172  lab_target_info->setText(QCoreApplication::translate("GUI_ImportDialog", "Select target folder", nullptr));
173  btn_ok->setText(QCoreApplication::translate("GUI_ImportDialog", "OK", nullptr));
174  } // retranslateUi
175 
176 };
177 
178 namespace Ui {
180 } // namespace Ui
181 
182 QT_END_NAMESPACE
183 
184 #endif // UI_GUI_IMPORTDIALOG_H
Ui_GUI_ImportDialog
Definition: ui_GUI_ImportDialog.h:26
Ui::GUI_ImportDialog
Definition: ui_GUI_ImportDialog.h:179
GUI_ImportDialog
Definition: GUI_ImportDialog.h:33