| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'compilerautolinkwidget.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_COMPILERAUTOLINKWIDGET_H |
| 10 | #define UI_COMPILERAUTOLINKWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtGui/QIcon> |
| 14 | #include <QtWidgets/QApplication> |
| 15 | #include <QtWidgets/QGroupBox> |
| 16 | #include <QtWidgets/QHBoxLayout> |
| 17 | #include <QtWidgets/QHeaderView> |
| 18 | #include <QtWidgets/QSpacerItem> |
| 19 | #include <QtWidgets/QTableView> |
| 20 | #include <QtWidgets/QToolButton> |
| 21 | #include <QtWidgets/QVBoxLayout> |
| 22 | #include <QtWidgets/QWidget> |
| 23 | |
| 24 | QT_BEGIN_NAMESPACE |
| 25 | |
| 26 | class Ui_CompilerAutolinkWidget |
| 27 | { |
| 28 | public: |
| 29 | QVBoxLayout *verticalLayout; |
| 30 | QGroupBox *grpAutolink; |
| 31 | QVBoxLayout *verticalLayout_2; |
| 32 | QWidget *widget; |
| 33 | QHBoxLayout *horizontalLayout; |
| 34 | QToolButton *btnAdd; |
| 35 | QToolButton *btnRemove; |
| 36 | QSpacerItem *horizontalSpacer; |
| 37 | QTableView *tblAutolinks; |
| 38 | |
| 39 | void setupUi(QWidget *CompilerAutolinkWidget) |
| 40 | { |
| 41 | if (CompilerAutolinkWidget->objectName().isEmpty()) |
| 42 | CompilerAutolinkWidget->setObjectName(QString::fromUtf8("CompilerAutolinkWidget" )); |
| 43 | CompilerAutolinkWidget->resize(400, 300); |
| 44 | verticalLayout = new QVBoxLayout(CompilerAutolinkWidget); |
| 45 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 46 | grpAutolink = new QGroupBox(CompilerAutolinkWidget); |
| 47 | grpAutolink->setObjectName(QString::fromUtf8("grpAutolink" )); |
| 48 | grpAutolink->setCheckable(true); |
| 49 | verticalLayout_2 = new QVBoxLayout(grpAutolink); |
| 50 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
| 51 | widget = new QWidget(grpAutolink); |
| 52 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 53 | horizontalLayout = new QHBoxLayout(widget); |
| 54 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 55 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
| 56 | btnAdd = new QToolButton(widget); |
| 57 | btnAdd->setObjectName(QString::fromUtf8("btnAdd" )); |
| 58 | QIcon icon; |
| 59 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/002-add.png" ), QSize(), QIcon::Normal, QIcon::Off); |
| 60 | btnAdd->setIcon(icon); |
| 61 | |
| 62 | horizontalLayout->addWidget(btnAdd); |
| 63 | |
| 64 | btnRemove = new QToolButton(widget); |
| 65 | btnRemove->setObjectName(QString::fromUtf8("btnRemove" )); |
| 66 | QIcon icon1; |
| 67 | icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/008-close.png" ), QSize(), QIcon::Normal, QIcon::Off); |
| 68 | btnRemove->setIcon(icon1); |
| 69 | |
| 70 | horizontalLayout->addWidget(btnRemove); |
| 71 | |
| 72 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 73 | |
| 74 | horizontalLayout->addItem(horizontalSpacer); |
| 75 | |
| 76 | |
| 77 | verticalLayout_2->addWidget(widget); |
| 78 | |
| 79 | tblAutolinks = new QTableView(grpAutolink); |
| 80 | tblAutolinks->setObjectName(QString::fromUtf8("tblAutolinks" )); |
| 81 | tblAutolinks->setAlternatingRowColors(true); |
| 82 | tblAutolinks->setTextElideMode(Qt::ElideNone); |
| 83 | tblAutolinks->horizontalHeader()->setStretchLastSection(true); |
| 84 | tblAutolinks->verticalHeader()->setVisible(false); |
| 85 | |
| 86 | verticalLayout_2->addWidget(tblAutolinks); |
| 87 | |
| 88 | |
| 89 | verticalLayout->addWidget(grpAutolink); |
| 90 | |
| 91 | |
| 92 | retranslateUi(CompilerAutolinkWidget); |
| 93 | |
| 94 | QMetaObject::connectSlotsByName(CompilerAutolinkWidget); |
| 95 | } // setupUi |
| 96 | |
| 97 | void retranslateUi(QWidget *CompilerAutolinkWidget) |
| 98 | { |
| 99 | CompilerAutolinkWidget->setWindowTitle(QCoreApplication::translate("CompilerAutolinkWidget" , "Form" , nullptr)); |
| 100 | grpAutolink->setTitle(QCoreApplication::translate("CompilerAutolinkWidget" , "Enable auto link" , nullptr)); |
| 101 | #if QT_CONFIG(tooltip) |
| 102 | btnAdd->setToolTip(QCoreApplication::translate("CompilerAutolinkWidget" , "Add" , nullptr)); |
| 103 | #endif // QT_CONFIG(tooltip) |
| 104 | btnAdd->setText(QCoreApplication::translate("CompilerAutolinkWidget" , "Add" , nullptr)); |
| 105 | #if QT_CONFIG(tooltip) |
| 106 | btnRemove->setToolTip(QCoreApplication::translate("CompilerAutolinkWidget" , "Remove" , nullptr)); |
| 107 | #endif // QT_CONFIG(tooltip) |
| 108 | btnRemove->setText(QCoreApplication::translate("CompilerAutolinkWidget" , "Remove" , nullptr)); |
| 109 | } // retranslateUi |
| 110 | |
| 111 | }; |
| 112 | |
| 113 | namespace Ui { |
| 114 | class CompilerAutolinkWidget: public Ui_CompilerAutolinkWidget {}; |
| 115 | } // namespace Ui |
| 116 | |
| 117 | QT_END_NAMESPACE |
| 118 | |
| 119 | #endif // UI_COMPILERAUTOLINKWIDGET_H |
| 120 | |