9 #ifndef UI_GUI_FONTCONFIG_H 10 #define UI_GUI_FONTCONFIG_H 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> 33 QGridLayout *gridLayout;
35 QComboBox *combo_lib_size;
38 QComboBox *combo_pl_size;
41 QCheckBox *cb_lib_bold;
46 QHBoxLayout *horizontalLayout;
47 QSpacerItem *horizontalSpacer;
48 QPushButton *btn_default;
50 QComboBox *combo_sizes;
51 QFontComboBox *combo_fonts;
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"));
63 gridLayout->addWidget(label_7, 8, 0, 1, 1);
65 combo_lib_size =
new QComboBox(GUI_FontConfig);
66 combo_lib_size->setObjectName(QStringLiteral(
"combo_lib_size"));
68 gridLayout->addWidget(combo_lib_size, 7, 1, 1, 1);
70 label_4 =
new QLabel(GUI_FontConfig);
71 label_4->setObjectName(QStringLiteral(
"label_4"));
73 font.setPointSize(11);
76 label_4->setFont(font);
78 gridLayout->addWidget(label_4, 10, 0, 1, 1);
80 label_3 =
new QLabel(GUI_FontConfig);
81 label_3->setObjectName(QStringLiteral(
"label_3"));
82 label_3->setFont(font);
84 gridLayout->addWidget(label_3, 5, 0, 1, 1);
86 combo_pl_size =
new QComboBox(GUI_FontConfig);
87 combo_pl_size->setObjectName(QStringLiteral(
"combo_pl_size"));
89 gridLayout->addWidget(combo_pl_size, 11, 1, 1, 1);
91 label_5 =
new QLabel(GUI_FontConfig);
92 label_5->setObjectName(QStringLiteral(
"label_5"));
94 gridLayout->addWidget(label_5, 7, 0, 1, 1);
96 label =
new QLabel(GUI_FontConfig);
97 label->setObjectName(QStringLiteral(
"label"));
99 gridLayout->addWidget(label, 1, 0, 1, 1);
101 cb_lib_bold =
new QCheckBox(GUI_FontConfig);
102 cb_lib_bold->setObjectName(QStringLiteral(
"cb_lib_bold"));
104 gridLayout->addWidget(cb_lib_bold, 8, 1, 1, 1);
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);
111 gridLayout->addWidget(line_2, 9, 0, 1, 2);
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);
118 gridLayout->addWidget(line_4, 12, 0, 1, 2);
120 label_6 =
new QLabel(GUI_FontConfig);
121 label_6->setObjectName(QStringLiteral(
"label_6"));
123 gridLayout->addWidget(label_6, 11, 0, 1, 1);
125 label_2 =
new QLabel(GUI_FontConfig);
126 label_2->setObjectName(QStringLiteral(
"label_2"));
128 gridLayout->addWidget(label_2, 0, 0, 1, 1);
130 horizontalLayout =
new QHBoxLayout();
131 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
132 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
134 horizontalLayout->addItem(horizontalSpacer);
136 btn_default =
new QPushButton(GUI_FontConfig);
137 btn_default->setObjectName(QStringLiteral(
"btn_default"));
139 horizontalLayout->addWidget(btn_default);
142 gridLayout->addLayout(horizontalLayout, 13, 0, 4, 2);
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);
149 gridLayout->addWidget(line_3, 2, 0, 1, 2);
151 combo_sizes =
new QComboBox(GUI_FontConfig);
152 combo_sizes->setObjectName(QStringLiteral(
"combo_sizes"));
154 gridLayout->addWidget(combo_sizes, 1, 1, 1, 1);
156 combo_fonts =
new QFontComboBox(GUI_FontConfig);
157 combo_fonts->setObjectName(QStringLiteral(
"combo_fonts"));
159 gridLayout->addWidget(combo_fonts, 0, 1, 1, 1);
162 retranslateUi(GUI_FontConfig);
164 QMetaObject::connectSlotsByName(GUI_FontConfig);
167 void retranslateUi(QWidget *GUI_FontConfig)
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);
189 #endif // UI_GUI_FONTCONFIG_H Definition: ui_GUI_SomaFM.h:217
Definition: ui_GUI_FontConfig.h:30
Definition: ui_GUI_FontConfig.h:184
Definition: GUI_FontConfig.h:34