9 #ifndef UI_GUI_ICONPREFERENCES_H 10 #define UI_GUI_ICONPREFERENCES_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QCheckBox> 17 #include <QtWidgets/QFrame> 18 #include <QtWidgets/QGridLayout> 19 #include <QtWidgets/QHBoxLayout> 20 #include <QtWidgets/QHeaderView> 21 #include <QtWidgets/QLabel> 22 #include <QtWidgets/QScrollArea> 23 #include <QtWidgets/QSpacerItem> 24 #include <QtWidgets/QVBoxLayout> 25 #include <QtWidgets/QWidget> 32 QGridLayout *gridLayout;
33 QScrollArea *scroll_area;
34 QWidget *scroll_area_widget;
35 QVBoxLayout *verticalLayout_2;
36 QCheckBox *cb_force_in_dark_theme;
37 QHBoxLayout *horizontalLayout;
38 QSpacerItem *horizontalSpacer;
43 QSpacerItem *horizontalSpacer_2;
48 if (GUI_IconPreferences->objectName().isEmpty())
49 GUI_IconPreferences->setObjectName(QStringLiteral(
"GUI_IconPreferences"));
50 GUI_IconPreferences->resize(551, 407);
51 gridLayout =
new QGridLayout(GUI_IconPreferences);
52 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
53 gridLayout->setVerticalSpacing(10);
54 scroll_area =
new QScrollArea(GUI_IconPreferences);
55 scroll_area->setObjectName(QStringLiteral(
"scroll_area"));
56 scroll_area->setWidgetResizable(
true);
57 scroll_area_widget =
new QWidget();
58 scroll_area_widget->setObjectName(QStringLiteral(
"scroll_area_widget"));
59 scroll_area_widget->setGeometry(QRect(0, 0, 531, 302));
60 verticalLayout_2 =
new QVBoxLayout(scroll_area_widget);
61 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
62 scroll_area->setWidget(scroll_area_widget);
64 gridLayout->addWidget(scroll_area, 1, 0, 1, 1);
66 cb_force_in_dark_theme =
new QCheckBox(GUI_IconPreferences);
67 cb_force_in_dark_theme->setObjectName(QStringLiteral(
"cb_force_in_dark_theme"));
69 gridLayout->addWidget(cb_force_in_dark_theme, 0, 0, 1, 1);
71 horizontalLayout =
new QHBoxLayout();
72 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
73 horizontalLayout->setContentsMargins(5, 5, 5, 5);
74 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
76 horizontalLayout->addItem(horizontalSpacer);
78 lab_bwd =
new QLabel(GUI_IconPreferences);
79 lab_bwd->setObjectName(QStringLiteral(
"lab_bwd"));
81 horizontalLayout->addWidget(lab_bwd);
83 lab_play =
new QLabel(GUI_IconPreferences);
84 lab_play->setObjectName(QStringLiteral(
"lab_play"));
86 horizontalLayout->addWidget(lab_play);
88 lab_stop =
new QLabel(GUI_IconPreferences);
89 lab_stop->setObjectName(QStringLiteral(
"lab_stop"));
91 horizontalLayout->addWidget(lab_stop);
93 lab_fwd =
new QLabel(GUI_IconPreferences);
94 lab_fwd->setObjectName(QStringLiteral(
"lab_fwd"));
96 horizontalLayout->addWidget(lab_fwd);
98 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
100 horizontalLayout->addItem(horizontalSpacer_2);
103 gridLayout->addLayout(horizontalLayout, 3, 0, 1, 1);
105 line =
new QFrame(GUI_IconPreferences);
106 line->setObjectName(QStringLiteral(
"line"));
107 line->setFrameShape(QFrame::HLine);
108 line->setFrameShadow(QFrame::Sunken);
110 gridLayout->addWidget(line, 2, 0, 1, 1);
113 retranslateUi(GUI_IconPreferences);
115 QMetaObject::connectSlotsByName(GUI_IconPreferences);
118 void retranslateUi(QWidget *GUI_IconPreferences)
120 cb_force_in_dark_theme->setText(QApplication::translate(
"GUI_IconPreferences",
"Also use selected icon theme in Sayonara's dark mode",
nullptr));
121 lab_bwd->setText(QString());
122 lab_play->setText(QString());
123 lab_stop->setText(QString());
124 lab_fwd->setText(QString());
125 Q_UNUSED(GUI_IconPreferences);
136 #endif // UI_GUI_ICONPREFERENCES_H Definition: ui_GUI_IconPreferences.h:29
Definition: ui_GUI_SomaFM.h:208
Definition: ui_GUI_IconPreferences.h:131
Definition: GUI_IconPreferences.h:32