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