| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'compilersetoptionwidget.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_COMPILERSETOPTIONWIDGET_H |
| 10 | #define UI_COMPILERSETOPTIONWIDGET_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/QFrame> |
| 18 | #include <QtWidgets/QGridLayout> |
| 19 | #include <QtWidgets/QGroupBox> |
| 20 | #include <QtWidgets/QHBoxLayout> |
| 21 | #include <QtWidgets/QLabel> |
| 22 | #include <QtWidgets/QLineEdit> |
| 23 | #include <QtWidgets/QPlainTextEdit> |
| 24 | #include <QtWidgets/QSpacerItem> |
| 25 | #include <QtWidgets/QTabWidget> |
| 26 | #include <QtWidgets/QToolButton> |
| 27 | #include <QtWidgets/QVBoxLayout> |
| 28 | #include <QtWidgets/QWidget> |
| 29 | #include <widgets/compileargumentswidget.h> |
| 30 | |
| 31 | QT_BEGIN_NAMESPACE |
| 32 | |
| 33 | class Ui_CompilerSetOptionWidget |
| 34 | { |
| 35 | public: |
| 36 | QVBoxLayout *verticalLayout; |
| 37 | QGroupBox *groupBox; |
| 38 | QHBoxLayout *horizontalLayout; |
| 39 | QComboBox *cbCompilerSet; |
| 40 | QToolButton *btnFindCompilers; |
| 41 | QToolButton *btnAddCompilerSetByFolder; |
| 42 | QToolButton *btnAddBlankCompilerSet; |
| 43 | QToolButton *btnRenameCompilerSet; |
| 44 | QToolButton *btnRemoveCompilerSet; |
| 45 | QTabWidget *settingTabs; |
| 46 | QWidget *tabGeneral; |
| 47 | QVBoxLayout *verticalLayout_2; |
| 48 | QWidget *widget; |
| 49 | QHBoxLayout *horizontalLayout_4; |
| 50 | QCheckBox *chkAutoAddCharset; |
| 51 | QComboBox *cbEncoding; |
| 52 | QComboBox *cbEncodingDetails; |
| 53 | QCheckBox *chkStaticLink; |
| 54 | QCheckBox *chkUseCustomCompilerParams; |
| 55 | QPlainTextEdit *txtCustomCompileParams; |
| 56 | QCheckBox *chkUseCustomLinkParams; |
| 57 | QPlainTextEdit *txtCustomLinkParams; |
| 58 | QWidget *tabSettings; |
| 59 | QHBoxLayout *horizontalLayout_3; |
| 60 | CompileArgumentsWidget *optionTabs; |
| 61 | QWidget *tabDirectories; |
| 62 | QHBoxLayout *horizontalLayout_2; |
| 63 | QTabWidget *dirTabs; |
| 64 | QWidget *tabPrograms; |
| 65 | QVBoxLayout *verticalLayout_3; |
| 66 | QLabel *label; |
| 67 | QFrame *frame; |
| 68 | QGridLayout *gridLayout; |
| 69 | QToolButton *btnChooseMake; |
| 70 | QLabel *label_2; |
| 71 | QToolButton *btnChooseProfiler; |
| 72 | QLineEdit *txtResourceCompiler; |
| 73 | QLabel *label_3; |
| 74 | QToolButton *btnChooseCppCompiler; |
| 75 | QLabel *label_7; |
| 76 | QLineEdit *txtProfiler; |
| 77 | QLabel *label_4; |
| 78 | QToolButton *btnChooseGDB; |
| 79 | QLineEdit *txtDebugger; |
| 80 | QLineEdit *txtMake; |
| 81 | QToolButton *btnChooseCCompiler; |
| 82 | QLineEdit *txtCppCompiler; |
| 83 | QLabel *label_5; |
| 84 | QToolButton *btnChooseResourceCompiler; |
| 85 | QLineEdit *txtCCompiler; |
| 86 | QLabel *label_8; |
| 87 | QLabel *label_6; |
| 88 | QLineEdit *txtGDBServer; |
| 89 | QToolButton *btnChooseGDBServer; |
| 90 | QSpacerItem *verticalSpacer; |
| 91 | |
| 92 | void setupUi(QWidget *CompilerSetOptionWidget) |
| 93 | { |
| 94 | if (CompilerSetOptionWidget->objectName().isEmpty()) |
| 95 | CompilerSetOptionWidget->setObjectName(QString::fromUtf8("CompilerSetOptionWidget" )); |
| 96 | CompilerSetOptionWidget->resize(823, 607); |
| 97 | verticalLayout = new QVBoxLayout(CompilerSetOptionWidget); |
| 98 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 99 | groupBox = new QGroupBox(CompilerSetOptionWidget); |
| 100 | groupBox->setObjectName(QString::fromUtf8("groupBox" )); |
| 101 | groupBox->setFlat(false); |
| 102 | groupBox->setCheckable(false); |
| 103 | horizontalLayout = new QHBoxLayout(groupBox); |
| 104 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 105 | cbCompilerSet = new QComboBox(groupBox); |
| 106 | cbCompilerSet->setObjectName(QString::fromUtf8("cbCompilerSet" )); |
| 107 | |
| 108 | horizontalLayout->addWidget(cbCompilerSet); |
| 109 | |
| 110 | btnFindCompilers = new QToolButton(groupBox); |
| 111 | btnFindCompilers->setObjectName(QString::fromUtf8("btnFindCompilers" )); |
| 112 | QIcon icon; |
| 113 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/087-update.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 114 | btnFindCompilers->setIcon(icon); |
| 115 | |
| 116 | horizontalLayout->addWidget(btnFindCompilers); |
| 117 | |
| 118 | btnAddCompilerSetByFolder = new QToolButton(groupBox); |
| 119 | btnAddCompilerSetByFolder->setObjectName(QString::fromUtf8("btnAddCompilerSetByFolder" )); |
| 120 | QIcon icon1; |
| 121 | icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 122 | btnAddCompilerSetByFolder->setIcon(icon1); |
| 123 | |
| 124 | horizontalLayout->addWidget(btnAddCompilerSetByFolder); |
| 125 | |
| 126 | btnAddBlankCompilerSet = new QToolButton(groupBox); |
| 127 | btnAddBlankCompilerSet->setObjectName(QString::fromUtf8("btnAddBlankCompilerSet" )); |
| 128 | QIcon icon2; |
| 129 | icon2.addFile(QString::fromUtf8(":/icons/images/newlook24/050-newsrc.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 130 | btnAddBlankCompilerSet->setIcon(icon2); |
| 131 | |
| 132 | horizontalLayout->addWidget(btnAddBlankCompilerSet); |
| 133 | |
| 134 | btnRenameCompilerSet = new QToolButton(groupBox); |
| 135 | btnRenameCompilerSet->setObjectName(QString::fromUtf8("btnRenameCompilerSet" )); |
| 136 | QIcon icon3; |
| 137 | icon3.addFile(QString::fromUtf8(":/icons/images/newlook24/062-redo.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 138 | btnRenameCompilerSet->setIcon(icon3); |
| 139 | |
| 140 | horizontalLayout->addWidget(btnRenameCompilerSet); |
| 141 | |
| 142 | btnRemoveCompilerSet = new QToolButton(groupBox); |
| 143 | btnRemoveCompilerSet->setObjectName(QString::fromUtf8("btnRemoveCompilerSet" )); |
| 144 | QIcon icon4; |
| 145 | icon4.addFile(QString::fromUtf8(":/icons/images/newlook24/008-close.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 146 | btnRemoveCompilerSet->setIcon(icon4); |
| 147 | |
| 148 | horizontalLayout->addWidget(btnRemoveCompilerSet); |
| 149 | |
| 150 | |
| 151 | verticalLayout->addWidget(groupBox); |
| 152 | |
| 153 | settingTabs = new QTabWidget(CompilerSetOptionWidget); |
| 154 | settingTabs->setObjectName(QString::fromUtf8("settingTabs" )); |
| 155 | settingTabs->setMovable(false); |
| 156 | tabGeneral = new QWidget(); |
| 157 | tabGeneral->setObjectName(QString::fromUtf8("tabGeneral" )); |
| 158 | verticalLayout_2 = new QVBoxLayout(tabGeneral); |
| 159 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
| 160 | widget = new QWidget(tabGeneral); |
| 161 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 162 | horizontalLayout_4 = new QHBoxLayout(widget); |
| 163 | horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4" )); |
| 164 | horizontalLayout_4->setContentsMargins(0, 0, 0, 0); |
| 165 | chkAutoAddCharset = new QCheckBox(widget); |
| 166 | chkAutoAddCharset->setObjectName(QString::fromUtf8("chkAutoAddCharset" )); |
| 167 | |
| 168 | horizontalLayout_4->addWidget(chkAutoAddCharset); |
| 169 | |
| 170 | cbEncoding = new QComboBox(widget); |
| 171 | cbEncoding->setObjectName(QString::fromUtf8("cbEncoding" )); |
| 172 | |
| 173 | horizontalLayout_4->addWidget(cbEncoding); |
| 174 | |
| 175 | cbEncodingDetails = new QComboBox(widget); |
| 176 | cbEncodingDetails->setObjectName(QString::fromUtf8("cbEncodingDetails" )); |
| 177 | |
| 178 | horizontalLayout_4->addWidget(cbEncodingDetails); |
| 179 | |
| 180 | |
| 181 | verticalLayout_2->addWidget(widget); |
| 182 | |
| 183 | chkStaticLink = new QCheckBox(tabGeneral); |
| 184 | chkStaticLink->setObjectName(QString::fromUtf8("chkStaticLink" )); |
| 185 | |
| 186 | verticalLayout_2->addWidget(chkStaticLink); |
| 187 | |
| 188 | chkUseCustomCompilerParams = new QCheckBox(tabGeneral); |
| 189 | chkUseCustomCompilerParams->setObjectName(QString::fromUtf8("chkUseCustomCompilerParams" )); |
| 190 | |
| 191 | verticalLayout_2->addWidget(chkUseCustomCompilerParams); |
| 192 | |
| 193 | txtCustomCompileParams = new QPlainTextEdit(tabGeneral); |
| 194 | txtCustomCompileParams->setObjectName(QString::fromUtf8("txtCustomCompileParams" )); |
| 195 | |
| 196 | verticalLayout_2->addWidget(txtCustomCompileParams); |
| 197 | |
| 198 | chkUseCustomLinkParams = new QCheckBox(tabGeneral); |
| 199 | chkUseCustomLinkParams->setObjectName(QString::fromUtf8("chkUseCustomLinkParams" )); |
| 200 | |
| 201 | verticalLayout_2->addWidget(chkUseCustomLinkParams); |
| 202 | |
| 203 | txtCustomLinkParams = new QPlainTextEdit(tabGeneral); |
| 204 | txtCustomLinkParams->setObjectName(QString::fromUtf8("txtCustomLinkParams" )); |
| 205 | |
| 206 | verticalLayout_2->addWidget(txtCustomLinkParams); |
| 207 | |
| 208 | settingTabs->addTab(tabGeneral, QString()); |
| 209 | tabSettings = new QWidget(); |
| 210 | tabSettings->setObjectName(QString::fromUtf8("tabSettings" )); |
| 211 | horizontalLayout_3 = new QHBoxLayout(tabSettings); |
| 212 | horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3" )); |
| 213 | horizontalLayout_3->setContentsMargins(2, 2, 2, 2); |
| 214 | optionTabs = new CompileArgumentsWidget(tabSettings); |
| 215 | optionTabs->setObjectName(QString::fromUtf8("optionTabs" )); |
| 216 | optionTabs->setDocumentMode(true); |
| 217 | |
| 218 | horizontalLayout_3->addWidget(optionTabs); |
| 219 | |
| 220 | settingTabs->addTab(tabSettings, QString()); |
| 221 | tabDirectories = new QWidget(); |
| 222 | tabDirectories->setObjectName(QString::fromUtf8("tabDirectories" )); |
| 223 | horizontalLayout_2 = new QHBoxLayout(tabDirectories); |
| 224 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
| 225 | horizontalLayout_2->setContentsMargins(2, 2, 2, 2); |
| 226 | dirTabs = new QTabWidget(tabDirectories); |
| 227 | dirTabs->setObjectName(QString::fromUtf8("dirTabs" )); |
| 228 | dirTabs->setDocumentMode(true); |
| 229 | |
| 230 | horizontalLayout_2->addWidget(dirTabs); |
| 231 | |
| 232 | settingTabs->addTab(tabDirectories, QString()); |
| 233 | tabPrograms = new QWidget(); |
| 234 | tabPrograms->setObjectName(QString::fromUtf8("tabPrograms" )); |
| 235 | verticalLayout_3 = new QVBoxLayout(tabPrograms); |
| 236 | verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3" )); |
| 237 | label = new QLabel(tabPrograms); |
| 238 | label->setObjectName(QString::fromUtf8("label" )); |
| 239 | QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed); |
| 240 | sizePolicy.setHorizontalStretch(0); |
| 241 | sizePolicy.setVerticalStretch(0); |
| 242 | sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); |
| 243 | label->setSizePolicy(sizePolicy); |
| 244 | |
| 245 | verticalLayout_3->addWidget(label); |
| 246 | |
| 247 | frame = new QFrame(tabPrograms); |
| 248 | frame->setObjectName(QString::fromUtf8("frame" )); |
| 249 | frame->setFrameShape(QFrame::StyledPanel); |
| 250 | frame->setFrameShadow(QFrame::Raised); |
| 251 | gridLayout = new QGridLayout(frame); |
| 252 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 253 | btnChooseMake = new QToolButton(frame); |
| 254 | btnChooseMake->setObjectName(QString::fromUtf8("btnChooseMake" )); |
| 255 | btnChooseMake->setIcon(icon1); |
| 256 | |
| 257 | gridLayout->addWidget(btnChooseMake, 2, 2, 1, 1); |
| 258 | |
| 259 | label_2 = new QLabel(frame); |
| 260 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 261 | |
| 262 | gridLayout->addWidget(label_2, 0, 0, 1, 1); |
| 263 | |
| 264 | btnChooseProfiler = new QToolButton(frame); |
| 265 | btnChooseProfiler->setObjectName(QString::fromUtf8("btnChooseProfiler" )); |
| 266 | btnChooseProfiler->setIcon(icon1); |
| 267 | |
| 268 | gridLayout->addWidget(btnChooseProfiler, 6, 2, 1, 1); |
| 269 | |
| 270 | txtResourceCompiler = new QLineEdit(frame); |
| 271 | txtResourceCompiler->setObjectName(QString::fromUtf8("txtResourceCompiler" )); |
| 272 | |
| 273 | gridLayout->addWidget(txtResourceCompiler, 5, 1, 1, 1); |
| 274 | |
| 275 | label_3 = new QLabel(frame); |
| 276 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
| 277 | |
| 278 | gridLayout->addWidget(label_3, 1, 0, 1, 1); |
| 279 | |
| 280 | btnChooseCppCompiler = new QToolButton(frame); |
| 281 | btnChooseCppCompiler->setObjectName(QString::fromUtf8("btnChooseCppCompiler" )); |
| 282 | btnChooseCppCompiler->setIcon(icon1); |
| 283 | |
| 284 | gridLayout->addWidget(btnChooseCppCompiler, 1, 2, 1, 1); |
| 285 | |
| 286 | label_7 = new QLabel(frame); |
| 287 | label_7->setObjectName(QString::fromUtf8("label_7" )); |
| 288 | |
| 289 | gridLayout->addWidget(label_7, 6, 0, 1, 1); |
| 290 | |
| 291 | txtProfiler = new QLineEdit(frame); |
| 292 | txtProfiler->setObjectName(QString::fromUtf8("txtProfiler" )); |
| 293 | |
| 294 | gridLayout->addWidget(txtProfiler, 6, 1, 1, 1); |
| 295 | |
| 296 | label_4 = new QLabel(frame); |
| 297 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
| 298 | |
| 299 | gridLayout->addWidget(label_4, 2, 0, 1, 1); |
| 300 | |
| 301 | btnChooseGDB = new QToolButton(frame); |
| 302 | btnChooseGDB->setObjectName(QString::fromUtf8("btnChooseGDB" )); |
| 303 | btnChooseGDB->setIcon(icon1); |
| 304 | |
| 305 | gridLayout->addWidget(btnChooseGDB, 3, 2, 1, 1); |
| 306 | |
| 307 | txtDebugger = new QLineEdit(frame); |
| 308 | txtDebugger->setObjectName(QString::fromUtf8("txtDebugger" )); |
| 309 | |
| 310 | gridLayout->addWidget(txtDebugger, 3, 1, 1, 1); |
| 311 | |
| 312 | txtMake = new QLineEdit(frame); |
| 313 | txtMake->setObjectName(QString::fromUtf8("txtMake" )); |
| 314 | |
| 315 | gridLayout->addWidget(txtMake, 2, 1, 1, 1); |
| 316 | |
| 317 | btnChooseCCompiler = new QToolButton(frame); |
| 318 | btnChooseCCompiler->setObjectName(QString::fromUtf8("btnChooseCCompiler" )); |
| 319 | btnChooseCCompiler->setIcon(icon1); |
| 320 | |
| 321 | gridLayout->addWidget(btnChooseCCompiler, 0, 2, 1, 1); |
| 322 | |
| 323 | txtCppCompiler = new QLineEdit(frame); |
| 324 | txtCppCompiler->setObjectName(QString::fromUtf8("txtCppCompiler" )); |
| 325 | |
| 326 | gridLayout->addWidget(txtCppCompiler, 1, 1, 1, 1); |
| 327 | |
| 328 | label_5 = new QLabel(frame); |
| 329 | label_5->setObjectName(QString::fromUtf8("label_5" )); |
| 330 | |
| 331 | gridLayout->addWidget(label_5, 3, 0, 1, 1); |
| 332 | |
| 333 | btnChooseResourceCompiler = new QToolButton(frame); |
| 334 | btnChooseResourceCompiler->setObjectName(QString::fromUtf8("btnChooseResourceCompiler" )); |
| 335 | btnChooseResourceCompiler->setIcon(icon1); |
| 336 | |
| 337 | gridLayout->addWidget(btnChooseResourceCompiler, 5, 2, 1, 1); |
| 338 | |
| 339 | txtCCompiler = new QLineEdit(frame); |
| 340 | txtCCompiler->setObjectName(QString::fromUtf8("txtCCompiler" )); |
| 341 | |
| 342 | gridLayout->addWidget(txtCCompiler, 0, 1, 1, 1); |
| 343 | |
| 344 | label_8 = new QLabel(frame); |
| 345 | label_8->setObjectName(QString::fromUtf8("label_8" )); |
| 346 | |
| 347 | gridLayout->addWidget(label_8, 4, 0, 1, 1); |
| 348 | |
| 349 | label_6 = new QLabel(frame); |
| 350 | label_6->setObjectName(QString::fromUtf8("label_6" )); |
| 351 | |
| 352 | gridLayout->addWidget(label_6, 5, 0, 1, 1); |
| 353 | |
| 354 | txtGDBServer = new QLineEdit(frame); |
| 355 | txtGDBServer->setObjectName(QString::fromUtf8("txtGDBServer" )); |
| 356 | |
| 357 | gridLayout->addWidget(txtGDBServer, 4, 1, 1, 1); |
| 358 | |
| 359 | btnChooseGDBServer = new QToolButton(frame); |
| 360 | btnChooseGDBServer->setObjectName(QString::fromUtf8("btnChooseGDBServer" )); |
| 361 | QIcon icon5; |
| 362 | icon5.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::Off); |
| 363 | btnChooseGDBServer->setIcon(icon5); |
| 364 | |
| 365 | gridLayout->addWidget(btnChooseGDBServer, 4, 2, 1, 1); |
| 366 | |
| 367 | |
| 368 | verticalLayout_3->addWidget(frame); |
| 369 | |
| 370 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 371 | |
| 372 | verticalLayout_3->addItem(verticalSpacer); |
| 373 | |
| 374 | settingTabs->addTab(tabPrograms, QString()); |
| 375 | |
| 376 | verticalLayout->addWidget(settingTabs); |
| 377 | |
| 378 | |
| 379 | retranslateUi(CompilerSetOptionWidget); |
| 380 | |
| 381 | settingTabs->setCurrentIndex(0); |
| 382 | dirTabs->setCurrentIndex(-1); |
| 383 | |
| 384 | |
| 385 | QMetaObject::connectSlotsByName(CompilerSetOptionWidget); |
| 386 | } // setupUi |
| 387 | |
| 388 | void retranslateUi(QWidget *CompilerSetOptionWidget) |
| 389 | { |
| 390 | CompilerSetOptionWidget->setWindowTitle(QCoreApplication::translate("CompilerSetOptionWidget" , "Form" , nullptr)); |
| 391 | groupBox->setTitle(QCoreApplication::translate("CompilerSetOptionWidget" , "Compiler set to config" , nullptr)); |
| 392 | #if QT_CONFIG(tooltip) |
| 393 | btnFindCompilers->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Auto Find Compilers" , nullptr)); |
| 394 | #endif // QT_CONFIG(tooltip) |
| 395 | btnFindCompilers->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Auto Find Compilers" , nullptr)); |
| 396 | #if QT_CONFIG(tooltip) |
| 397 | btnAddCompilerSetByFolder->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Find Compiler in the Folder" , nullptr)); |
| 398 | #endif // QT_CONFIG(tooltip) |
| 399 | btnAddCompilerSetByFolder->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Find Compiler in the Folder" , nullptr)); |
| 400 | #if QT_CONFIG(tooltip) |
| 401 | btnAddBlankCompilerSet->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Add Blank Compiler Set" , nullptr)); |
| 402 | #endif // QT_CONFIG(tooltip) |
| 403 | btnAddBlankCompilerSet->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Add Blank Compiler Set" , nullptr)); |
| 404 | #if QT_CONFIG(tooltip) |
| 405 | btnRenameCompilerSet->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Rename" , nullptr)); |
| 406 | #endif // QT_CONFIG(tooltip) |
| 407 | btnRenameCompilerSet->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Rename" , nullptr)); |
| 408 | #if QT_CONFIG(tooltip) |
| 409 | btnRemoveCompilerSet->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Remove" , nullptr)); |
| 410 | #endif // QT_CONFIG(tooltip) |
| 411 | btnRemoveCompilerSet->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Remove" , nullptr)); |
| 412 | chkAutoAddCharset->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Convert Executable's Charset as" , nullptr)); |
| 413 | chkStaticLink->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Statically link libraries" , nullptr)); |
| 414 | chkUseCustomCompilerParams->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Add the following arguments when calling the compiler" , nullptr)); |
| 415 | chkUseCustomLinkParams->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Add the following arguments when calling the linker" , nullptr)); |
| 416 | settingTabs->setTabText(settingTabs->indexOf(tabGeneral), QCoreApplication::translate("CompilerSetOptionWidget" , "General" , nullptr)); |
| 417 | settingTabs->setTabText(settingTabs->indexOf(tabSettings), QCoreApplication::translate("CompilerSetOptionWidget" , "Settings" , nullptr)); |
| 418 | settingTabs->setTabText(settingTabs->indexOf(tabDirectories), QCoreApplication::translate("CompilerSetOptionWidget" , "Directories" , nullptr)); |
| 419 | label->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "TextLabel" , nullptr)); |
| 420 | #if QT_CONFIG(tooltip) |
| 421 | btnChooseMake->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Choose make" , nullptr)); |
| 422 | #endif // QT_CONFIG(tooltip) |
| 423 | btnChooseMake->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "..." , nullptr)); |
| 424 | label_2->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "C Compiler(gcc)" , nullptr)); |
| 425 | #if QT_CONFIG(tooltip) |
| 426 | btnChooseProfiler->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Choose Profiler" , nullptr)); |
| 427 | #endif // QT_CONFIG(tooltip) |
| 428 | btnChooseProfiler->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "..." , nullptr)); |
| 429 | label_3->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "C++ Compiler(g++)" , nullptr)); |
| 430 | #if QT_CONFIG(tooltip) |
| 431 | btnChooseCppCompiler->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Choose C++ Compiler" , nullptr)); |
| 432 | #endif // QT_CONFIG(tooltip) |
| 433 | btnChooseCppCompiler->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "..." , nullptr)); |
| 434 | label_7->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Profiler(gprof)" , nullptr)); |
| 435 | label_4->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "make" , nullptr)); |
| 436 | #if QT_CONFIG(tooltip) |
| 437 | btnChooseGDB->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Choose Debugger" , nullptr)); |
| 438 | #endif // QT_CONFIG(tooltip) |
| 439 | btnChooseGDB->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "..." , nullptr)); |
| 440 | #if QT_CONFIG(tooltip) |
| 441 | btnChooseCCompiler->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Choose C Compiler" , nullptr)); |
| 442 | #endif // QT_CONFIG(tooltip) |
| 443 | btnChooseCCompiler->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "..." , nullptr)); |
| 444 | label_5->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "gdb" , nullptr)); |
| 445 | #if QT_CONFIG(tooltip) |
| 446 | btnChooseResourceCompiler->setToolTip(QCoreApplication::translate("CompilerSetOptionWidget" , "Choose Resource Compiler" , nullptr)); |
| 447 | #endif // QT_CONFIG(tooltip) |
| 448 | btnChooseResourceCompiler->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "..." , nullptr)); |
| 449 | label_8->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "gdb server" , nullptr)); |
| 450 | label_6->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "Resource Compiler\357\274\210windres)" , nullptr)); |
| 451 | btnChooseGDBServer->setText(QCoreApplication::translate("CompilerSetOptionWidget" , "..." , nullptr)); |
| 452 | settingTabs->setTabText(settingTabs->indexOf(tabPrograms), QCoreApplication::translate("CompilerSetOptionWidget" , "Programs" , nullptr)); |
| 453 | } // retranslateUi |
| 454 | |
| 455 | }; |
| 456 | |
| 457 | namespace Ui { |
| 458 | class CompilerSetOptionWidget: public Ui_CompilerSetOptionWidget {}; |
| 459 | } // namespace Ui |
| 460 | |
| 461 | QT_END_NAMESPACE |
| 462 | |
| 463 | #endif // UI_COMPILERSETOPTIONWIDGET_H |
| 464 | |