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.6.0
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/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QComboBox>
18 #include <QtWidgets/QFontComboBox>
19 #include <QtWidgets/QFrame>
20 #include <QtWidgets/QGridLayout>
21 #include <QtWidgets/QHBoxLayout>
22 #include <QtWidgets/QHeaderView>
23 #include <QtWidgets/QLabel>
24 #include <QtWidgets/QPushButton>
25 #include <QtWidgets/QSpacerItem>
26 #include <QtWidgets/QWidget>
27 
28 QT_BEGIN_NAMESPACE
29 
31 {
32 public:
33  QGridLayout *gridLayout;
34  QLabel *label_7;
35  QComboBox *combo_lib_size;
36  QLabel *label_4;
37  QLabel *label_3;
38  QComboBox *combo_pl_size;
39  QLabel *label_5;
40  QLabel *label;
41  QCheckBox *cb_lib_bold;
42  QFrame *line_2;
43  QFrame *line_4;
44  QLabel *label_6;
45  QLabel *label_2;
46  QHBoxLayout *horizontalLayout;
47  QSpacerItem *horizontalSpacer;
48  QPushButton *btn_default;
49  QFrame *line_3;
50  QComboBox *combo_sizes;
51  QFontComboBox *combo_fonts;
52 
53  void setupUi(QWidget *GUI_FontConfig)
54  {
55  if (GUI_FontConfig->objectName().isEmpty())
56  GUI_FontConfig->setObjectName(QStringLiteral("GUI_FontConfig"));
57  GUI_FontConfig->resize(400, 316);
58  gridLayout = new QGridLayout(GUI_FontConfig);
59  gridLayout->setObjectName(QStringLiteral("gridLayout"));
60  label_7 = new QLabel(GUI_FontConfig);
61  label_7->setObjectName(QStringLiteral("label_7"));
62 
63  gridLayout->addWidget(label_7, 8, 0, 1, 1);
64 
65  combo_lib_size = new QComboBox(GUI_FontConfig);
66  combo_lib_size->setObjectName(QStringLiteral("combo_lib_size"));
67 
68  gridLayout->addWidget(combo_lib_size, 7, 1, 1, 1);
69 
70  label_4 = new QLabel(GUI_FontConfig);
71  label_4->setObjectName(QStringLiteral("label_4"));
72  QFont font;
73  font.setPointSize(11);
74  font.setBold(true);
75  font.setWeight(75);
76  label_4->setFont(font);
77 
78  gridLayout->addWidget(label_4, 10, 0, 1, 1);
79 
80  label_3 = new QLabel(GUI_FontConfig);
81  label_3->setObjectName(QStringLiteral("label_3"));
82  label_3->setFont(font);
83 
84  gridLayout->addWidget(label_3, 5, 0, 1, 1);
85 
86  combo_pl_size = new QComboBox(GUI_FontConfig);
87  combo_pl_size->setObjectName(QStringLiteral("combo_pl_size"));
88 
89  gridLayout->addWidget(combo_pl_size, 11, 1, 1, 1);
90 
91  label_5 = new QLabel(GUI_FontConfig);
92  label_5->setObjectName(QStringLiteral("label_5"));
93 
94  gridLayout->addWidget(label_5, 7, 0, 1, 1);
95 
96  label = new QLabel(GUI_FontConfig);
97  label->setObjectName(QStringLiteral("label"));
98 
99  gridLayout->addWidget(label, 1, 0, 1, 1);
100 
101  cb_lib_bold = new QCheckBox(GUI_FontConfig);
102  cb_lib_bold->setObjectName(QStringLiteral("cb_lib_bold"));
103 
104  gridLayout->addWidget(cb_lib_bold, 8, 1, 1, 1);
105 
106  line_2 = new QFrame(GUI_FontConfig);
107  line_2->setObjectName(QStringLiteral("line_2"));
108  line_2->setFrameShape(QFrame::HLine);
109  line_2->setFrameShadow(QFrame::Sunken);
110 
111  gridLayout->addWidget(line_2, 9, 0, 1, 2);
112 
113  line_4 = new QFrame(GUI_FontConfig);
114  line_4->setObjectName(QStringLiteral("line_4"));
115  line_4->setFrameShape(QFrame::HLine);
116  line_4->setFrameShadow(QFrame::Sunken);
117 
118  gridLayout->addWidget(line_4, 12, 0, 1, 2);
119 
120  label_6 = new QLabel(GUI_FontConfig);
121  label_6->setObjectName(QStringLiteral("label_6"));
122 
123  gridLayout->addWidget(label_6, 11, 0, 1, 1);
124 
125  label_2 = new QLabel(GUI_FontConfig);
126  label_2->setObjectName(QStringLiteral("label_2"));
127 
128  gridLayout->addWidget(label_2, 0, 0, 1, 1);
129 
130  horizontalLayout = new QHBoxLayout();
131  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
132  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
133 
134  horizontalLayout->addItem(horizontalSpacer);
135 
136  btn_default = new QPushButton(GUI_FontConfig);
137  btn_default->setObjectName(QStringLiteral("btn_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 QComboBox(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", 0));
170  label_4->setText(QApplication::translate("GUI_FontConfig", "Playlist", 0));
171  label_3->setText(QApplication::translate("GUI_FontConfig", "Library", 0));
172  label_5->setText(QApplication::translate("GUI_FontConfig", "Font size", 0));
173  label->setText(QApplication::translate("GUI_FontConfig", "Font size", 0));
174  cb_lib_bold->setText(QString());
175  label_6->setText(QApplication::translate("GUI_FontConfig", "Font size", 0));
176  label_2->setText(QApplication::translate("GUI_FontConfig", "Font name", 0));
177  btn_default->setText(QApplication::translate("GUI_FontConfig", "Default", 0));
178  Q_UNUSED(GUI_FontConfig);
179  } // retranslateUi
180 
181 };
182 
183 namespace Ui {
185 } // namespace Ui
186 
187 QT_END_NAMESPACE
188 
189 #endif // UI_GUI_FONTCONFIG_H
Definition: ui_GUI_SomaFM.h:200
Definition: ui_GUI_FontConfig.h:30
Definition: ui_GUI_FontConfig.h:184
Definition: GUI_FontConfig.h:35