| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'projectcompilerwidget.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_PROJECTCOMPILERWIDGET_H |
| 10 | #define UI_PROJECTCOMPILERWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QCheckBox> |
| 15 | #include <QtWidgets/QComboBox> |
| 16 | #include <QtWidgets/QGridLayout> |
| 17 | #include <QtWidgets/QHBoxLayout> |
| 18 | #include <QtWidgets/QLabel> |
| 19 | #include <QtWidgets/QSpacerItem> |
| 20 | #include <QtWidgets/QWidget> |
| 21 | #include <widgets/compileargumentswidget.h> |
| 22 | |
| 23 | QT_BEGIN_NAMESPACE |
| 24 | |
| 25 | class Ui_ProjectCompilerWidget |
| 26 | { |
| 27 | public: |
| 28 | QGridLayout *gridLayout; |
| 29 | QWidget *widget; |
| 30 | QCheckBox *chkStaticLink; |
| 31 | QSpacerItem *horizontalSpacer; |
| 32 | QComboBox *cbCompilerSet; |
| 33 | QLabel *label; |
| 34 | QLabel *label_2; |
| 35 | CompileArgumentsWidget *tabOptions; |
| 36 | QWidget *panelAddCharset; |
| 37 | QHBoxLayout *horizontalLayout; |
| 38 | QCheckBox *chkAddCharset; |
| 39 | QComboBox *cbEncoding; |
| 40 | QComboBox *cbEncodingDetails; |
| 41 | QSpacerItem *horizontalSpacer_2; |
| 42 | |
| 43 | void setupUi(QWidget *ProjectCompilerWidget) |
| 44 | { |
| 45 | if (ProjectCompilerWidget->objectName().isEmpty()) |
| 46 | ProjectCompilerWidget->setObjectName(QString::fromUtf8("ProjectCompilerWidget" )); |
| 47 | ProjectCompilerWidget->resize(784, 599); |
| 48 | gridLayout = new QGridLayout(ProjectCompilerWidget); |
| 49 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 50 | widget = new QWidget(ProjectCompilerWidget); |
| 51 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 52 | |
| 53 | gridLayout->addWidget(widget, 6, 0, 1, 3); |
| 54 | |
| 55 | chkStaticLink = new QCheckBox(ProjectCompilerWidget); |
| 56 | chkStaticLink->setObjectName(QString::fromUtf8("chkStaticLink" )); |
| 57 | |
| 58 | gridLayout->addWidget(chkStaticLink, 2, 0, 1, 3); |
| 59 | |
| 60 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 61 | |
| 62 | gridLayout->addItem(horizontalSpacer, 0, 2, 1, 1); |
| 63 | |
| 64 | cbCompilerSet = new QComboBox(ProjectCompilerWidget); |
| 65 | cbCompilerSet->setObjectName(QString::fromUtf8("cbCompilerSet" )); |
| 66 | |
| 67 | gridLayout->addWidget(cbCompilerSet, 0, 1, 1, 1); |
| 68 | |
| 69 | label = new QLabel(ProjectCompilerWidget); |
| 70 | label->setObjectName(QString::fromUtf8("label" )); |
| 71 | |
| 72 | gridLayout->addWidget(label, 0, 0, 1, 1); |
| 73 | |
| 74 | label_2 = new QLabel(ProjectCompilerWidget); |
| 75 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 76 | |
| 77 | gridLayout->addWidget(label_2, 1, 0, 1, 1); |
| 78 | |
| 79 | tabOptions = new CompileArgumentsWidget(ProjectCompilerWidget); |
| 80 | tabOptions->setObjectName(QString::fromUtf8("tabOptions" )); |
| 81 | tabOptions->setDocumentMode(true); |
| 82 | |
| 83 | gridLayout->addWidget(tabOptions, 4, 0, 1, 3); |
| 84 | |
| 85 | panelAddCharset = new QWidget(ProjectCompilerWidget); |
| 86 | panelAddCharset->setObjectName(QString::fromUtf8("panelAddCharset" )); |
| 87 | horizontalLayout = new QHBoxLayout(panelAddCharset); |
| 88 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 89 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
| 90 | chkAddCharset = new QCheckBox(panelAddCharset); |
| 91 | chkAddCharset->setObjectName(QString::fromUtf8("chkAddCharset" )); |
| 92 | |
| 93 | horizontalLayout->addWidget(chkAddCharset); |
| 94 | |
| 95 | cbEncoding = new QComboBox(panelAddCharset); |
| 96 | cbEncoding->setObjectName(QString::fromUtf8("cbEncoding" )); |
| 97 | |
| 98 | horizontalLayout->addWidget(cbEncoding); |
| 99 | |
| 100 | cbEncodingDetails = new QComboBox(panelAddCharset); |
| 101 | cbEncodingDetails->setObjectName(QString::fromUtf8("cbEncodingDetails" )); |
| 102 | |
| 103 | horizontalLayout->addWidget(cbEncodingDetails); |
| 104 | |
| 105 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 106 | |
| 107 | horizontalLayout->addItem(horizontalSpacer_2); |
| 108 | |
| 109 | |
| 110 | gridLayout->addWidget(panelAddCharset, 3, 0, 1, 3); |
| 111 | |
| 112 | |
| 113 | retranslateUi(ProjectCompilerWidget); |
| 114 | |
| 115 | QMetaObject::connectSlotsByName(ProjectCompilerWidget); |
| 116 | } // setupUi |
| 117 | |
| 118 | void retranslateUi(QWidget *ProjectCompilerWidget) |
| 119 | { |
| 120 | ProjectCompilerWidget->setWindowTitle(QCoreApplication::translate("ProjectCompilerWidget" , "Form" , nullptr)); |
| 121 | chkStaticLink->setText(QCoreApplication::translate("ProjectCompilerWidget" , "Statically link libraries" , nullptr)); |
| 122 | label->setText(QCoreApplication::translate("ProjectCompilerWidget" , "Base compiler set:" , nullptr)); |
| 123 | label_2->setText(QCoreApplication::translate("ProjectCompilerWidget" , "Customize (apply to this project only):" , nullptr)); |
| 124 | chkAddCharset->setText(QCoreApplication::translate("ProjectCompilerWidget" , "Set Encoding for the executable:" , nullptr)); |
| 125 | } // retranslateUi |
| 126 | |
| 127 | }; |
| 128 | |
| 129 | namespace Ui { |
| 130 | class ProjectCompilerWidget: public Ui_ProjectCompilerWidget {}; |
| 131 | } // namespace Ui |
| 132 | |
| 133 | QT_END_NAMESPACE |
| 134 | |
| 135 | #endif // UI_PROJECTCOMPILERWIDGET_H |
| 136 | |