Sayonara Player
ui_GUI_ReloadLibraryDialog.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_ReloadLibraryDialog.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_RELOADLIBRARYDIALOG_H
10#define UI_GUI_RELOADLIBRARYDIALOG_H
11
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"
20
21QT_BEGIN_NAMESPACE
22
24{
25public:
26 QGridLayout *gridLayout;
27 Gui::ComboBox *comboQuality;
28 QFrame *line_2;
29 QLabel *labTitle;
30 QLabel *labDescription;
31 QFrame *line;
32 QFrame *line_3;
33 QDialogButtonBox *buttonBox;
34
35 void setupUi(QDialog *GUI_LibraryReloadDialog)
36 {
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"));
43 comboQuality = new Gui::ComboBox(GUI_LibraryReloadDialog);
44 comboQuality->setObjectName(QString::fromUtf8("comboQuality"));
45
46 gridLayout->addWidget(comboQuality, 2, 0, 1, 1);
47
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);
52
53 gridLayout->addWidget(line_2, 3, 0, 1, 1);
54
55 labTitle = new QLabel(GUI_LibraryReloadDialog);
56 labTitle->setObjectName(QString::fromUtf8("labTitle"));
57 QFont font;
58 font.setBold(true);
59 font.setWeight(75);
60 labTitle->setFont(font);
61 labTitle->setText(QString::fromUtf8("Reload Library"));
62
63 gridLayout->addWidget(labTitle, 0, 0, 1, 1);
64
65 labDescription = new QLabel(GUI_LibraryReloadDialog);
66 labDescription->setObjectName(QString::fromUtf8("labDescription"));
67 labDescription->setText(QString::fromUtf8("TextLabel"));
68 labDescription->setWordWrap(true);
69
70 gridLayout->addWidget(labDescription, 4, 0, 1, 1);
71
72 line = new QFrame(GUI_LibraryReloadDialog);
73 line->setObjectName(QString::fromUtf8("line"));
74 line->setFrameShape(QFrame::HLine);
75 line->setFrameShadow(QFrame::Sunken);
76
77 gridLayout->addWidget(line, 1, 0, 1, 1);
78
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);
83
84 gridLayout->addWidget(line_3, 5, 0, 1, 1);
85
86 buttonBox = new QDialogButtonBox(GUI_LibraryReloadDialog);
87 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
88 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
89
90 gridLayout->addWidget(buttonBox, 6, 0, 1, 1);
91
92
93 retranslateUi(GUI_LibraryReloadDialog);
94
95 QMetaObject::connectSlotsByName(GUI_LibraryReloadDialog);
96 } // setupUi
97
98 void retranslateUi(QDialog *GUI_LibraryReloadDialog)
99 {
100 (void)GUI_LibraryReloadDialog;
101 } // retranslateUi
102
103};
104
105namespace Ui {
107} // namespace Ui
108
109QT_END_NAMESPACE
110
111#endif // UI_GUI_RELOADLIBRARYDIALOG_H
Definition: ComboBox.h:31
Definition: ui_GUI_ReloadLibraryDialog.h:106
Definition: ui_GUI_ReloadLibraryDialog.h:24