1/********************************************************************************
2** Form generated from reading UI file 'environmentappearencewidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.3
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_ENVIRONMENTAPPEARENCEWIDGET_H
10#define UI_ENVIRONMENTAPPEARENCEWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QComboBox>
16#include <QtWidgets/QFontComboBox>
17#include <QtWidgets/QGridLayout>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QSpacerItem>
21#include <QtWidgets/QSpinBox>
22#include <QtWidgets/QWidget>
23
24QT_BEGIN_NAMESPACE
25
26class Ui_EnvironmentAppearenceWidget
27{
28public:
29 QGridLayout *gridLayout;
30 QLabel *label_2;
31 QSpacerItem *verticalSpacer;
32 QWidget *widget_4;
33 QHBoxLayout *horizontalLayout_4;
34 QComboBox *cbLanguage;
35 QLabel *label_5;
36 QSpacerItem *horizontalSpacer_4;
37 QLabel *label;
38 QWidget *widget_2;
39 QHBoxLayout *horizontalLayout_2;
40 QFontComboBox *cbFont;
41 QSpacerItem *horizontalSpacer_2;
42 QLabel *label_4;
43 QLabel *label_3;
44 QWidget *widget;
45 QHBoxLayout *horizontalLayout;
46 QComboBox *cbTheme;
47 QCheckBox *chkUseCustomTheme;
48 QSpacerItem *horizontalSpacer;
49 QWidget *widget_3;
50 QHBoxLayout *horizontalLayout_3;
51 QSpinBox *spinFontSize;
52 QSpacerItem *horizontalSpacer_3;
53 QLabel *label_6;
54 QWidget *widget_5;
55 QHBoxLayout *horizontalLayout_5;
56 QComboBox *cbIconSet;
57 QCheckBox *chkUseCustomIconSet;
58 QSpacerItem *horizontalSpacer_5;
59
60 void setupUi(QWidget *EnvironmentAppearenceWidget)
61 {
62 if (EnvironmentAppearenceWidget->objectName().isEmpty())
63 EnvironmentAppearenceWidget->setObjectName(QString::fromUtf8("EnvironmentAppearenceWidget"));
64 EnvironmentAppearenceWidget->resize(733, 300);
65 gridLayout = new QGridLayout(EnvironmentAppearenceWidget);
66 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
67 label_2 = new QLabel(EnvironmentAppearenceWidget);
68 label_2->setObjectName(QString::fromUtf8("label_2"));
69
70 gridLayout->addWidget(label_2, 1, 0, 1, 1);
71
72 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
73
74 gridLayout->addItem(verticalSpacer, 6, 0, 1, 1);
75
76 widget_4 = new QWidget(EnvironmentAppearenceWidget);
77 widget_4->setObjectName(QString::fromUtf8("widget_4"));
78 horizontalLayout_4 = new QHBoxLayout(widget_4);
79 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
80 horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
81 cbLanguage = new QComboBox(widget_4);
82 cbLanguage->setObjectName(QString::fromUtf8("cbLanguage"));
83
84 horizontalLayout_4->addWidget(cbLanguage);
85
86 label_5 = new QLabel(widget_4);
87 label_5->setObjectName(QString::fromUtf8("label_5"));
88
89 horizontalLayout_4->addWidget(label_5);
90
91 horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
92
93 horizontalLayout_4->addItem(horizontalSpacer_4);
94
95
96 gridLayout->addWidget(widget_4, 4, 2, 1, 1);
97
98 label = new QLabel(EnvironmentAppearenceWidget);
99 label->setObjectName(QString::fromUtf8("label"));
100
101 gridLayout->addWidget(label, 0, 0, 1, 1);
102
103 widget_2 = new QWidget(EnvironmentAppearenceWidget);
104 widget_2->setObjectName(QString::fromUtf8("widget_2"));
105 horizontalLayout_2 = new QHBoxLayout(widget_2);
106 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
107 horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
108 cbFont = new QFontComboBox(widget_2);
109 cbFont->setObjectName(QString::fromUtf8("cbFont"));
110 cbFont->setEditable(false);
111
112 horizontalLayout_2->addWidget(cbFont);
113
114 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
115
116 horizontalLayout_2->addItem(horizontalSpacer_2);
117
118
119 gridLayout->addWidget(widget_2, 1, 2, 1, 1);
120
121 label_4 = new QLabel(EnvironmentAppearenceWidget);
122 label_4->setObjectName(QString::fromUtf8("label_4"));
123
124 gridLayout->addWidget(label_4, 4, 0, 1, 1);
125
126 label_3 = new QLabel(EnvironmentAppearenceWidget);
127 label_3->setObjectName(QString::fromUtf8("label_3"));
128
129 gridLayout->addWidget(label_3, 2, 0, 1, 1);
130
131 widget = new QWidget(EnvironmentAppearenceWidget);
132 widget->setObjectName(QString::fromUtf8("widget"));
133 horizontalLayout = new QHBoxLayout(widget);
134 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
135 horizontalLayout->setContentsMargins(0, 0, 0, 0);
136 cbTheme = new QComboBox(widget);
137 cbTheme->setObjectName(QString::fromUtf8("cbTheme"));
138
139 horizontalLayout->addWidget(cbTheme);
140
141 chkUseCustomTheme = new QCheckBox(widget);
142 chkUseCustomTheme->setObjectName(QString::fromUtf8("chkUseCustomTheme"));
143
144 horizontalLayout->addWidget(chkUseCustomTheme);
145
146 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
147
148 horizontalLayout->addItem(horizontalSpacer);
149
150
151 gridLayout->addWidget(widget, 0, 2, 1, 1);
152
153 widget_3 = new QWidget(EnvironmentAppearenceWidget);
154 widget_3->setObjectName(QString::fromUtf8("widget_3"));
155 horizontalLayout_3 = new QHBoxLayout(widget_3);
156 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
157 horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
158 spinFontSize = new QSpinBox(widget_3);
159 spinFontSize->setObjectName(QString::fromUtf8("spinFontSize"));
160
161 horizontalLayout_3->addWidget(spinFontSize);
162
163 horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
164
165 horizontalLayout_3->addItem(horizontalSpacer_3);
166
167
168 gridLayout->addWidget(widget_3, 2, 2, 1, 1);
169
170 label_6 = new QLabel(EnvironmentAppearenceWidget);
171 label_6->setObjectName(QString::fromUtf8("label_6"));
172
173 gridLayout->addWidget(label_6, 3, 0, 1, 1);
174
175 widget_5 = new QWidget(EnvironmentAppearenceWidget);
176 widget_5->setObjectName(QString::fromUtf8("widget_5"));
177 horizontalLayout_5 = new QHBoxLayout(widget_5);
178 horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
179 horizontalLayout_5->setContentsMargins(0, 0, 0, 0);
180 cbIconSet = new QComboBox(widget_5);
181 cbIconSet->setObjectName(QString::fromUtf8("cbIconSet"));
182
183 horizontalLayout_5->addWidget(cbIconSet);
184
185 chkUseCustomIconSet = new QCheckBox(widget_5);
186 chkUseCustomIconSet->setObjectName(QString::fromUtf8("chkUseCustomIconSet"));
187
188 horizontalLayout_5->addWidget(chkUseCustomIconSet);
189
190 horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
191
192 horizontalLayout_5->addItem(horizontalSpacer_5);
193
194
195 gridLayout->addWidget(widget_5, 3, 2, 1, 1);
196
197
198 retranslateUi(EnvironmentAppearenceWidget);
199
200 QMetaObject::connectSlotsByName(EnvironmentAppearenceWidget);
201 } // setupUi
202
203 void retranslateUi(QWidget *EnvironmentAppearenceWidget)
204 {
205 EnvironmentAppearenceWidget->setWindowTitle(QCoreApplication::translate("EnvironmentAppearenceWidget", "Form", nullptr));
206 label_2->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "Font:", nullptr));
207 label_5->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "*Needs restart", nullptr));
208 label->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "Theme:", nullptr));
209 label_4->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "Language:", nullptr));
210 label_3->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "Font Size:", nullptr));
211 chkUseCustomTheme->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "Use custom theme", nullptr));
212 label_6->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "Icon Set:", nullptr));
213 chkUseCustomIconSet->setText(QCoreApplication::translate("EnvironmentAppearenceWidget", "Use custom icon set", nullptr));
214 } // retranslateUi
215
216};
217
218namespace Ui {
219 class EnvironmentAppearenceWidget: public Ui_EnvironmentAppearenceWidget {};
220} // namespace Ui
221
222QT_END_NAMESPACE
223
224#endif // UI_ENVIRONMENTAPPEARENCEWIDGET_H
225