| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'projectgeneralwidget.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_PROJECTGENERALWIDGET_H |
| 10 | #define UI_PROJECTGENERALWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtGui/QIcon> |
| 14 | #include <QtWidgets/QApplication> |
| 15 | #include <QtWidgets/QCheckBox> |
| 16 | #include <QtWidgets/QComboBox> |
| 17 | #include <QtWidgets/QGridLayout> |
| 18 | #include <QtWidgets/QGroupBox> |
| 19 | #include <QtWidgets/QHBoxLayout> |
| 20 | #include <QtWidgets/QLabel> |
| 21 | #include <QtWidgets/QLineEdit> |
| 22 | #include <QtWidgets/QListWidget> |
| 23 | #include <QtWidgets/QPushButton> |
| 24 | #include <QtWidgets/QSpacerItem> |
| 25 | #include <QtWidgets/QVBoxLayout> |
| 26 | #include <QtWidgets/QWidget> |
| 27 | |
| 28 | QT_BEGIN_NAMESPACE |
| 29 | |
| 30 | class Ui_ProjectGeneralWidget |
| 31 | { |
| 32 | public: |
| 33 | QGridLayout *gridLayout; |
| 34 | QLineEdit *txtFileName; |
| 35 | QSpacerItem *horizontalSpacer; |
| 36 | QLabel *label; |
| 37 | QLabel *label_2; |
| 38 | QLineEdit *txtName; |
| 39 | QLineEdit *txtOutputFile; |
| 40 | QLabel *label_4; |
| 41 | QComboBox *cbDefaultEncoding; |
| 42 | QLabel *lblFiles; |
| 43 | QLabel *label_5; |
| 44 | QWidget *widget_2; |
| 45 | QHBoxLayout *horizontalLayout; |
| 46 | QGroupBox *groupBox_2; |
| 47 | QGridLayout *gridLayout_2; |
| 48 | QWidget *widget; |
| 49 | QVBoxLayout *verticalLayout_2; |
| 50 | QSpacerItem *verticalSpacer_2; |
| 51 | QLabel *lbIcon; |
| 52 | QSpacerItem *verticalSpacer_3; |
| 53 | QPushButton *btnRemove; |
| 54 | QPushButton *btnBrowse; |
| 55 | QSpacerItem *verticalSpacer_4; |
| 56 | QGroupBox *groupBox; |
| 57 | QVBoxLayout *verticalLayout; |
| 58 | QListWidget *lstType; |
| 59 | QCheckBox *cbDefaultCpp; |
| 60 | QCheckBox *cbSupportXPTheme; |
| 61 | QSpacerItem *horizontalSpacer_2; |
| 62 | QLabel *label_3; |
| 63 | QSpacerItem *verticalSpacer; |
| 64 | |
| 65 | void setupUi(QWidget *ProjectGeneralWidget) |
| 66 | { |
| 67 | if (ProjectGeneralWidget->objectName().isEmpty()) |
| 68 | ProjectGeneralWidget->setObjectName(QString::fromUtf8("ProjectGeneralWidget" )); |
| 69 | ProjectGeneralWidget->resize(687, 639); |
| 70 | gridLayout = new QGridLayout(ProjectGeneralWidget); |
| 71 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 72 | txtFileName = new QLineEdit(ProjectGeneralWidget); |
| 73 | txtFileName->setObjectName(QString::fromUtf8("txtFileName" )); |
| 74 | txtFileName->setReadOnly(true); |
| 75 | |
| 76 | gridLayout->addWidget(txtFileName, 1, 1, 1, 1); |
| 77 | |
| 78 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 79 | |
| 80 | gridLayout->addItem(horizontalSpacer, 0, 2, 1, 1); |
| 81 | |
| 82 | label = new QLabel(ProjectGeneralWidget); |
| 83 | label->setObjectName(QString::fromUtf8("label" )); |
| 84 | |
| 85 | gridLayout->addWidget(label, 0, 0, 1, 1); |
| 86 | |
| 87 | label_2 = new QLabel(ProjectGeneralWidget); |
| 88 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 89 | |
| 90 | gridLayout->addWidget(label_2, 1, 0, 1, 1); |
| 91 | |
| 92 | txtName = new QLineEdit(ProjectGeneralWidget); |
| 93 | txtName->setObjectName(QString::fromUtf8("txtName" )); |
| 94 | |
| 95 | gridLayout->addWidget(txtName, 0, 1, 1, 1); |
| 96 | |
| 97 | txtOutputFile = new QLineEdit(ProjectGeneralWidget); |
| 98 | txtOutputFile->setObjectName(QString::fromUtf8("txtOutputFile" )); |
| 99 | txtOutputFile->setReadOnly(true); |
| 100 | |
| 101 | gridLayout->addWidget(txtOutputFile, 2, 1, 1, 1); |
| 102 | |
| 103 | label_4 = new QLabel(ProjectGeneralWidget); |
| 104 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
| 105 | |
| 106 | gridLayout->addWidget(label_4, 3, 0, 1, 1); |
| 107 | |
| 108 | cbDefaultEncoding = new QComboBox(ProjectGeneralWidget); |
| 109 | cbDefaultEncoding->setObjectName(QString::fromUtf8("cbDefaultEncoding" )); |
| 110 | |
| 111 | gridLayout->addWidget(cbDefaultEncoding, 4, 1, 1, 1); |
| 112 | |
| 113 | lblFiles = new QLabel(ProjectGeneralWidget); |
| 114 | lblFiles->setObjectName(QString::fromUtf8("lblFiles" )); |
| 115 | |
| 116 | gridLayout->addWidget(lblFiles, 3, 1, 1, 1); |
| 117 | |
| 118 | label_5 = new QLabel(ProjectGeneralWidget); |
| 119 | label_5->setObjectName(QString::fromUtf8("label_5" )); |
| 120 | |
| 121 | gridLayout->addWidget(label_5, 4, 0, 1, 1); |
| 122 | |
| 123 | widget_2 = new QWidget(ProjectGeneralWidget); |
| 124 | widget_2->setObjectName(QString::fromUtf8("widget_2" )); |
| 125 | horizontalLayout = new QHBoxLayout(widget_2); |
| 126 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 127 | groupBox_2 = new QGroupBox(widget_2); |
| 128 | groupBox_2->setObjectName(QString::fromUtf8("groupBox_2" )); |
| 129 | QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); |
| 130 | sizePolicy.setHorizontalStretch(0); |
| 131 | sizePolicy.setVerticalStretch(0); |
| 132 | sizePolicy.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth()); |
| 133 | groupBox_2->setSizePolicy(sizePolicy); |
| 134 | gridLayout_2 = new QGridLayout(groupBox_2); |
| 135 | gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2" )); |
| 136 | widget = new QWidget(groupBox_2); |
| 137 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 138 | verticalLayout_2 = new QVBoxLayout(widget); |
| 139 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
| 140 | verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 141 | |
| 142 | verticalLayout_2->addItem(verticalSpacer_2); |
| 143 | |
| 144 | lbIcon = new QLabel(widget); |
| 145 | lbIcon->setObjectName(QString::fromUtf8("lbIcon" )); |
| 146 | lbIcon->setMinimumSize(QSize(128, 128)); |
| 147 | lbIcon->setFrameShape(QFrame::Box); |
| 148 | lbIcon->setScaledContents(false); |
| 149 | |
| 150 | verticalLayout_2->addWidget(lbIcon); |
| 151 | |
| 152 | verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 153 | |
| 154 | verticalLayout_2->addItem(verticalSpacer_3); |
| 155 | |
| 156 | |
| 157 | gridLayout_2->addWidget(widget, 0, 0, 2, 1); |
| 158 | |
| 159 | btnRemove = new QPushButton(groupBox_2); |
| 160 | btnRemove->setObjectName(QString::fromUtf8("btnRemove" )); |
| 161 | QIcon icon; |
| 162 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/011-clrhist.png" ), QSize(), QIcon::Normal, QIcon::Off); |
| 163 | btnRemove->setIcon(icon); |
| 164 | |
| 165 | gridLayout_2->addWidget(btnRemove, 1, 1, 1, 1); |
| 166 | |
| 167 | btnBrowse = new QPushButton(groupBox_2); |
| 168 | btnBrowse->setObjectName(QString::fromUtf8("btnBrowse" )); |
| 169 | QIcon icon1; |
| 170 | icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 171 | btnBrowse->setIcon(icon1); |
| 172 | |
| 173 | gridLayout_2->addWidget(btnBrowse, 0, 1, 1, 1); |
| 174 | |
| 175 | verticalSpacer_4 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 176 | |
| 177 | gridLayout_2->addItem(verticalSpacer_4, 2, 1, 1, 1); |
| 178 | |
| 179 | |
| 180 | horizontalLayout->addWidget(groupBox_2); |
| 181 | |
| 182 | groupBox = new QGroupBox(widget_2); |
| 183 | groupBox->setObjectName(QString::fromUtf8("groupBox" )); |
| 184 | verticalLayout = new QVBoxLayout(groupBox); |
| 185 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 186 | lstType = new QListWidget(groupBox); |
| 187 | new QListWidgetItem(lstType); |
| 188 | new QListWidgetItem(lstType); |
| 189 | new QListWidgetItem(lstType); |
| 190 | new QListWidgetItem(lstType); |
| 191 | lstType->setObjectName(QString::fromUtf8("lstType" )); |
| 192 | QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred); |
| 193 | sizePolicy1.setHorizontalStretch(0); |
| 194 | sizePolicy1.setVerticalStretch(0); |
| 195 | sizePolicy1.setHeightForWidth(lstType->sizePolicy().hasHeightForWidth()); |
| 196 | lstType->setSizePolicy(sizePolicy1); |
| 197 | lstType->setSizeAdjustPolicy(QAbstractScrollArea::AdjustToContents); |
| 198 | lstType->setEditTriggers(QAbstractItemView::NoEditTriggers); |
| 199 | lstType->setAlternatingRowColors(true); |
| 200 | lstType->setResizeMode(QListView::Fixed); |
| 201 | lstType->setLayoutMode(QListView::SinglePass); |
| 202 | lstType->setViewMode(QListView::ListMode); |
| 203 | |
| 204 | verticalLayout->addWidget(lstType); |
| 205 | |
| 206 | cbDefaultCpp = new QCheckBox(groupBox); |
| 207 | cbDefaultCpp->setObjectName(QString::fromUtf8("cbDefaultCpp" )); |
| 208 | |
| 209 | verticalLayout->addWidget(cbDefaultCpp); |
| 210 | |
| 211 | cbSupportXPTheme = new QCheckBox(groupBox); |
| 212 | cbSupportXPTheme->setObjectName(QString::fromUtf8("cbSupportXPTheme" )); |
| 213 | |
| 214 | verticalLayout->addWidget(cbSupportXPTheme); |
| 215 | |
| 216 | |
| 217 | horizontalLayout->addWidget(groupBox); |
| 218 | |
| 219 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 220 | |
| 221 | horizontalLayout->addItem(horizontalSpacer_2); |
| 222 | |
| 223 | |
| 224 | gridLayout->addWidget(widget_2, 6, 0, 1, 3); |
| 225 | |
| 226 | label_3 = new QLabel(ProjectGeneralWidget); |
| 227 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
| 228 | |
| 229 | gridLayout->addWidget(label_3, 2, 0, 1, 1); |
| 230 | |
| 231 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 232 | |
| 233 | gridLayout->addItem(verticalSpacer, 7, 0, 1, 1); |
| 234 | |
| 235 | |
| 236 | retranslateUi(ProjectGeneralWidget); |
| 237 | |
| 238 | QMetaObject::connectSlotsByName(ProjectGeneralWidget); |
| 239 | } // setupUi |
| 240 | |
| 241 | void retranslateUi(QWidget *ProjectGeneralWidget) |
| 242 | { |
| 243 | ProjectGeneralWidget->setWindowTitle(QCoreApplication::translate("ProjectGeneralWidget" , "Form" , nullptr)); |
| 244 | label->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Name:" , nullptr)); |
| 245 | label_2->setText(QCoreApplication::translate("ProjectGeneralWidget" , "File Name:" , nullptr)); |
| 246 | label_4->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Files:" , nullptr)); |
| 247 | lblFiles->setText(QCoreApplication::translate("ProjectGeneralWidget" , "TextLabel" , nullptr)); |
| 248 | label_5->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Default encoding:" , nullptr)); |
| 249 | groupBox_2->setTitle(QCoreApplication::translate("ProjectGeneralWidget" , "Icon" , nullptr)); |
| 250 | lbIcon->setText(QString()); |
| 251 | btnRemove->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Remove" , nullptr)); |
| 252 | btnBrowse->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Browse" , nullptr)); |
| 253 | groupBox->setTitle(QCoreApplication::translate("ProjectGeneralWidget" , "Type" , nullptr)); |
| 254 | |
| 255 | const bool __sortingEnabled = lstType->isSortingEnabled(); |
| 256 | lstType->setSortingEnabled(false); |
| 257 | QListWidgetItem *___qlistwidgetitem = lstType->item(0); |
| 258 | ___qlistwidgetitem->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Win32 GUI" , nullptr)); |
| 259 | QListWidgetItem *___qlistwidgetitem1 = lstType->item(1); |
| 260 | ___qlistwidgetitem1->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Win32 Console" , nullptr)); |
| 261 | QListWidgetItem *___qlistwidgetitem2 = lstType->item(2); |
| 262 | ___qlistwidgetitem2->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Win32 Static Library" , nullptr)); |
| 263 | QListWidgetItem *___qlistwidgetitem3 = lstType->item(3); |
| 264 | ___qlistwidgetitem3->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Win32 DLL" , nullptr)); |
| 265 | lstType->setSortingEnabled(__sortingEnabled); |
| 266 | |
| 267 | cbDefaultCpp->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Default to C++ when creating new files" , nullptr)); |
| 268 | cbSupportXPTheme->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Support Windows XP Themes" , nullptr)); |
| 269 | label_3->setText(QCoreApplication::translate("ProjectGeneralWidget" , "Output File:" , nullptr)); |
| 270 | } // retranslateUi |
| 271 | |
| 272 | }; |
| 273 | |
| 274 | namespace Ui { |
| 275 | class ProjectGeneralWidget: public Ui_ProjectGeneralWidget {}; |
| 276 | } // namespace Ui |
| 277 | |
| 278 | QT_END_NAMESPACE |
| 279 | |
| 280 | #endif // UI_PROJECTGENERALWIDGET_H |
| 281 | |