9 #ifndef UI_GUI_RELOADLIBRARYDIALOG_H
10 #define UI_GUI_RELOADLIBRARYDIALOG_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QLabel>
19 #include "Gui/Utils/Widgets/ComboBox.h"
26 QGridLayout *gridLayout;
30 QLabel *labDescription;
33 QDialogButtonBox *buttonBox;
35 void setupUi(QDialog *GUI_LibraryReloadDialog)
37 if (GUI_LibraryReloadDialog->objectName().isEmpty())
38 GUI_LibraryReloadDialog->setObjectName(QString::fromUtf8(
"GUI_LibraryReloadDialog"));
39 GUI_LibraryReloadDialog->resize(374, 162);
40 GUI_LibraryReloadDialog->setModal(
true);
41 gridLayout =
new QGridLayout(GUI_LibraryReloadDialog);
42 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
44 comboQuality->setObjectName(QString::fromUtf8(
"comboQuality"));
46 gridLayout->addWidget(comboQuality, 2, 0, 1, 1);
48 line_2 =
new QFrame(GUI_LibraryReloadDialog);
49 line_2->setObjectName(QString::fromUtf8(
"line_2"));
50 line_2->setFrameShape(QFrame::HLine);
51 line_2->setFrameShadow(QFrame::Sunken);
53 gridLayout->addWidget(line_2, 3, 0, 1, 1);
55 labTitle =
new QLabel(GUI_LibraryReloadDialog);
56 labTitle->setObjectName(QString::fromUtf8(
"labTitle"));
60 labTitle->setFont(font);
61 labTitle->setText(QString::fromUtf8(
"Reload Library"));
63 gridLayout->addWidget(labTitle, 0, 0, 1, 1);
65 labDescription =
new QLabel(GUI_LibraryReloadDialog);
66 labDescription->setObjectName(QString::fromUtf8(
"labDescription"));
67 labDescription->setText(QString::fromUtf8(
"TextLabel"));
68 labDescription->setWordWrap(
true);
70 gridLayout->addWidget(labDescription, 4, 0, 1, 1);
72 line =
new QFrame(GUI_LibraryReloadDialog);
73 line->setObjectName(QString::fromUtf8(
"line"));
74 line->setFrameShape(QFrame::HLine);
75 line->setFrameShadow(QFrame::Sunken);
77 gridLayout->addWidget(line, 1, 0, 1, 1);
79 line_3 =
new QFrame(GUI_LibraryReloadDialog);
80 line_3->setObjectName(QString::fromUtf8(
"line_3"));
81 line_3->setFrameShape(QFrame::HLine);
82 line_3->setFrameShadow(QFrame::Sunken);
84 gridLayout->addWidget(line_3, 5, 0, 1, 1);
86 buttonBox =
new QDialogButtonBox(GUI_LibraryReloadDialog);
87 buttonBox->setObjectName(QString::fromUtf8(
"buttonBox"));
88 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
90 gridLayout->addWidget(buttonBox, 6, 0, 1, 1);
93 retranslateUi(GUI_LibraryReloadDialog);
95 QMetaObject::connectSlotsByName(GUI_LibraryReloadDialog);
98 void retranslateUi(QDialog *GUI_LibraryReloadDialog)
100 (void)GUI_LibraryReloadDialog;
111 #endif // UI_GUI_RELOADLIBRARYDIALOG_H