1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'environmentperformancewidget.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_ENVIRONMENTPERFORMANCEWIDGET_H |
10 | #define UI_ENVIRONMENTPERFORMANCEWIDGET_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QCheckBox> |
15 | #include <QtWidgets/QGridLayout> |
16 | #include <QtWidgets/QGroupBox> |
17 | #include <QtWidgets/QSpacerItem> |
18 | #include <QtWidgets/QVBoxLayout> |
19 | #include <QtWidgets/QWidget> |
20 | |
21 | QT_BEGIN_NAMESPACE |
22 | |
23 | class Ui_EnvironmentPerformanceWidget |
24 | { |
25 | public: |
26 | QVBoxLayout *verticalLayout; |
27 | QGroupBox *groupBox; |
28 | QGridLayout *gridLayout; |
29 | QCheckBox *chkClearWhenEditorHidden; |
30 | QSpacerItem *verticalSpacer; |
31 | |
32 | void setupUi(QWidget *EnvironmentPerformanceWidget) |
33 | { |
34 | if (EnvironmentPerformanceWidget->objectName().isEmpty()) |
35 | EnvironmentPerformanceWidget->setObjectName(QString::fromUtf8("EnvironmentPerformanceWidget" )); |
36 | EnvironmentPerformanceWidget->resize(400, 300); |
37 | verticalLayout = new QVBoxLayout(EnvironmentPerformanceWidget); |
38 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
39 | groupBox = new QGroupBox(EnvironmentPerformanceWidget); |
40 | groupBox->setObjectName(QString::fromUtf8("groupBox" )); |
41 | gridLayout = new QGridLayout(groupBox); |
42 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
43 | chkClearWhenEditorHidden = new QCheckBox(groupBox); |
44 | chkClearWhenEditorHidden->setObjectName(QString::fromUtf8("chkClearWhenEditorHidden" )); |
45 | |
46 | gridLayout->addWidget(chkClearWhenEditorHidden, 0, 0, 1, 1); |
47 | |
48 | |
49 | verticalLayout->addWidget(groupBox); |
50 | |
51 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
52 | |
53 | verticalLayout->addItem(verticalSpacer); |
54 | |
55 | |
56 | retranslateUi(EnvironmentPerformanceWidget); |
57 | |
58 | QMetaObject::connectSlotsByName(EnvironmentPerformanceWidget); |
59 | } // setupUi |
60 | |
61 | void retranslateUi(QWidget *EnvironmentPerformanceWidget) |
62 | { |
63 | EnvironmentPerformanceWidget->setWindowTitle(QCoreApplication::translate("EnvironmentPerformanceWidget" , "Form" , nullptr)); |
64 | groupBox->setTitle(QCoreApplication::translate("EnvironmentPerformanceWidget" , "Reduce Memory Usage" , nullptr)); |
65 | chkClearWhenEditorHidden->setText(QCoreApplication::translate("EnvironmentPerformanceWidget" , "Auto clear parsed symbols when editor hidden" , nullptr)); |
66 | } // retranslateUi |
67 | |
68 | }; |
69 | |
70 | namespace Ui { |
71 | class EnvironmentPerformanceWidget: public Ui_EnvironmentPerformanceWidget {}; |
72 | } // namespace Ui |
73 | |
74 | QT_END_NAMESPACE |
75 | |
76 | #endif // UI_ENVIRONMENTPERFORMANCEWIDGET_H |
77 | |