Sayonara Player
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.12.5
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 <QtCore/QVariant>
13 #include <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QCheckBox>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QFrame>
19 #include <QtWidgets/QGridLayout>
20 #include <QtWidgets/QGroupBox>
21 #include <QtWidgets/QHBoxLayout>
22 #include <QtWidgets/QLabel>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QSpinBox>
26 
27 QT_BEGIN_NAMESPACE
28 
29 class Ui_GUI_Style
30 {
31 public:
32  QGridLayout *gridLayout;
33  QFrame *line_2;
34  QFrame *line;
35  QHBoxLayout *horizontalLayout_2;
36  QSpacerItem *horizontalSpacer;
37  QPushButton *btn_close;
38  QHBoxLayout *horizontalLayout_4;
39  QGroupBox *groupBox;
40  QGridLayout *gridLayout_2;
41  QSpinBox *sb_rect_height_sp;
42  QLabel *label_4;
43  QLabel *label_3;
44  QSpinBox *sb_fading_steps_sp;
45  QLabel *label_7;
46  QSpinBox *sb_v_spacing_sp;
47  QLabel *label_8;
48  QSpinBox *sb_h_spacing_sp;
49  QLabel *label_2;
50  QGroupBox *groupBox_2;
51  QGridLayout *gridLayout_3;
52  QLabel *label_12;
53  QSpinBox *sb_rect_height_lv;
54  QLabel *label_13;
55  QLabel *label_9;
56  QLabel *label_10;
57  QSpinBox *sb_v_spacing_lv;
58  QLabel *label_6;
59  QSpinBox *sb_fading_steps_lv;
60  QSpinBox *sb_h_spacing_lv;
61  QSpinBox *sb_rect_width_lv;
62  QLabel *lab_title;
63  QHBoxLayout *horizontalLayout;
64  QComboBox *combo_styles;
65  QPushButton *btn_undo;
66  QPushButton *btn_save;
67  QPushButton *btn_delete;
68  QGridLayout *gridLayout_4;
69  QSpacerItem *horizontalSpacer_3;
70  QLabel *label_15;
71  QLabel *label_16;
72  QPushButton *btn_col2;
73  QLabel *label_14;
74  QLabel *label;
75  QCheckBox *checkBox;
76  QCheckBox *checkBox_2;
77  QCheckBox *cb_col3;
78  QCheckBox *cb_col4;
79  QPushButton *btn_col1;
80  QPushButton *btn_col3;
81  QPushButton *btn_col4;
82  QSpacerItem *horizontalSpacer_2;
83  QSpacerItem *horizontalSpacer_4;
84 
85  void setupUi(QDialog *GUI_Style)
86  {
87  if (GUI_Style->objectName().isEmpty())
88  GUI_Style->setObjectName(QString::fromUtf8("GUI_Style"));
89  GUI_Style->resize(600, 371);
90  gridLayout = new QGridLayout(GUI_Style);
91  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
92  line_2 = new QFrame(GUI_Style);
93  line_2->setObjectName(QString::fromUtf8("line_2"));
94  line_2->setFrameShape(QFrame::HLine);
95  line_2->setFrameShadow(QFrame::Sunken);
96 
97  gridLayout->addWidget(line_2, 1, 0, 1, 6);
98 
99  line = new QFrame(GUI_Style);
100  line->setObjectName(QString::fromUtf8("line"));
101  line->setFrameShape(QFrame::HLine);
102  line->setFrameShadow(QFrame::Sunken);
103 
104  gridLayout->addWidget(line, 14, 0, 1, 6);
105 
106  horizontalLayout_2 = new QHBoxLayout();
107  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
108  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
109 
110  horizontalLayout_2->addItem(horizontalSpacer);
111 
112  btn_close = new QPushButton(GUI_Style);
113  btn_close->setObjectName(QString::fromUtf8("btn_close"));
114  btn_close->setFocusPolicy(Qt::StrongFocus);
115 
116  horizontalLayout_2->addWidget(btn_close);
117 
118 
119  gridLayout->addLayout(horizontalLayout_2, 15, 0, 1, 6);
120 
121  horizontalLayout_4 = new QHBoxLayout();
122  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
123  groupBox = new QGroupBox(GUI_Style);
124  groupBox->setObjectName(QString::fromUtf8("groupBox"));
125  gridLayout_2 = new QGridLayout(groupBox);
126  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
127  sb_rect_height_sp = new QSpinBox(groupBox);
128  sb_rect_height_sp->setObjectName(QString::fromUtf8("sb_rect_height_sp"));
129  sb_rect_height_sp->setMinimum(1);
130  sb_rect_height_sp->setMaximum(10);
131 
132  gridLayout_2->addWidget(sb_rect_height_sp, 6, 1, 1, 1);
133 
134  label_4 = new QLabel(groupBox);
135  label_4->setObjectName(QString::fromUtf8("label_4"));
136 
137  gridLayout_2->addWidget(label_4, 5, 0, 1, 1);
138 
139  label_3 = new QLabel(groupBox);
140  label_3->setObjectName(QString::fromUtf8("label_3"));
141 
142  gridLayout_2->addWidget(label_3, 6, 0, 1, 1);
143 
144  sb_fading_steps_sp = new QSpinBox(groupBox);
145  sb_fading_steps_sp->setObjectName(QString::fromUtf8("sb_fading_steps_sp"));
146  sb_fading_steps_sp->setMinimum(0);
147  sb_fading_steps_sp->setMaximum(100);
148  sb_fading_steps_sp->setValue(0);
149 
150  gridLayout_2->addWidget(sb_fading_steps_sp, 0, 1, 1, 1);
151 
152  label_7 = new QLabel(groupBox);
153  label_7->setObjectName(QString::fromUtf8("label_7"));
154 
155  gridLayout_2->addWidget(label_7, 2, 0, 1, 1);
156 
157  sb_v_spacing_sp = new QSpinBox(groupBox);
158  sb_v_spacing_sp->setObjectName(QString::fromUtf8("sb_v_spacing_sp"));
159  sb_v_spacing_sp->setMaximum(20);
160 
161  gridLayout_2->addWidget(sb_v_spacing_sp, 5, 1, 1, 1);
162 
163  label_8 = new QLabel(groupBox);
164  label_8->setObjectName(QString::fromUtf8("label_8"));
165 
166  gridLayout_2->addWidget(label_8, 0, 0, 1, 1);
167 
168  sb_h_spacing_sp = new QSpinBox(groupBox);
169  sb_h_spacing_sp->setObjectName(QString::fromUtf8("sb_h_spacing_sp"));
170  sb_h_spacing_sp->setMaximum(20);
171 
172  gridLayout_2->addWidget(sb_h_spacing_sp, 2, 1, 1, 1);
173 
174  label_2 = new QLabel(groupBox);
175  label_2->setObjectName(QString::fromUtf8("label_2"));
176 
177  gridLayout_2->addWidget(label_2, 7, 0, 1, 1);
178 
179 
180  horizontalLayout_4->addWidget(groupBox);
181 
182  groupBox_2 = new QGroupBox(GUI_Style);
183  groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
184  gridLayout_3 = new QGridLayout(groupBox_2);
185  gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
186  label_12 = new QLabel(groupBox_2);
187  label_12->setObjectName(QString::fromUtf8("label_12"));
188 
189  gridLayout_3->addWidget(label_12, 2, 0, 1, 1);
190 
191  sb_rect_height_lv = new QSpinBox(groupBox_2);
192  sb_rect_height_lv->setObjectName(QString::fromUtf8("sb_rect_height_lv"));
193  sb_rect_height_lv->setMinimum(1);
194  sb_rect_height_lv->setMaximum(10);
195 
196  gridLayout_3->addWidget(sb_rect_height_lv, 12, 1, 1, 1);
197 
198  label_13 = new QLabel(groupBox_2);
199  label_13->setObjectName(QString::fromUtf8("label_13"));
200 
201  gridLayout_3->addWidget(label_13, 13, 0, 1, 1);
202 
203  label_9 = new QLabel(groupBox_2);
204  label_9->setObjectName(QString::fromUtf8("label_9"));
205 
206  gridLayout_3->addWidget(label_9, 12, 0, 1, 1);
207 
208  label_10 = new QLabel(groupBox_2);
209  label_10->setObjectName(QString::fromUtf8("label_10"));
210 
211  gridLayout_3->addWidget(label_10, 4, 0, 1, 1);
212 
213  sb_v_spacing_lv = new QSpinBox(groupBox_2);
214  sb_v_spacing_lv->setObjectName(QString::fromUtf8("sb_v_spacing_lv"));
215  sb_v_spacing_lv->setMaximum(20);
216 
217  gridLayout_3->addWidget(sb_v_spacing_lv, 4, 1, 1, 1);
218 
219  label_6 = new QLabel(groupBox_2);
220  label_6->setObjectName(QString::fromUtf8("label_6"));
221 
222  gridLayout_3->addWidget(label_6, 1, 0, 1, 1);
223 
224  sb_fading_steps_lv = new QSpinBox(groupBox_2);
225  sb_fading_steps_lv->setObjectName(QString::fromUtf8("sb_fading_steps_lv"));
226  sb_fading_steps_lv->setMaximum(100);
227 
228  gridLayout_3->addWidget(sb_fading_steps_lv, 1, 1, 1, 1);
229 
230  sb_h_spacing_lv = new QSpinBox(groupBox_2);
231  sb_h_spacing_lv->setObjectName(QString::fromUtf8("sb_h_spacing_lv"));
232  sb_h_spacing_lv->setMaximum(20);
233 
234  gridLayout_3->addWidget(sb_h_spacing_lv, 2, 1, 1, 1);
235 
236  sb_rect_width_lv = new QSpinBox(groupBox_2);
237  sb_rect_width_lv->setObjectName(QString::fromUtf8("sb_rect_width_lv"));
238  sb_rect_width_lv->setMinimum(1);
239 
240  gridLayout_3->addWidget(sb_rect_width_lv, 13, 1, 1, 1);
241 
242 
243  horizontalLayout_4->addWidget(groupBox_2);
244 
245 
246  gridLayout->addLayout(horizontalLayout_4, 10, 0, 1, 6);
247 
248  lab_title = new QLabel(GUI_Style);
249  lab_title->setObjectName(QString::fromUtf8("lab_title"));
250  QFont font;
251  font.setPointSize(11);
252  font.setBold(true);
253  font.setWeight(75);
254  lab_title->setFont(font);
255 
256  gridLayout->addWidget(lab_title, 0, 0, 1, 3);
257 
258  horizontalLayout = new QHBoxLayout();
259  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
260  combo_styles = new QComboBox(GUI_Style);
261  combo_styles->setObjectName(QString::fromUtf8("combo_styles"));
262  combo_styles->setEditable(true);
263 
264  horizontalLayout->addWidget(combo_styles);
265 
266  btn_undo = new QPushButton(GUI_Style);
267  btn_undo->setObjectName(QString::fromUtf8("btn_undo"));
268  btn_undo->setMinimumSize(QSize(24, 24));
269  btn_undo->setMaximumSize(QSize(24, 24));
270  btn_undo->setFocusPolicy(Qt::StrongFocus);
271  QIcon icon;
272  icon.addFile(QString::fromUtf8(":/Icons/undo.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
273  btn_undo->setIcon(icon);
274  btn_undo->setIconSize(QSize(16, 16));
275 
276  horizontalLayout->addWidget(btn_undo);
277 
278  btn_save = new QPushButton(GUI_Style);
279  btn_save->setObjectName(QString::fromUtf8("btn_save"));
280  btn_save->setMinimumSize(QSize(24, 24));
281  btn_save->setMaximumSize(QSize(24, 24));
282  btn_save->setFocusPolicy(Qt::StrongFocus);
283  QIcon icon1;
284  icon1.addFile(QString::fromUtf8(":/Icons/save.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
285  btn_save->setIcon(icon1);
286  btn_save->setIconSize(QSize(16, 16));
287 
288  horizontalLayout->addWidget(btn_save);
289 
290  btn_delete = new QPushButton(GUI_Style);
291  btn_delete->setObjectName(QString::fromUtf8("btn_delete"));
292  btn_delete->setMinimumSize(QSize(24, 24));
293  btn_delete->setMaximumSize(QSize(24, 24));
294  btn_delete->setFocusPolicy(Qt::StrongFocus);
295  QIcon icon2;
296  icon2.addFile(QString::fromUtf8(":/Icons/delete.svg.png"), QSize(), QIcon::Normal, QIcon::Off);
297  btn_delete->setIcon(icon2);
298  btn_delete->setIconSize(QSize(16, 16));
299 
300  horizontalLayout->addWidget(btn_delete);
301 
302 
303  gridLayout->addLayout(horizontalLayout, 2, 0, 1, 6);
304 
305  gridLayout_4 = new QGridLayout();
306  gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
307  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
308 
309  gridLayout_4->addItem(horizontalSpacer_3, 0, 7, 1, 1);
310 
311  label_15 = new QLabel(GUI_Style);
312  label_15->setObjectName(QString::fromUtf8("label_15"));
313 
314  gridLayout_4->addWidget(label_15, 0, 4, 1, 1);
315 
316  label_16 = new QLabel(GUI_Style);
317  label_16->setObjectName(QString::fromUtf8("label_16"));
318 
319  gridLayout_4->addWidget(label_16, 0, 0, 1, 1);
320 
321  btn_col2 = new QPushButton(GUI_Style);
322  btn_col2->setObjectName(QString::fromUtf8("btn_col2"));
323  btn_col2->setMaximumSize(QSize(25, 16777215));
324  btn_col2->setFocusPolicy(Qt::StrongFocus);
325  btn_col2->setIconSize(QSize(18, 18));
326  btn_col2->setChecked(false);
327 
328  gridLayout_4->addWidget(btn_col2, 0, 6, 1, 1);
329 
330  label_14 = new QLabel(GUI_Style);
331  label_14->setObjectName(QString::fromUtf8("label_14"));
332 
333  gridLayout_4->addWidget(label_14, 0, 8, 1, 1);
334 
335  label = new QLabel(GUI_Style);
336  label->setObjectName(QString::fromUtf8("label"));
337 
338  gridLayout_4->addWidget(label, 0, 12, 1, 1);
339 
340  checkBox = new QCheckBox(GUI_Style);
341  checkBox->setObjectName(QString::fromUtf8("checkBox"));
342  checkBox->setEnabled(false);
343  checkBox->setMaximumSize(QSize(20, 16777215));
344  checkBox->setLayoutDirection(Qt::RightToLeft);
345  checkBox->setCheckable(true);
346  checkBox->setChecked(true);
347 
348  gridLayout_4->addWidget(checkBox, 0, 1, 1, 1);
349 
350  checkBox_2 = new QCheckBox(GUI_Style);
351  checkBox_2->setObjectName(QString::fromUtf8("checkBox_2"));
352  checkBox_2->setEnabled(false);
353  checkBox_2->setMaximumSize(QSize(20, 16777215));
354  checkBox_2->setLayoutDirection(Qt::RightToLeft);
355  checkBox_2->setCheckable(true);
356  checkBox_2->setChecked(true);
357 
358  gridLayout_4->addWidget(checkBox_2, 0, 5, 1, 1);
359 
360  cb_col3 = new QCheckBox(GUI_Style);
361  cb_col3->setObjectName(QString::fromUtf8("cb_col3"));
362  cb_col3->setMaximumSize(QSize(20, 16777215));
363  cb_col3->setLayoutDirection(Qt::RightToLeft);
364 
365  gridLayout_4->addWidget(cb_col3, 0, 9, 1, 1);
366 
367  cb_col4 = new QCheckBox(GUI_Style);
368  cb_col4->setObjectName(QString::fromUtf8("cb_col4"));
369  cb_col4->setMaximumSize(QSize(20, 16777215));
370  cb_col4->setLayoutDirection(Qt::RightToLeft);
371 
372  gridLayout_4->addWidget(cb_col4, 0, 13, 1, 1);
373 
374  btn_col1 = new QPushButton(GUI_Style);
375  btn_col1->setObjectName(QString::fromUtf8("btn_col1"));
376  btn_col1->setMaximumSize(QSize(25, 16777215));
377  btn_col1->setFocusPolicy(Qt::StrongFocus);
378  btn_col1->setIconSize(QSize(18, 18));
379  btn_col1->setChecked(false);
380 
381  gridLayout_4->addWidget(btn_col1, 0, 2, 1, 1);
382 
383  btn_col3 = new QPushButton(GUI_Style);
384  btn_col3->setObjectName(QString::fromUtf8("btn_col3"));
385  btn_col3->setMaximumSize(QSize(25, 16777215));
386  btn_col3->setFocusPolicy(Qt::StrongFocus);
387  btn_col3->setIconSize(QSize(18, 18));
388 
389  gridLayout_4->addWidget(btn_col3, 0, 10, 1, 1);
390 
391  btn_col4 = new QPushButton(GUI_Style);
392  btn_col4->setObjectName(QString::fromUtf8("btn_col4"));
393  btn_col4->setMaximumSize(QSize(25, 16777215));
394  btn_col4->setFocusPolicy(Qt::StrongFocus);
395  btn_col4->setIconSize(QSize(18, 18));
396 
397  gridLayout_4->addWidget(btn_col4, 0, 14, 1, 1);
398 
399  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
400 
401  gridLayout_4->addItem(horizontalSpacer_2, 0, 3, 1, 1);
402 
403  horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
404 
405  gridLayout_4->addItem(horizontalSpacer_4, 0, 11, 1, 1);
406 
407 
408  gridLayout->addLayout(gridLayout_4, 3, 0, 1, 6);
409 
410  QWidget::setTabOrder(combo_styles, btn_undo);
411  QWidget::setTabOrder(btn_undo, btn_save);
412  QWidget::setTabOrder(btn_save, btn_delete);
413  QWidget::setTabOrder(btn_delete, checkBox);
414  QWidget::setTabOrder(checkBox, btn_col1);
415  QWidget::setTabOrder(btn_col1, checkBox_2);
416  QWidget::setTabOrder(checkBox_2, btn_col2);
417  QWidget::setTabOrder(btn_col2, cb_col3);
418  QWidget::setTabOrder(cb_col3, btn_col3);
419  QWidget::setTabOrder(btn_col3, cb_col4);
420  QWidget::setTabOrder(cb_col4, btn_col4);
421  QWidget::setTabOrder(btn_col4, sb_fading_steps_sp);
422  QWidget::setTabOrder(sb_fading_steps_sp, sb_h_spacing_sp);
423  QWidget::setTabOrder(sb_h_spacing_sp, sb_v_spacing_sp);
424  QWidget::setTabOrder(sb_v_spacing_sp, sb_rect_height_sp);
425  QWidget::setTabOrder(sb_rect_height_sp, sb_fading_steps_lv);
426  QWidget::setTabOrder(sb_fading_steps_lv, sb_h_spacing_lv);
427  QWidget::setTabOrder(sb_h_spacing_lv, sb_v_spacing_lv);
428  QWidget::setTabOrder(sb_v_spacing_lv, sb_rect_height_lv);
429  QWidget::setTabOrder(sb_rect_height_lv, sb_rect_width_lv);
430  QWidget::setTabOrder(sb_rect_width_lv, btn_close);
431 
432  retranslateUi(GUI_Style);
433  QObject::connect(btn_close, SIGNAL(clicked()), GUI_Style, SLOT(close()));
434  QObject::connect(cb_col3, SIGNAL(toggled(bool)), btn_col3, SLOT(setEnabled(bool)));
435  QObject::connect(cb_col4, SIGNAL(toggled(bool)), btn_col4, SLOT(setEnabled(bool)));
436 
437  QMetaObject::connectSlotsByName(GUI_Style);
438  } // setupUi
439 
440  void retranslateUi(QDialog *GUI_Style)
441  {
442  GUI_Style->setWindowTitle(QApplication::translate("GUI_Style", "Style", nullptr));
443  btn_close->setText(QApplication::translate("GUI_Style", "Close", nullptr));
444  groupBox->setTitle(QApplication::translate("GUI_Style", "Spectrum", nullptr));
445  label_4->setText(QApplication::translate("GUI_Style", "Vert. spacing", nullptr));
446  label_3->setText(QApplication::translate("GUI_Style", "Rect height", nullptr));
447  label_7->setText(QApplication::translate("GUI_Style", "Hor. spacing", nullptr));
448  label_8->setText(QApplication::translate("GUI_Style", "Fading steps", nullptr));
449  label_2->setText(QString());
450  groupBox_2->setTitle(QApplication::translate("GUI_Style", "Level", nullptr));
451  label_12->setText(QApplication::translate("GUI_Style", "Hor. spacing", nullptr));
452  label_13->setText(QApplication::translate("GUI_Style", "Rect width", nullptr));
453  label_9->setText(QApplication::translate("GUI_Style", "Rect height", nullptr));
454  label_10->setText(QApplication::translate("GUI_Style", "Ver. spacing", nullptr));
455  label_6->setText(QApplication::translate("GUI_Style", "Fading steps", nullptr));
456  lab_title->setText(QApplication::translate("GUI_Style", "Style settings", nullptr));
457  btn_undo->setText(QString());
458  btn_save->setText(QString());
459  btn_delete->setText(QString());
460  label_15->setText(QApplication::translate("GUI_Style", "Color 2", nullptr));
461  label_16->setText(QApplication::translate("GUI_Style", "Color 1", nullptr));
462  btn_col2->setText(QString());
463  label_14->setText(QApplication::translate("GUI_Style", "Color 3", nullptr));
464  label->setText(QApplication::translate("GUI_Style", "Color 4", nullptr));
465  checkBox->setText(QString());
466  checkBox_2->setText(QString());
467  cb_col3->setText(QString());
468  cb_col4->setText(QString());
469  btn_col1->setText(QString());
470  btn_col3->setText(QString());
471  btn_col4->setText(QString());
472  } // retranslateUi
473 
474 };
475 
476 namespace Ui {
477  class GUI_Style: public Ui_GUI_Style {};
478 } // namespace Ui
479 
480 QT_END_NAMESPACE
481 
482 #endif // UI_GUI_STYLE_H
Ui::GUI_Style
Definition: ui_GUI_Style.h:476
Ui_GUI_Style
Definition: ui_GUI_Style.h:28
Gui::Util::icon
QIcon icon(const QString &icon_name, IconTheme theme_name)
fetch a icon from resources