Sayonara Player
Loading...
Searching...
No Matches
ui_GUI_Style.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_Style.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.17
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_STYLE_H
10#define UI_GUI_STYLE_H
11
12#include <Gui/Utils/MenuTool/MenuToolButton.h>
13#include <QtCore/QVariant>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QCheckBox>
16#include <QtWidgets/QDialog>
17#include <QtWidgets/QFrame>
18#include <QtWidgets/QGridLayout>
19#include <QtWidgets/QGroupBox>
20#include <QtWidgets/QHBoxLayout>
21#include <QtWidgets/QLabel>
22#include <QtWidgets/QPushButton>
23#include <QtWidgets/QSpacerItem>
24#include <QtWidgets/QSpinBox>
25#include "Gui/Utils/Widgets/ComboBox.h"
26
27QT_BEGIN_NAMESPACE
28
30{
31public:
32 QGridLayout *gridLayout;
33 QFrame *line_2;
34 QFrame *line;
35 QHBoxLayout *horizontalLayout_2;
36 QSpacerItem *horizontalSpacer;
37 QPushButton *btnClose;
38 QPushButton *btnOk;
39 QHBoxLayout *horizontalLayout_4;
40 QGroupBox *groupBox;
41 QGridLayout *gridLayout_2;
42 QSpinBox *sbRectHeightSpec;
43 QLabel *label_4;
44 QLabel *label_3;
45 QSpinBox *sbFadingStepsSpec;
46 QLabel *label_7;
47 QSpinBox *sbVerSpacingSpec;
48 QLabel *label_8;
49 QSpinBox *sbHorSpacingSpec;
50 QLabel *label_2;
51 QGroupBox *groupBox_2;
52 QGridLayout *gridLayout_3;
53 QLabel *label_12;
54 QSpinBox *sbRectHeightLvl;
55 QLabel *label_13;
56 QLabel *label_9;
57 QLabel *label_10;
58 QSpinBox *sbVerSpacingLvl;
59 QLabel *label_6;
60 QSpinBox *sbFadingStepsLvl;
61 QSpinBox *sbHorSpacingLvl;
62 QSpinBox *sbRectWidthLvl;
63 QLabel *labTitle;
64 QHBoxLayout *horizontalLayout;
65 Gui::ComboBox *comboStyles;
66 Gui::MenuToolButton *btnMenu;
67 QGridLayout *gridLayout_4;
68 QCheckBox *cbColor4;
69 QCheckBox *checkBox;
70 QSpacerItem *horizontalSpacer_4;
71 QSpacerItem *horizontalSpacer_3;
72 QSpacerItem *horizontalSpacer_2;
73 QPushButton *btnColor2;
74 QPushButton *btnColor4;
75 QCheckBox *checkBox_2;
76 QPushButton *btnColor3;
77 QPushButton *btnColor1;
78 QCheckBox *cbColor3;
79
80 void setupUi(QDialog *GUI_Style)
81 {
82 if (GUI_Style->objectName().isEmpty())
83 GUI_Style->setObjectName(QString::fromUtf8("GUI_Style"));
84 GUI_Style->resize(692, 498);
85 gridLayout = new QGridLayout(GUI_Style);
86 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
87 line_2 = new QFrame(GUI_Style);
88 line_2->setObjectName(QString::fromUtf8("line_2"));
89 line_2->setFrameShape(QFrame::HLine);
90 line_2->setFrameShadow(QFrame::Sunken);
91
92 gridLayout->addWidget(line_2, 1, 0, 1, 6);
93
94 line = new QFrame(GUI_Style);
95 line->setObjectName(QString::fromUtf8("line"));
96 line->setFrameShape(QFrame::HLine);
97 line->setFrameShadow(QFrame::Sunken);
98
99 gridLayout->addWidget(line, 14, 0, 1, 6);
100
101 horizontalLayout_2 = new QHBoxLayout();
102 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
103 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
104
105 horizontalLayout_2->addItem(horizontalSpacer);
106
107 btnClose = new QPushButton(GUI_Style);
108 btnClose->setObjectName(QString::fromUtf8("btnClose"));
109 btnClose->setFocusPolicy(Qt::StrongFocus);
110 btnClose->setText(QString::fromUtf8("Close"));
111
112 horizontalLayout_2->addWidget(btnClose);
113
114 btnOk = new QPushButton(GUI_Style);
115 btnOk->setObjectName(QString::fromUtf8("btnOk"));
116 btnOk->setText(QString::fromUtf8("Ok"));
117
118 horizontalLayout_2->addWidget(btnOk);
119
120
121 gridLayout->addLayout(horizontalLayout_2, 15, 0, 1, 6);
122
123 horizontalLayout_4 = new QHBoxLayout();
124 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
125 groupBox = new QGroupBox(GUI_Style);
126 groupBox->setObjectName(QString::fromUtf8("groupBox"));
127 gridLayout_2 = new QGridLayout(groupBox);
128 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
129 sbRectHeightSpec = new QSpinBox(groupBox);
130 sbRectHeightSpec->setObjectName(QString::fromUtf8("sbRectHeightSpec"));
131 sbRectHeightSpec->setMinimum(1);
132 sbRectHeightSpec->setMaximum(10);
133
134 gridLayout_2->addWidget(sbRectHeightSpec, 6, 1, 1, 1);
135
136 label_4 = new QLabel(groupBox);
137 label_4->setObjectName(QString::fromUtf8("label_4"));
138
139 gridLayout_2->addWidget(label_4, 5, 0, 1, 1);
140
141 label_3 = new QLabel(groupBox);
142 label_3->setObjectName(QString::fromUtf8("label_3"));
143
144 gridLayout_2->addWidget(label_3, 6, 0, 1, 1);
145
146 sbFadingStepsSpec = new QSpinBox(groupBox);
147 sbFadingStepsSpec->setObjectName(QString::fromUtf8("sbFadingStepsSpec"));
148 sbFadingStepsSpec->setMinimum(0);
149 sbFadingStepsSpec->setMaximum(100);
150 sbFadingStepsSpec->setValue(0);
151
152 gridLayout_2->addWidget(sbFadingStepsSpec, 0, 1, 1, 1);
153
154 label_7 = new QLabel(groupBox);
155 label_7->setObjectName(QString::fromUtf8("label_7"));
156
157 gridLayout_2->addWidget(label_7, 2, 0, 1, 1);
158
159 sbVerSpacingSpec = new QSpinBox(groupBox);
160 sbVerSpacingSpec->setObjectName(QString::fromUtf8("sbVerSpacingSpec"));
161 sbVerSpacingSpec->setMaximum(20);
162
163 gridLayout_2->addWidget(sbVerSpacingSpec, 5, 1, 1, 1);
164
165 label_8 = new QLabel(groupBox);
166 label_8->setObjectName(QString::fromUtf8("label_8"));
167
168 gridLayout_2->addWidget(label_8, 0, 0, 1, 1);
169
170 sbHorSpacingSpec = new QSpinBox(groupBox);
171 sbHorSpacingSpec->setObjectName(QString::fromUtf8("sbHorSpacingSpec"));
172 sbHorSpacingSpec->setMaximum(20);
173
174 gridLayout_2->addWidget(sbHorSpacingSpec, 2, 1, 1, 1);
175
176 label_2 = new QLabel(groupBox);
177 label_2->setObjectName(QString::fromUtf8("label_2"));
178
179 gridLayout_2->addWidget(label_2, 7, 0, 1, 1);
180
181
182 horizontalLayout_4->addWidget(groupBox);
183
184 groupBox_2 = new QGroupBox(GUI_Style);
185 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
186 gridLayout_3 = new QGridLayout(groupBox_2);
187 gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
188 label_12 = new QLabel(groupBox_2);
189 label_12->setObjectName(QString::fromUtf8("label_12"));
190
191 gridLayout_3->addWidget(label_12, 2, 0, 1, 1);
192
193 sbRectHeightLvl = new QSpinBox(groupBox_2);
194 sbRectHeightLvl->setObjectName(QString::fromUtf8("sbRectHeightLvl"));
195 sbRectHeightLvl->setMinimum(1);
196 sbRectHeightLvl->setMaximum(10);
197
198 gridLayout_3->addWidget(sbRectHeightLvl, 12, 1, 1, 1);
199
200 label_13 = new QLabel(groupBox_2);
201 label_13->setObjectName(QString::fromUtf8("label_13"));
202
203 gridLayout_3->addWidget(label_13, 13, 0, 1, 1);
204
205 label_9 = new QLabel(groupBox_2);
206 label_9->setObjectName(QString::fromUtf8("label_9"));
207
208 gridLayout_3->addWidget(label_9, 12, 0, 1, 1);
209
210 label_10 = new QLabel(groupBox_2);
211 label_10->setObjectName(QString::fromUtf8("label_10"));
212
213 gridLayout_3->addWidget(label_10, 4, 0, 1, 1);
214
215 sbVerSpacingLvl = new QSpinBox(groupBox_2);
216 sbVerSpacingLvl->setObjectName(QString::fromUtf8("sbVerSpacingLvl"));
217 sbVerSpacingLvl->setMaximum(20);
218
219 gridLayout_3->addWidget(sbVerSpacingLvl, 4, 1, 1, 1);
220
221 label_6 = new QLabel(groupBox_2);
222 label_6->setObjectName(QString::fromUtf8("label_6"));
223
224 gridLayout_3->addWidget(label_6, 1, 0, 1, 1);
225
226 sbFadingStepsLvl = new QSpinBox(groupBox_2);
227 sbFadingStepsLvl->setObjectName(QString::fromUtf8("sbFadingStepsLvl"));
228 sbFadingStepsLvl->setMaximum(100);
229
230 gridLayout_3->addWidget(sbFadingStepsLvl, 1, 1, 1, 1);
231
232 sbHorSpacingLvl = new QSpinBox(groupBox_2);
233 sbHorSpacingLvl->setObjectName(QString::fromUtf8("sbHorSpacingLvl"));
234 sbHorSpacingLvl->setMaximum(20);
235
236 gridLayout_3->addWidget(sbHorSpacingLvl, 2, 1, 1, 1);
237
238 sbRectWidthLvl = new QSpinBox(groupBox_2);
239 sbRectWidthLvl->setObjectName(QString::fromUtf8("sbRectWidthLvl"));
240 sbRectWidthLvl->setMinimum(1);
241
242 gridLayout_3->addWidget(sbRectWidthLvl, 13, 1, 1, 1);
243
244
245 horizontalLayout_4->addWidget(groupBox_2);
246
247
248 gridLayout->addLayout(horizontalLayout_4, 10, 0, 1, 6);
249
250 labTitle = new QLabel(GUI_Style);
251 labTitle->setObjectName(QString::fromUtf8("labTitle"));
252 QFont font;
253 font.setPointSize(11);
254 font.setBold(true);
255 font.setWeight(75);
256 labTitle->setFont(font);
257
258 gridLayout->addWidget(labTitle, 0, 0, 1, 3);
259
260 horizontalLayout = new QHBoxLayout();
261 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
262 comboStyles = new Gui::ComboBox(GUI_Style);
263 comboStyles->setObjectName(QString::fromUtf8("comboStyles"));
264 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
265 sizePolicy.setHorizontalStretch(0);
266 sizePolicy.setVerticalStretch(0);
267 sizePolicy.setHeightForWidth(comboStyles->sizePolicy().hasHeightForWidth());
268 comboStyles->setSizePolicy(sizePolicy);
269 comboStyles->setEditable(true);
270
271 horizontalLayout->addWidget(comboStyles);
272
273 btnMenu = new Gui::MenuToolButton(GUI_Style);
274 btnMenu->setObjectName(QString::fromUtf8("btnMenu"));
275 QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Maximum);
276 sizePolicy1.setHorizontalStretch(0);
277 sizePolicy1.setVerticalStretch(0);
278 sizePolicy1.setHeightForWidth(btnMenu->sizePolicy().hasHeightForWidth());
279 btnMenu->setSizePolicy(sizePolicy1);
280 btnMenu->setText(QString::fromUtf8("Menu"));
281
282 horizontalLayout->addWidget(btnMenu);
283
284
285 gridLayout->addLayout(horizontalLayout, 2, 0, 1, 6);
286
287 gridLayout_4 = new QGridLayout();
288 gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
289 gridLayout_4->setHorizontalSpacing(5);
290 cbColor4 = new QCheckBox(GUI_Style);
291 cbColor4->setObjectName(QString::fromUtf8("cbColor4"));
292 cbColor4->setLayoutDirection(Qt::RightToLeft);
293
294 gridLayout_4->addWidget(cbColor4, 0, 9, 1, 1);
295
296 checkBox = new QCheckBox(GUI_Style);
297 checkBox->setObjectName(QString::fromUtf8("checkBox"));
298 checkBox->setEnabled(false);
299 checkBox->setLayoutDirection(Qt::RightToLeft);
300 checkBox->setCheckable(true);
301 checkBox->setChecked(true);
302
303 gridLayout_4->addWidget(checkBox, 0, 0, 1, 1);
304
305 horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
306
307 gridLayout_4->addItem(horizontalSpacer_4, 0, 8, 1, 1);
308
309 horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
310
311 gridLayout_4->addItem(horizontalSpacer_3, 0, 5, 1, 1);
312
313 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
314
315 gridLayout_4->addItem(horizontalSpacer_2, 0, 2, 1, 1);
316
317 btnColor2 = new QPushButton(GUI_Style);
318 btnColor2->setObjectName(QString::fromUtf8("btnColor2"));
319 btnColor2->setMaximumSize(QSize(32, 16777215));
320 btnColor2->setFocusPolicy(Qt::StrongFocus);
321 btnColor2->setIconSize(QSize(24, 24));
322 btnColor2->setChecked(false);
323
324 gridLayout_4->addWidget(btnColor2, 0, 4, 1, 1);
325
326 btnColor4 = new QPushButton(GUI_Style);
327 btnColor4->setObjectName(QString::fromUtf8("btnColor4"));
328 btnColor4->setMaximumSize(QSize(32, 16777215));
329 btnColor4->setFocusPolicy(Qt::StrongFocus);
330 btnColor4->setIconSize(QSize(24, 24));
331
332 gridLayout_4->addWidget(btnColor4, 0, 10, 1, 1);
333
334 checkBox_2 = new QCheckBox(GUI_Style);
335 checkBox_2->setObjectName(QString::fromUtf8("checkBox_2"));
336 checkBox_2->setEnabled(false);
337 checkBox_2->setLayoutDirection(Qt::RightToLeft);
338 checkBox_2->setCheckable(true);
339 checkBox_2->setChecked(true);
340
341 gridLayout_4->addWidget(checkBox_2, 0, 3, 1, 1);
342
343 btnColor3 = new QPushButton(GUI_Style);
344 btnColor3->setObjectName(QString::fromUtf8("btnColor3"));
345 btnColor3->setMaximumSize(QSize(32, 16777215));
346 btnColor3->setFocusPolicy(Qt::StrongFocus);
347 btnColor3->setIconSize(QSize(24, 24));
348
349 gridLayout_4->addWidget(btnColor3, 0, 7, 1, 1);
350
351 btnColor1 = new QPushButton(GUI_Style);
352 btnColor1->setObjectName(QString::fromUtf8("btnColor1"));
353 btnColor1->setMaximumSize(QSize(32, 16777215));
354 btnColor1->setFocusPolicy(Qt::StrongFocus);
355 btnColor1->setIconSize(QSize(24, 24));
356 btnColor1->setChecked(false);
357
358 gridLayout_4->addWidget(btnColor1, 0, 1, 1, 1);
359
360 cbColor3 = new QCheckBox(GUI_Style);
361 cbColor3->setObjectName(QString::fromUtf8("cbColor3"));
362 cbColor3->setLayoutDirection(Qt::RightToLeft);
363
364 gridLayout_4->addWidget(cbColor3, 0, 6, 1, 1);
365
366
367 gridLayout->addLayout(gridLayout_4, 3, 0, 1, 6);
368
369 QWidget::setTabOrder(comboStyles, checkBox);
370 QWidget::setTabOrder(checkBox, btnColor1);
371 QWidget::setTabOrder(btnColor1, checkBox_2);
372 QWidget::setTabOrder(checkBox_2, btnColor2);
373 QWidget::setTabOrder(btnColor2, cbColor3);
374 QWidget::setTabOrder(cbColor3, btnColor3);
375 QWidget::setTabOrder(btnColor3, cbColor4);
376 QWidget::setTabOrder(cbColor4, btnColor4);
377 QWidget::setTabOrder(btnColor4, sbFadingStepsSpec);
378 QWidget::setTabOrder(sbFadingStepsSpec, sbHorSpacingSpec);
379 QWidget::setTabOrder(sbHorSpacingSpec, sbVerSpacingSpec);
380 QWidget::setTabOrder(sbVerSpacingSpec, sbRectHeightSpec);
381 QWidget::setTabOrder(sbRectHeightSpec, sbFadingStepsLvl);
382 QWidget::setTabOrder(sbFadingStepsLvl, sbHorSpacingLvl);
383 QWidget::setTabOrder(sbHorSpacingLvl, sbVerSpacingLvl);
384 QWidget::setTabOrder(sbVerSpacingLvl, sbRectHeightLvl);
385 QWidget::setTabOrder(sbRectHeightLvl, sbRectWidthLvl);
386
387 retranslateUi(GUI_Style);
388 QObject::connect(btnClose, SIGNAL(clicked()), GUI_Style, SLOT(close()));
389 QObject::connect(cbColor3, SIGNAL(toggled(bool)), btnColor3, SLOT(setEnabled(bool)));
390 QObject::connect(cbColor4, SIGNAL(toggled(bool)), btnColor4, SLOT(setEnabled(bool)));
391
392 QMetaObject::connectSlotsByName(GUI_Style);
393 } // setupUi
394
395 void retranslateUi(QDialog *GUI_Style)
396 {
397 GUI_Style->setWindowTitle(QCoreApplication::translate("GUI_Style", "Style", nullptr));
398 groupBox->setTitle(QCoreApplication::translate("GUI_Style", "Spectrum", nullptr));
399 label_4->setText(QCoreApplication::translate("GUI_Style", "Vert. spacing", nullptr));
400 label_3->setText(QCoreApplication::translate("GUI_Style", "Rect height", nullptr));
401 label_7->setText(QCoreApplication::translate("GUI_Style", "Hor. spacing", nullptr));
402 label_8->setText(QCoreApplication::translate("GUI_Style", "Fading steps", nullptr));
403 label_2->setText(QString());
404 groupBox_2->setTitle(QCoreApplication::translate("GUI_Style", "Level", nullptr));
405 label_12->setText(QCoreApplication::translate("GUI_Style", "Hor. spacing", nullptr));
406 label_13->setText(QCoreApplication::translate("GUI_Style", "Rect width", nullptr));
407 label_9->setText(QCoreApplication::translate("GUI_Style", "Rect height", nullptr));
408 label_10->setText(QCoreApplication::translate("GUI_Style", "Ver. spacing", nullptr));
409 label_6->setText(QCoreApplication::translate("GUI_Style", "Fading steps", nullptr));
410 labTitle->setText(QCoreApplication::translate("GUI_Style", "Style settings", nullptr));
411 cbColor4->setText(QCoreApplication::translate("GUI_Style", "Color 4", nullptr));
412 checkBox->setText(QCoreApplication::translate("GUI_Style", "Color 1", nullptr));
413 btnColor2->setText(QString());
414 btnColor4->setText(QString());
415 checkBox_2->setText(QCoreApplication::translate("GUI_Style", "Color 2", nullptr));
416 btnColor3->setText(QString());
417 btnColor1->setText(QString());
418 cbColor3->setText(QCoreApplication::translate("GUI_Style", "Color 3", nullptr));
419 } // retranslateUi
420
421};
422
423namespace Ui {
424 class GUI_Style: public Ui_GUI_Style {};
425} // namespace Ui
426
427QT_END_NAMESPACE
428
429#endif // UI_GUI_STYLE_H
Definition ComboBox.h:31
Definition MenuToolButton.h:37
Definition ui_GUI_Style.h:424
Definition ui_GUI_Style.h:30