Sayonara Player
ui_GUI_FontPreferences.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'GUI_FontPreferences.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.14.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_GUI_FONTPREFERENCES_H
10 #define UI_GUI_FONTPREFERENCES_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/QScrollArea>
22 #include <QtWidgets/QSpacerItem>
23 #include <QtWidgets/QWidget>
24 #include "Gui/Utils/Widgets/ComboBox.h"
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QGridLayout *gridLayout;
32  QFrame *line_4;
33  QHBoxLayout *horizontalLayout;
34  QSpacerItem *horizontalSpacer;
35  QPushButton *btn_default;
36  QScrollArea *scrollArea;
37  QWidget *scrollAreaWidgetContents;
38  QGridLayout *gridLayout_2;
39  Gui::ComboBox *combo_sizes;
40  Gui::ComboBox *combo_plSize;
41  Gui::ComboBox *combo_libSize;
42  QLabel *label_6;
43  QLabel *label_5;
44  QLabel *label;
45  QFrame *line_2;
46  QLabel *label_7;
47  QFontComboBox *combo_fonts;
48  QLabel *label_2;
49  QFrame *line_3;
50  QLabel *lab_library;
51  QLabel *lab_playlist;
52  QCheckBox *cb_libBold;
53  QSpacerItem *verticalSpacer;
54 
55  void setupUi(QWidget *GUI_FontPreferences)
56  {
57  if (GUI_FontPreferences->objectName().isEmpty())
58  GUI_FontPreferences->setObjectName(QString::fromUtf8("GUI_FontPreferences"));
59  GUI_FontPreferences->resize(400, 316);
60  gridLayout = new QGridLayout(GUI_FontPreferences);
61  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
62  line_4 = new QFrame(GUI_FontPreferences);
63  line_4->setObjectName(QString::fromUtf8("line_4"));
64  line_4->setFrameShape(QFrame::HLine);
65  line_4->setFrameShadow(QFrame::Sunken);
66 
67  gridLayout->addWidget(line_4, 4, 0, 1, 2);
68 
69  horizontalLayout = new QHBoxLayout();
70  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
71  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
72 
73  horizontalLayout->addItem(horizontalSpacer);
74 
75  btn_default = new QPushButton(GUI_FontPreferences);
76  btn_default->setObjectName(QString::fromUtf8("btn_default"));
77  btn_default->setText(QString::fromUtf8("Default"));
78 
79  horizontalLayout->addWidget(btn_default);
80 
81 
82  gridLayout->addLayout(horizontalLayout, 5, 0, 4, 2);
83 
84  scrollArea = new QScrollArea(GUI_FontPreferences);
85  scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
86  scrollArea->setWidgetResizable(true);
87  scrollAreaWidgetContents = new QWidget();
88  scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
89  scrollAreaWidgetContents->setGeometry(QRect(0, 0, 380, 254));
90  gridLayout_2 = new QGridLayout(scrollAreaWidgetContents);
91  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
92  gridLayout_2->setContentsMargins(5, 5, 5, 5);
93  combo_sizes = new Gui::ComboBox(scrollAreaWidgetContents);
94  combo_sizes->setObjectName(QString::fromUtf8("combo_sizes"));
95 
96  gridLayout_2->addWidget(combo_sizes, 3, 1, 1, 1);
97 
98  combo_plSize = new Gui::ComboBox(scrollAreaWidgetContents);
99  combo_plSize->setObjectName(QString::fromUtf8("combo_plSize"));
100 
101  gridLayout_2->addWidget(combo_plSize, 13, 1, 1, 1);
102 
103  combo_libSize = new Gui::ComboBox(scrollAreaWidgetContents);
104  combo_libSize->setObjectName(QString::fromUtf8("combo_libSize"));
105 
106  gridLayout_2->addWidget(combo_libSize, 8, 1, 1, 1);
107 
108  label_6 = new QLabel(scrollAreaWidgetContents);
109  label_6->setObjectName(QString::fromUtf8("label_6"));
110 
111  gridLayout_2->addWidget(label_6, 13, 0, 1, 1);
112 
113  label_5 = new QLabel(scrollAreaWidgetContents);
114  label_5->setObjectName(QString::fromUtf8("label_5"));
115 
116  gridLayout_2->addWidget(label_5, 8, 0, 1, 1);
117 
118  label = new QLabel(scrollAreaWidgetContents);
119  label->setObjectName(QString::fromUtf8("label"));
120 
121  gridLayout_2->addWidget(label, 3, 0, 1, 1);
122 
123  line_2 = new QFrame(scrollAreaWidgetContents);
124  line_2->setObjectName(QString::fromUtf8("line_2"));
125  line_2->setFrameShape(QFrame::HLine);
126  line_2->setFrameShadow(QFrame::Sunken);
127 
128  gridLayout_2->addWidget(line_2, 11, 0, 1, 2);
129 
130  label_7 = new QLabel(scrollAreaWidgetContents);
131  label_7->setObjectName(QString::fromUtf8("label_7"));
132 
133  gridLayout_2->addWidget(label_7, 9, 0, 1, 1);
134 
135  combo_fonts = new QFontComboBox(scrollAreaWidgetContents);
136  combo_fonts->setObjectName(QString::fromUtf8("combo_fonts"));
137 
138  gridLayout_2->addWidget(combo_fonts, 1, 1, 1, 1);
139 
140  label_2 = new QLabel(scrollAreaWidgetContents);
141  label_2->setObjectName(QString::fromUtf8("label_2"));
142 
143  gridLayout_2->addWidget(label_2, 1, 0, 1, 1);
144 
145  line_3 = new QFrame(scrollAreaWidgetContents);
146  line_3->setObjectName(QString::fromUtf8("line_3"));
147  line_3->setFrameShape(QFrame::HLine);
148  line_3->setFrameShadow(QFrame::Sunken);
149 
150  gridLayout_2->addWidget(line_3, 5, 0, 1, 2);
151 
152  lab_library = new QLabel(scrollAreaWidgetContents);
153  lab_library->setObjectName(QString::fromUtf8("lab_library"));
154  QFont font;
155  font.setBold(true);
156  font.setWeight(75);
157  lab_library->setFont(font);
158  lab_library->setText(QString::fromUtf8("Library"));
159 
160  gridLayout_2->addWidget(lab_library, 7, 0, 1, 2);
161 
162  lab_playlist = new QLabel(scrollAreaWidgetContents);
163  lab_playlist->setObjectName(QString::fromUtf8("lab_playlist"));
164  lab_playlist->setFont(font);
165  lab_playlist->setText(QString::fromUtf8("Playlist"));
166 
167  gridLayout_2->addWidget(lab_playlist, 12, 0, 1, 2);
168 
169  cb_libBold = new QCheckBox(scrollAreaWidgetContents);
170  cb_libBold->setObjectName(QString::fromUtf8("cb_libBold"));
171 
172  gridLayout_2->addWidget(cb_libBold, 9, 1, 1, 1);
173 
174  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
175 
176  gridLayout_2->addItem(verticalSpacer, 14, 1, 1, 1);
177 
178  scrollArea->setWidget(scrollAreaWidgetContents);
179 
180  gridLayout->addWidget(scrollArea, 3, 0, 1, 2);
181 
182  QWidget::setTabOrder(scrollArea, combo_fonts);
183  QWidget::setTabOrder(combo_fonts, combo_sizes);
184  QWidget::setTabOrder(combo_sizes, combo_libSize);
185  QWidget::setTabOrder(combo_libSize, cb_libBold);
186  QWidget::setTabOrder(cb_libBold, combo_plSize);
187  QWidget::setTabOrder(combo_plSize, btn_default);
188 
189  retranslateUi(GUI_FontPreferences);
190 
191  QMetaObject::connectSlotsByName(GUI_FontPreferences);
192  } // setupUi
193 
194  void retranslateUi(QWidget *GUI_FontPreferences)
195  {
196  label_6->setText(QCoreApplication::translate("GUI_FontPreferences", "Font size", nullptr));
197  label_5->setText(QCoreApplication::translate("GUI_FontPreferences", "Font size", nullptr));
198  label->setText(QCoreApplication::translate("GUI_FontPreferences", "Font size", nullptr));
199  label_7->setText(QCoreApplication::translate("GUI_FontPreferences", "Bold", nullptr));
200  label_2->setText(QCoreApplication::translate("GUI_FontPreferences", "Font name", nullptr));
201  cb_libBold->setText(QString());
202  (void)GUI_FontPreferences;
203  } // retranslateUi
204 
205 };
206 
207 namespace Ui {
209 } // namespace Ui
210 
211 QT_END_NAMESPACE
212 
213 #endif // UI_GUI_FONTPREFERENCES_H
GUI_FontPreferences
Definition: GUI_FontPreferences.h:33
Ui::GUI_FontPreferences
Definition: ui_GUI_FontPreferences.h:208
Ui_GUI_FontPreferences
Definition: ui_GUI_FontPreferences.h:29
Gui::ComboBox
A custom combobox which also uses the Gui::ComboBoxDelegate.
Definition: ComboBox.h:35