Sayonara Player
ui_GUI_FontConfig.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_FontConfig.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.11.3
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_FONTCONFIG_H
10 #define UI_GUI_FONTCONFIG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QFontComboBox>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QWidget>
23 #include "GUI/Utils/Widgets/ComboBox.h"
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QGridLayout *gridLayout;
31  QLabel *label_7;
32  Gui::ComboBox *combo_lib_size;
33  QLabel *lab_playlist;
34  QLabel *lab_library;
35  Gui::ComboBox *combo_pl_size;
36  QLabel *label_5;
37  QLabel *label;
38  QCheckBox *cb_lib_bold;
39  QFrame *line_2;
40  QFrame *line_4;
41  QLabel *label_6;
42  QLabel *label_2;
43  QHBoxLayout *horizontalLayout;
44  QSpacerItem *horizontalSpacer;
45  QPushButton *btn_default;
46  QFrame *line_3;
47  Gui::ComboBox *combo_sizes;
48  QFontComboBox *combo_fonts;
49 
50  void setupUi(QWidget *GUI_FontConfig)
51  {
52  if (GUI_FontConfig->objectName().isEmpty())
53  GUI_FontConfig->setObjectName(QStringLiteral("GUI_FontConfig"));
54  GUI_FontConfig->resize(400, 316);
55  gridLayout = new QGridLayout(GUI_FontConfig);
56  gridLayout->setObjectName(QStringLiteral("gridLayout"));
57  label_7 = new QLabel(GUI_FontConfig);
58  label_7->setObjectName(QStringLiteral("label_7"));
59 
60  gridLayout->addWidget(label_7, 8, 0, 1, 1);
61 
62  combo_lib_size = new Gui::ComboBox(GUI_FontConfig);
63  combo_lib_size->setObjectName(QStringLiteral("combo_lib_size"));
64 
65  gridLayout->addWidget(combo_lib_size, 7, 1, 1, 1);
66 
67  lab_playlist = new QLabel(GUI_FontConfig);
68  lab_playlist->setObjectName(QStringLiteral("lab_playlist"));
69  QFont font;
70  font.setPointSize(11);
71  font.setBold(true);
72  font.setWeight(75);
73  lab_playlist->setFont(font);
74  lab_playlist->setText(QStringLiteral("Playlist"));
75 
76  gridLayout->addWidget(lab_playlist, 10, 0, 1, 1);
77 
78  lab_library = new QLabel(GUI_FontConfig);
79  lab_library->setObjectName(QStringLiteral("lab_library"));
80  lab_library->setFont(font);
81  lab_library->setText(QStringLiteral("Library"));
82 
83  gridLayout->addWidget(lab_library, 5, 0, 1, 1);
84 
85  combo_pl_size = new Gui::ComboBox(GUI_FontConfig);
86  combo_pl_size->setObjectName(QStringLiteral("combo_pl_size"));
87 
88  gridLayout->addWidget(combo_pl_size, 11, 1, 1, 1);
89 
90  label_5 = new QLabel(GUI_FontConfig);
91  label_5->setObjectName(QStringLiteral("label_5"));
92 
93  gridLayout->addWidget(label_5, 7, 0, 1, 1);
94 
95  label = new QLabel(GUI_FontConfig);
96  label->setObjectName(QStringLiteral("label"));
97 
98  gridLayout->addWidget(label, 1, 0, 1, 1);
99 
100  cb_lib_bold = new QCheckBox(GUI_FontConfig);
101  cb_lib_bold->setObjectName(QStringLiteral("cb_lib_bold"));
102 
103  gridLayout->addWidget(cb_lib_bold, 8, 1, 1, 1);
104 
105  line_2 = new QFrame(GUI_FontConfig);
106  line_2->setObjectName(QStringLiteral("line_2"));
107  line_2->setFrameShape(QFrame::HLine);
108  line_2->setFrameShadow(QFrame::Sunken);
109 
110  gridLayout->addWidget(line_2, 9, 0, 1, 2);
111 
112  line_4 = new QFrame(GUI_FontConfig);
113  line_4->setObjectName(QStringLiteral("line_4"));
114  line_4->setFrameShape(QFrame::HLine);
115  line_4->setFrameShadow(QFrame::Sunken);
116 
117  gridLayout->addWidget(line_4, 12, 0, 1, 2);
118 
119  label_6 = new QLabel(GUI_FontConfig);
120  label_6->setObjectName(QStringLiteral("label_6"));
121 
122  gridLayout->addWidget(label_6, 11, 0, 1, 1);
123 
124  label_2 = new QLabel(GUI_FontConfig);
125  label_2->setObjectName(QStringLiteral("label_2"));
126 
127  gridLayout->addWidget(label_2, 0, 0, 1, 1);
128 
129  horizontalLayout = new QHBoxLayout();
130  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
131  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
132 
133  horizontalLayout->addItem(horizontalSpacer);
134 
135  btn_default = new QPushButton(GUI_FontConfig);
136  btn_default->setObjectName(QStringLiteral("btn_default"));
137  btn_default->setText(QStringLiteral("Default"));
138 
139  horizontalLayout->addWidget(btn_default);
140 
141 
142  gridLayout->addLayout(horizontalLayout, 13, 0, 4, 2);
143 
144  line_3 = new QFrame(GUI_FontConfig);
145  line_3->setObjectName(QStringLiteral("line_3"));
146  line_3->setFrameShape(QFrame::HLine);
147  line_3->setFrameShadow(QFrame::Sunken);
148 
149  gridLayout->addWidget(line_3, 2, 0, 1, 2);
150 
151  combo_sizes = new Gui::ComboBox(GUI_FontConfig);
152  combo_sizes->setObjectName(QStringLiteral("combo_sizes"));
153 
154  gridLayout->addWidget(combo_sizes, 1, 1, 1, 1);
155 
156  combo_fonts = new QFontComboBox(GUI_FontConfig);
157  combo_fonts->setObjectName(QStringLiteral("combo_fonts"));
158 
159  gridLayout->addWidget(combo_fonts, 0, 1, 1, 1);
160 
161 
162  retranslateUi(GUI_FontConfig);
163 
164  QMetaObject::connectSlotsByName(GUI_FontConfig);
165  } // setupUi
166 
167  void retranslateUi(QWidget *GUI_FontConfig)
168  {
169  label_7->setText(QApplication::translate("GUI_FontConfig", "Bold", nullptr));
170  label_5->setText(QApplication::translate("GUI_FontConfig", "Font size", nullptr));
171  label->setText(QApplication::translate("GUI_FontConfig", "Font size", nullptr));
172  cb_lib_bold->setText(QString());
173  label_6->setText(QApplication::translate("GUI_FontConfig", "Font size", nullptr));
174  label_2->setText(QApplication::translate("GUI_FontConfig", "Font name", nullptr));
175  Q_UNUSED(GUI_FontConfig);
176  } // retranslateUi
177 
178 };
179 
180 namespace Ui {
182 } // namespace Ui
183 
184 QT_END_NAMESPACE
185 
186 #endif // UI_GUI_FONTCONFIG_H
Definition: ui_GUI_SomaFM.h:206
Definition: ui_GUI_FontConfig.h:27
Definition: ui_GUI_FontConfig.h:181
Definition: GUI_FontConfig.h:31
Definition: ComboBox.h:29