| 1 | /******************************************************************************** | 
|---|
| 2 | ** Form generated from reading UI file 'choosethemedialog.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_CHOOSETHEMEDIALOG_H | 
|---|
| 10 | #define UI_CHOOSETHEMEDIALOG_H | 
|---|
| 11 |  | 
|---|
| 12 | #include <QtCore/QVariant> | 
|---|
| 13 | #include <QtWidgets/QApplication> | 
|---|
| 14 | #include <QtWidgets/QButtonGroup> | 
|---|
| 15 | #include <QtWidgets/QDialog> | 
|---|
| 16 | #include <QtWidgets/QGridLayout> | 
|---|
| 17 | #include <QtWidgets/QGroupBox> | 
|---|
| 18 | #include <QtWidgets/QHBoxLayout> | 
|---|
| 19 | #include <QtWidgets/QLabel> | 
|---|
| 20 | #include <QtWidgets/QPushButton> | 
|---|
| 21 | #include <QtWidgets/QRadioButton> | 
|---|
| 22 | #include <QtWidgets/QSpacerItem> | 
|---|
| 23 | #include <QtWidgets/QVBoxLayout> | 
|---|
| 24 | #include <QtWidgets/QWidget> | 
|---|
| 25 |  | 
|---|
| 26 | QT_BEGIN_NAMESPACE | 
|---|
| 27 |  | 
|---|
| 28 | class Ui_ChooseThemeDialog | 
|---|
| 29 | { | 
|---|
| 30 | public: | 
|---|
| 31 | QVBoxLayout *verticalLayout; | 
|---|
| 32 | QGroupBox *grpTheme; | 
|---|
| 33 | QGridLayout *gridLayout; | 
|---|
| 34 | QRadioButton *rbDark; | 
|---|
| 35 | QLabel *label; | 
|---|
| 36 | QRadioButton *rbLight; | 
|---|
| 37 | QLabel *label_2; | 
|---|
| 38 | QWidget *widget_2; | 
|---|
| 39 | QHBoxLayout *horizontalLayout_2; | 
|---|
| 40 | QLabel *label_3; | 
|---|
| 41 | QRadioButton *rbC; | 
|---|
| 42 | QRadioButton *rbCpp; | 
|---|
| 43 | QSpacerItem *horizontalSpacer_2; | 
|---|
| 44 | QSpacerItem *verticalSpacer; | 
|---|
| 45 | QWidget *widget; | 
|---|
| 46 | QHBoxLayout *horizontalLayout; | 
|---|
| 47 | QSpacerItem *horizontalSpacer; | 
|---|
| 48 | QPushButton *btnOk; | 
|---|
| 49 | QButtonGroup *grpDefaultLanguage; | 
|---|
| 50 |  | 
|---|
| 51 | void setupUi(QDialog *ChooseThemeDialog) | 
|---|
| 52 | { | 
|---|
| 53 | if (ChooseThemeDialog->objectName().isEmpty()) | 
|---|
| 54 | ChooseThemeDialog->setObjectName(QString::fromUtf8( "ChooseThemeDialog")); | 
|---|
| 55 | ChooseThemeDialog->resize(1041, 593); | 
|---|
| 56 | verticalLayout = new QVBoxLayout(ChooseThemeDialog); | 
|---|
| 57 | verticalLayout->setObjectName(QString::fromUtf8( "verticalLayout")); | 
|---|
| 58 | grpTheme = new QGroupBox(ChooseThemeDialog); | 
|---|
| 59 | grpTheme->setObjectName(QString::fromUtf8( "grpTheme")); | 
|---|
| 60 | gridLayout = new QGridLayout(grpTheme); | 
|---|
| 61 | gridLayout->setObjectName(QString::fromUtf8( "gridLayout")); | 
|---|
| 62 | rbDark = new QRadioButton(grpTheme); | 
|---|
| 63 | rbDark->setObjectName(QString::fromUtf8( "rbDark")); | 
|---|
| 64 |  | 
|---|
| 65 | gridLayout->addWidget(rbDark, 0, 0, 1, 1); | 
|---|
| 66 |  | 
|---|
| 67 | label = new QLabel(grpTheme); | 
|---|
| 68 | label->setObjectName(QString::fromUtf8( "label")); | 
|---|
| 69 | label->setFrameShape(QFrame::Box); | 
|---|
| 70 | label->setFrameShadow(QFrame::Sunken); | 
|---|
| 71 | label->setPixmap(QPixmap(QString::fromUtf8( ":/demos/dark.png"))); | 
|---|
| 72 |  | 
|---|
| 73 | gridLayout->addWidget(label, 1, 0, 1, 1); | 
|---|
| 74 |  | 
|---|
| 75 | rbLight = new QRadioButton(grpTheme); | 
|---|
| 76 | rbLight->setObjectName(QString::fromUtf8( "rbLight")); | 
|---|
| 77 |  | 
|---|
| 78 | gridLayout->addWidget(rbLight, 0, 1, 1, 1); | 
|---|
| 79 |  | 
|---|
| 80 | label_2 = new QLabel(grpTheme); | 
|---|
| 81 | label_2->setObjectName(QString::fromUtf8( "label_2")); | 
|---|
| 82 | label_2->setFrameShape(QFrame::Box); | 
|---|
| 83 | label_2->setFrameShadow(QFrame::Sunken); | 
|---|
| 84 | label_2->setPixmap(QPixmap(QString::fromUtf8( ":/demos/light.png"))); | 
|---|
| 85 |  | 
|---|
| 86 | gridLayout->addWidget(label_2, 1, 1, 1, 1); | 
|---|
| 87 |  | 
|---|
| 88 |  | 
|---|
| 89 | verticalLayout->addWidget(grpTheme); | 
|---|
| 90 |  | 
|---|
| 91 | widget_2 = new QWidget(ChooseThemeDialog); | 
|---|
| 92 | widget_2->setObjectName(QString::fromUtf8( "widget_2")); | 
|---|
| 93 | horizontalLayout_2 = new QHBoxLayout(widget_2); | 
|---|
| 94 | horizontalLayout_2->setObjectName(QString::fromUtf8( "horizontalLayout_2")); | 
|---|
| 95 | label_3 = new QLabel(widget_2); | 
|---|
| 96 | label_3->setObjectName(QString::fromUtf8( "label_3")); | 
|---|
| 97 |  | 
|---|
| 98 | horizontalLayout_2->addWidget(label_3); | 
|---|
| 99 |  | 
|---|
| 100 | rbC = new QRadioButton(widget_2); | 
|---|
| 101 | grpDefaultLanguage = new QButtonGroup(ChooseThemeDialog); | 
|---|
| 102 | grpDefaultLanguage->setObjectName(QString::fromUtf8( "grpDefaultLanguage")); | 
|---|
| 103 | grpDefaultLanguage->addButton(rbC); | 
|---|
| 104 | rbC->setObjectName(QString::fromUtf8( "rbC")); | 
|---|
| 105 |  | 
|---|
| 106 | horizontalLayout_2->addWidget(rbC); | 
|---|
| 107 |  | 
|---|
| 108 | rbCpp = new QRadioButton(widget_2); | 
|---|
| 109 | grpDefaultLanguage->addButton(rbCpp); | 
|---|
| 110 | rbCpp->setObjectName(QString::fromUtf8( "rbCpp")); | 
|---|
| 111 |  | 
|---|
| 112 | horizontalLayout_2->addWidget(rbCpp); | 
|---|
| 113 |  | 
|---|
| 114 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); | 
|---|
| 115 |  | 
|---|
| 116 | horizontalLayout_2->addItem(horizontalSpacer_2); | 
|---|
| 117 |  | 
|---|
| 118 |  | 
|---|
| 119 | verticalLayout->addWidget(widget_2); | 
|---|
| 120 |  | 
|---|
| 121 | verticalSpacer = new QSpacerItem(20, 77, QSizePolicy::Minimum, QSizePolicy::Expanding); | 
|---|
| 122 |  | 
|---|
| 123 | verticalLayout->addItem(verticalSpacer); | 
|---|
| 124 |  | 
|---|
| 125 | widget = new QWidget(ChooseThemeDialog); | 
|---|
| 126 | widget->setObjectName(QString::fromUtf8( "widget")); | 
|---|
| 127 | horizontalLayout = new QHBoxLayout(widget); | 
|---|
| 128 | horizontalLayout->setObjectName(QString::fromUtf8( "horizontalLayout")); | 
|---|
| 129 | horizontalLayout->setContentsMargins(0, 0, 0, 0); | 
|---|
| 130 | horizontalSpacer = new QSpacerItem(1828, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); | 
|---|
| 131 |  | 
|---|
| 132 | horizontalLayout->addItem(horizontalSpacer); | 
|---|
| 133 |  | 
|---|
| 134 | btnOk = new QPushButton(widget); | 
|---|
| 135 | btnOk->setObjectName(QString::fromUtf8( "btnOk")); | 
|---|
| 136 |  | 
|---|
| 137 | horizontalLayout->addWidget(btnOk); | 
|---|
| 138 |  | 
|---|
| 139 |  | 
|---|
| 140 | verticalLayout->addWidget(widget); | 
|---|
| 141 |  | 
|---|
| 142 |  | 
|---|
| 143 | retranslateUi(ChooseThemeDialog); | 
|---|
| 144 |  | 
|---|
| 145 | QMetaObject::connectSlotsByName(ChooseThemeDialog); | 
|---|
| 146 | } // setupUi | 
|---|
| 147 |  | 
|---|
| 148 | void retranslateUi(QDialog *ChooseThemeDialog) | 
|---|
| 149 | { | 
|---|
| 150 | ChooseThemeDialog->setWindowTitle(QCoreApplication::translate( "ChooseThemeDialog", "Choose Theme", nullptr)); | 
|---|
| 151 | grpTheme->setTitle(QCoreApplication::translate( "ChooseThemeDialog", "Choose Theme", nullptr)); | 
|---|
| 152 | rbDark->setText(QCoreApplication::translate( "ChooseThemeDialog", "Dark Theme", nullptr)); | 
|---|
| 153 | label->setText(QString()); | 
|---|
| 154 | rbLight->setText(QCoreApplication::translate( "ChooseThemeDialog", "Light Theme", nullptr)); | 
|---|
| 155 | label_2->setText(QString()); | 
|---|
| 156 | label_3->setText(QCoreApplication::translate( "ChooseThemeDialog", "Default Language:", nullptr)); | 
|---|
| 157 | rbC->setText(QCoreApplication::translate( "ChooseThemeDialog", "C", nullptr)); | 
|---|
| 158 | rbCpp->setText(QCoreApplication::translate( "ChooseThemeDialog", "C++", nullptr)); | 
|---|
| 159 | btnOk->setText(QCoreApplication::translate( "ChooseThemeDialog", "Ok", nullptr)); | 
|---|
| 160 | } // retranslateUi | 
|---|
| 161 |  | 
|---|
| 162 | }; | 
|---|
| 163 |  | 
|---|
| 164 | namespace Ui { | 
|---|
| 165 | class ChooseThemeDialog: public Ui_ChooseThemeDialog {}; | 
|---|
| 166 | } // namespace Ui | 
|---|
| 167 |  | 
|---|
| 168 | QT_END_NAMESPACE | 
|---|
| 169 |  | 
|---|
| 170 | #endif // UI_CHOOSETHEMEDIALOG_H | 
|---|
| 171 |  | 
|---|