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.10.0
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/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/QPushButton>
23 #include <QtWidgets/QSpacerItem>
24 #include "GUI/Utils/Widgets/ComboBox.h"
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QGridLayout *gridLayout;
32  QLabel *lab_title;
33  Gui::ComboBox *combo_quality;
34  QHBoxLayout *horizontalLayout;
35  QSpacerItem *horizontalSpacer;
36  QPushButton *btn_cancel;
37  QPushButton *btn_ok;
38  QLabel *lab_description;
39  QFrame *line_2;
40  QFrame *line_3;
41  QFrame *line;
42 
43  void setupUi(QDialog *GUI_ReloadLibraryDialog)
44  {
45  if (GUI_ReloadLibraryDialog->objectName().isEmpty())
46  GUI_ReloadLibraryDialog->setObjectName(QStringLiteral("GUI_ReloadLibraryDialog"));
47  GUI_ReloadLibraryDialog->resize(374, 162);
48  gridLayout = new QGridLayout(GUI_ReloadLibraryDialog);
49  gridLayout->setObjectName(QStringLiteral("gridLayout"));
50  lab_title = new QLabel(GUI_ReloadLibraryDialog);
51  lab_title->setObjectName(QStringLiteral("lab_title"));
52  QFont font;
53  font.setBold(true);
54  font.setWeight(75);
55  lab_title->setFont(font);
56  lab_title->setText(QStringLiteral("Reload Library"));
57 
58  gridLayout->addWidget(lab_title, 0, 0, 1, 1);
59 
60  combo_quality = new Gui::ComboBox(GUI_ReloadLibraryDialog);
61  combo_quality->setObjectName(QStringLiteral("combo_quality"));
62 
63  gridLayout->addWidget(combo_quality, 2, 0, 1, 1);
64 
65  horizontalLayout = new QHBoxLayout();
66  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
67  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
68 
69  horizontalLayout->addItem(horizontalSpacer);
70 
71  btn_cancel = new QPushButton(GUI_ReloadLibraryDialog);
72  btn_cancel->setObjectName(QStringLiteral("btn_cancel"));
73  btn_cancel->setText(QStringLiteral("Cancel"));
74 
75  horizontalLayout->addWidget(btn_cancel);
76 
77  btn_ok = new QPushButton(GUI_ReloadLibraryDialog);
78  btn_ok->setObjectName(QStringLiteral("btn_ok"));
79  btn_ok->setText(QStringLiteral("OK"));
80 
81  horizontalLayout->addWidget(btn_ok);
82 
83 
84  gridLayout->addLayout(horizontalLayout, 6, 0, 1, 1);
85 
86  lab_description = new QLabel(GUI_ReloadLibraryDialog);
87  lab_description->setObjectName(QStringLiteral("lab_description"));
88  lab_description->setText(QStringLiteral("TextLabel"));
89  lab_description->setWordWrap(true);
90 
91  gridLayout->addWidget(lab_description, 4, 0, 1, 1);
92 
93  line_2 = new QFrame(GUI_ReloadLibraryDialog);
94  line_2->setObjectName(QStringLiteral("line_2"));
95  line_2->setFrameShape(QFrame::HLine);
96  line_2->setFrameShadow(QFrame::Sunken);
97 
98  gridLayout->addWidget(line_2, 3, 0, 1, 1);
99 
100  line_3 = new QFrame(GUI_ReloadLibraryDialog);
101  line_3->setObjectName(QStringLiteral("line_3"));
102  line_3->setFrameShape(QFrame::HLine);
103  line_3->setFrameShadow(QFrame::Sunken);
104 
105  gridLayout->addWidget(line_3, 5, 0, 1, 1);
106 
107  line = new QFrame(GUI_ReloadLibraryDialog);
108  line->setObjectName(QStringLiteral("line"));
109  line->setFrameShape(QFrame::HLine);
110  line->setFrameShadow(QFrame::Sunken);
111 
112  gridLayout->addWidget(line, 1, 0, 1, 1);
113 
114 
115  retranslateUi(GUI_ReloadLibraryDialog);
116 
117  QMetaObject::connectSlotsByName(GUI_ReloadLibraryDialog);
118  } // setupUi
119 
120  void retranslateUi(QDialog *GUI_ReloadLibraryDialog)
121  {
122  Q_UNUSED(GUI_ReloadLibraryDialog);
123  } // retranslateUi
124 
125 };
126 
127 namespace Ui {
129 } // namespace Ui
130 
131 QT_END_NAMESPACE
132 
133 #endif // UI_GUI_RELOADLIBRARYDIALOG_H
Definition: ui_GUI_SomaFM.h:208
Definition: ui_GUI_ReloadLibraryDialog.h:128
Definition: ui_GUI_ReloadLibraryDialog.h:28
Definition: ComboBox.h:31
Definition: GUI_ReloadLibraryDialog.h:33