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.10.0
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/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QFrame>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QProgressBar>
24 #include <QtWidgets/QPushButton>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QGridLayout *gridLayout;
32  QLabel *lab_title;
33  QLabel *lab_target_info;
34  QHBoxLayout *horizontalLayout_2;
35  QProgressBar *pb_progress;
36  QLabel *lab_status;
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(QStringLiteral("GUI_ImportDialog"));
51  GUI_ImportDialog->resize(563, 185);
52  gridLayout = new QGridLayout(GUI_ImportDialog);
53  gridLayout->setObjectName(QStringLiteral("gridLayout"));
54  lab_title = new QLabel(GUI_ImportDialog);
55  lab_title->setObjectName(QStringLiteral("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(QStringLiteral("lab_target_info"));
66 
67  gridLayout->addWidget(lab_target_info, 2, 0, 1, 1);
68 
69  horizontalLayout_2 = new QHBoxLayout();
70  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
71  pb_progress = new QProgressBar(GUI_ImportDialog);
72  pb_progress->setObjectName(QStringLiteral("pb_progress"));
73  pb_progress->setValue(24);
74 
75  horizontalLayout_2->addWidget(pb_progress);
76 
77  lab_status = new QLabel(GUI_ImportDialog);
78  lab_status->setObjectName(QStringLiteral("lab_status"));
79 
80  horizontalLayout_2->addWidget(lab_status);
81 
82  btn_edit = new QPushButton(GUI_ImportDialog);
83  btn_edit->setObjectName(QStringLiteral("btn_edit"));
84  btn_edit->setText(QStringLiteral("Edit"));
85 
86  horizontalLayout_2->addWidget(btn_edit);
87 
88  btn_cancel = new QPushButton(GUI_ImportDialog);
89  btn_cancel->setObjectName(QStringLiteral("btn_cancel"));
90  btn_cancel->setFocusPolicy(Qt::StrongFocus);
91  btn_cancel->setText(QStringLiteral("Cancel"));
92 
93  horizontalLayout_2->addWidget(btn_cancel);
94 
95  btn_ok = new QPushButton(GUI_ImportDialog);
96  btn_ok->setObjectName(QStringLiteral("btn_ok"));
97  btn_ok->setFocusPolicy(Qt::StrongFocus);
98 
99  horizontalLayout_2->addWidget(btn_ok);
100 
101 
102  gridLayout->addLayout(horizontalLayout_2, 8, 0, 1, 2);
103 
104  horizontalLayout = new QHBoxLayout();
105  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
106  lab_target_path = new QLabel(GUI_ImportDialog);
107  lab_target_path->setObjectName(QStringLiteral("lab_target_path"));
108  lab_target_path->setText(QStringLiteral("/music/library"));
109 
110  horizontalLayout->addWidget(lab_target_path);
111 
112  le_directory = new QLineEdit(GUI_ImportDialog);
113  le_directory->setObjectName(QStringLiteral("le_directory"));
114  le_directory->setReadOnly(true);
115 
116  horizontalLayout->addWidget(le_directory);
117 
118  btn_choose_dir = new QPushButton(GUI_ImportDialog);
119  btn_choose_dir->setObjectName(QStringLiteral("btn_choose_dir"));
120  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
121  sizePolicy.setHorizontalStretch(0);
122  sizePolicy.setVerticalStretch(0);
123  sizePolicy.setHeightForWidth(btn_choose_dir->sizePolicy().hasHeightForWidth());
124  btn_choose_dir->setSizePolicy(sizePolicy);
125  btn_choose_dir->setMinimumSize(QSize(25, 0));
126  btn_choose_dir->setFocusPolicy(Qt::StrongFocus);
127  btn_choose_dir->setText(QStringLiteral("..."));
128 
129  horizontalLayout->addWidget(btn_choose_dir);
130 
131 
132  gridLayout->addLayout(horizontalLayout, 3, 0, 1, 2);
133 
134  line_3 = new QFrame(GUI_ImportDialog);
135  line_3->setObjectName(QStringLiteral("line_3"));
136  line_3->setFrameShape(QFrame::HLine);
137  line_3->setFrameShadow(QFrame::Sunken);
138 
139  gridLayout->addWidget(line_3, 7, 0, 1, 2);
140 
141  line = new QFrame(GUI_ImportDialog);
142  line->setObjectName(QStringLiteral("line"));
143  line->setFrameShape(QFrame::HLine);
144  line->setFrameShadow(QFrame::Sunken);
145 
146  gridLayout->addWidget(line, 1, 0, 1, 2);
147 
148 
149  retranslateUi(GUI_ImportDialog);
150 
151  QMetaObject::connectSlotsByName(GUI_ImportDialog);
152  } // setupUi
153 
154  void retranslateUi(QDialog *GUI_ImportDialog)
155  {
156  GUI_ImportDialog->setWindowTitle(QApplication::translate("GUI_ImportDialog", "Import", nullptr));
157  lab_title->setText(QApplication::translate("GUI_ImportDialog", "Import tracks to library", nullptr));
158  lab_target_info->setText(QApplication::translate("GUI_ImportDialog", "Select target folder", nullptr));
159  lab_status->setText(QString());
160  btn_ok->setText(QApplication::translate("GUI_ImportDialog", "OK", nullptr));
161  } // retranslateUi
162 
163 };
164 
165 namespace Ui {
167 } // namespace Ui
168 
169 QT_END_NAMESPACE
170 
171 #endif // UI_GUI_IMPORTDIALOG_H
Definition: ui_GUI_SomaFM.h:208
Definition: ui_GUI_ImportDialog.h:166
Definition: ui_GUI_ImportDialog.h:28
Definition: GUI_ImportDialog.h:34