Sayonara Player
ui_GUI_IconPreferences.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_IconPreferences.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_ICONPREFERENCES_H
10#define UI_GUI_ICONPREFERENCES_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QGridLayout>
16#include <QtWidgets/QHBoxLayout>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QScrollArea>
19#include <QtWidgets/QSpacerItem>
20#include <QtWidgets/QVBoxLayout>
21#include <QtWidgets/QWidget>
22
23QT_BEGIN_NAMESPACE
24
26{
27public:
28 QGridLayout *gridLayout;
29 QCheckBox *cbAlsoUseInDarkStyle;
30 QHBoxLayout *horizontalLayout;
31 QSpacerItem *horizontalSpacer;
32 QLabel *labPrevious;
33 QLabel *labPlay;
34 QLabel *labStop;
35 QLabel *labForward;
36 QSpacerItem *horizontalSpacer_2;
37 QScrollArea *scroll_standardStyle;
38 QWidget *scrollAreaWidget;
39 QVBoxLayout *verticalLayout_2;
40
41 void setupUi(QWidget *GUI_IconPreferences)
42 {
43 if (GUI_IconPreferences->objectName().isEmpty())
44 GUI_IconPreferences->setObjectName(QString::fromUtf8("GUI_IconPreferences"));
45 GUI_IconPreferences->resize(590, 341);
46 gridLayout = new QGridLayout(GUI_IconPreferences);
47 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
48 gridLayout->setVerticalSpacing(10);
49 cbAlsoUseInDarkStyle = new QCheckBox(GUI_IconPreferences);
50 cbAlsoUseInDarkStyle->setObjectName(QString::fromUtf8("cbAlsoUseInDarkStyle"));
51
52 gridLayout->addWidget(cbAlsoUseInDarkStyle, 0, 0, 1, 2);
53
54 horizontalLayout = new QHBoxLayout();
55 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
56 horizontalLayout->setContentsMargins(5, 5, 5, 5);
57 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
58
59 horizontalLayout->addItem(horizontalSpacer);
60
61 labPrevious = new QLabel(GUI_IconPreferences);
62 labPrevious->setObjectName(QString::fromUtf8("labPrevious"));
63
64 horizontalLayout->addWidget(labPrevious);
65
66 labPlay = new QLabel(GUI_IconPreferences);
67 labPlay->setObjectName(QString::fromUtf8("labPlay"));
68
69 horizontalLayout->addWidget(labPlay);
70
71 labStop = new QLabel(GUI_IconPreferences);
72 labStop->setObjectName(QString::fromUtf8("labStop"));
73
74 horizontalLayout->addWidget(labStop);
75
76 labForward = new QLabel(GUI_IconPreferences);
77 labForward->setObjectName(QString::fromUtf8("labForward"));
78
79 horizontalLayout->addWidget(labForward);
80
81 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
82
83 horizontalLayout->addItem(horizontalSpacer_2);
84
85
86 gridLayout->addLayout(horizontalLayout, 3, 0, 1, 2);
87
88 scroll_standardStyle = new QScrollArea(GUI_IconPreferences);
89 scroll_standardStyle->setObjectName(QString::fromUtf8("scroll_standardStyle"));
90 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::MinimumExpanding);
91 sizePolicy.setHorizontalStretch(0);
92 sizePolicy.setVerticalStretch(0);
93 sizePolicy.setHeightForWidth(scroll_standardStyle->sizePolicy().hasHeightForWidth());
94 scroll_standardStyle->setSizePolicy(sizePolicy);
95 scroll_standardStyle->setWidgetResizable(true);
96 scrollAreaWidget = new QWidget();
97 scrollAreaWidget->setObjectName(QString::fromUtf8("scrollAreaWidget"));
98 scrollAreaWidget->setGeometry(QRect(0, 0, 570, 182));
99 verticalLayout_2 = new QVBoxLayout(scrollAreaWidget);
100 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
101 scroll_standardStyle->setWidget(scrollAreaWidget);
102
103 gridLayout->addWidget(scroll_standardStyle, 1, 0, 2, 2);
104
105
106 retranslateUi(GUI_IconPreferences);
107
108 QMetaObject::connectSlotsByName(GUI_IconPreferences);
109 } // setupUi
110
111 void retranslateUi(QWidget *GUI_IconPreferences)
112 {
113 cbAlsoUseInDarkStyle->setText(QCoreApplication::translate("GUI_IconPreferences", "Also apply this icon theme to the dark style", nullptr));
114 labPrevious->setText(QString());
115 labPlay->setText(QString());
116 labStop->setText(QString());
117 labForward->setText(QString());
119 } // retranslateUi
120
121};
122
123namespace Ui {
125} // namespace Ui
126
127QT_END_NAMESPACE
128
129#endif // UI_GUI_ICONPREFERENCES_H
Definition: GUI_IconPreferences.h:34
Definition: ui_GUI_IconPreferences.h:124
Definition: ui_GUI_IconPreferences.h:26