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