| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'compilersetdirectorieswidget.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_COMPILERSETDIRECTORIESWIDGET_H |
| 10 | #define UI_COMPILERSETDIRECTORIESWIDGET_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtGui/QIcon> |
| 14 | #include <QtWidgets/QApplication> |
| 15 | #include <QtWidgets/QFrame> |
| 16 | #include <QtWidgets/QHBoxLayout> |
| 17 | #include <QtWidgets/QListView> |
| 18 | #include <QtWidgets/QSpacerItem> |
| 19 | #include <QtWidgets/QToolButton> |
| 20 | #include <QtWidgets/QVBoxLayout> |
| 21 | #include <QtWidgets/QWidget> |
| 22 | |
| 23 | QT_BEGIN_NAMESPACE |
| 24 | |
| 25 | class Ui_CompilerSetDirectoriesWidget |
| 26 | { |
| 27 | public: |
| 28 | QVBoxLayout *verticalLayout; |
| 29 | QFrame *frame; |
| 30 | QHBoxLayout *horizontalLayout; |
| 31 | QToolButton *btnAdd; |
| 32 | QToolButton *btnDelete; |
| 33 | QToolButton *btnRemoveInvalid; |
| 34 | QSpacerItem *horizontalSpacer; |
| 35 | QListView *listView; |
| 36 | |
| 37 | void setupUi(QWidget *CompilerSetDirectoriesWidget) |
| 38 | { |
| 39 | if (CompilerSetDirectoriesWidget->objectName().isEmpty()) |
| 40 | CompilerSetDirectoriesWidget->setObjectName(QString::fromUtf8("CompilerSetDirectoriesWidget" )); |
| 41 | CompilerSetDirectoriesWidget->resize(400, 300); |
| 42 | verticalLayout = new QVBoxLayout(CompilerSetDirectoriesWidget); |
| 43 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 44 | frame = new QFrame(CompilerSetDirectoriesWidget); |
| 45 | frame->setObjectName(QString::fromUtf8("frame" )); |
| 46 | frame->setFrameShape(QFrame::NoFrame); |
| 47 | frame->setFrameShadow(QFrame::Plain); |
| 48 | horizontalLayout = new QHBoxLayout(frame); |
| 49 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 50 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
| 51 | btnAdd = new QToolButton(frame); |
| 52 | btnAdd->setObjectName(QString::fromUtf8("btnAdd" )); |
| 53 | QIcon icon; |
| 54 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/002-add.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 55 | btnAdd->setIcon(icon); |
| 56 | btnAdd->setAutoRaise(false); |
| 57 | |
| 58 | horizontalLayout->addWidget(btnAdd); |
| 59 | |
| 60 | btnDelete = new QToolButton(frame); |
| 61 | btnDelete->setObjectName(QString::fromUtf8("btnDelete" )); |
| 62 | QIcon icon1; |
| 63 | icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/008-close.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 64 | btnDelete->setIcon(icon1); |
| 65 | btnDelete->setAutoRaise(false); |
| 66 | |
| 67 | horizontalLayout->addWidget(btnDelete); |
| 68 | |
| 69 | btnRemoveInvalid = new QToolButton(frame); |
| 70 | btnRemoveInvalid->setObjectName(QString::fromUtf8("btnRemoveInvalid" )); |
| 71 | QIcon icon2; |
| 72 | icon2.addFile(QString::fromUtf8(":/icons/images/newlook24/007-bughlp.png" ), QSize(), QIcon::Normal, QIcon::On); |
| 73 | btnRemoveInvalid->setIcon(icon2); |
| 74 | btnRemoveInvalid->setToolButtonStyle(Qt::ToolButtonIconOnly); |
| 75 | btnRemoveInvalid->setAutoRaise(false); |
| 76 | |
| 77 | horizontalLayout->addWidget(btnRemoveInvalid); |
| 78 | |
| 79 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 80 | |
| 81 | horizontalLayout->addItem(horizontalSpacer); |
| 82 | |
| 83 | |
| 84 | verticalLayout->addWidget(frame); |
| 85 | |
| 86 | listView = new QListView(CompilerSetDirectoriesWidget); |
| 87 | listView->setObjectName(QString::fromUtf8("listView" )); |
| 88 | listView->setAcceptDrops(true); |
| 89 | listView->setDragEnabled(true); |
| 90 | listView->setDragDropMode(QAbstractItemView::InternalMove); |
| 91 | listView->setDefaultDropAction(Qt::MoveAction); |
| 92 | listView->setAlternatingRowColors(true); |
| 93 | |
| 94 | verticalLayout->addWidget(listView); |
| 95 | |
| 96 | |
| 97 | retranslateUi(CompilerSetDirectoriesWidget); |
| 98 | |
| 99 | QMetaObject::connectSlotsByName(CompilerSetDirectoriesWidget); |
| 100 | } // setupUi |
| 101 | |
| 102 | void retranslateUi(QWidget *CompilerSetDirectoriesWidget) |
| 103 | { |
| 104 | CompilerSetDirectoriesWidget->setWindowTitle(QCoreApplication::translate("CompilerSetDirectoriesWidget" , "Form" , nullptr)); |
| 105 | #if QT_CONFIG(tooltip) |
| 106 | btnAdd->setToolTip(QCoreApplication::translate("CompilerSetDirectoriesWidget" , "Add" , nullptr)); |
| 107 | #endif // QT_CONFIG(tooltip) |
| 108 | btnAdd->setText(QCoreApplication::translate("CompilerSetDirectoriesWidget" , "Add" , nullptr)); |
| 109 | #if QT_CONFIG(tooltip) |
| 110 | btnDelete->setToolTip(QCoreApplication::translate("CompilerSetDirectoriesWidget" , "Remove" , nullptr)); |
| 111 | #endif // QT_CONFIG(tooltip) |
| 112 | btnDelete->setText(QCoreApplication::translate("CompilerSetDirectoriesWidget" , "Remove" , nullptr)); |
| 113 | #if QT_CONFIG(tooltip) |
| 114 | btnRemoveInvalid->setToolTip(QCoreApplication::translate("CompilerSetDirectoriesWidget" , "Remove Invalid" , nullptr)); |
| 115 | #endif // QT_CONFIG(tooltip) |
| 116 | btnRemoveInvalid->setText(QCoreApplication::translate("CompilerSetDirectoriesWidget" , "Remove Invalid" , nullptr)); |
| 117 | } // retranslateUi |
| 118 | |
| 119 | }; |
| 120 | |
| 121 | namespace Ui { |
| 122 | class CompilerSetDirectoriesWidget: public Ui_CompilerSetDirectoriesWidget {}; |
| 123 | } // namespace Ui |
| 124 | |
| 125 | QT_END_NAMESPACE |
| 126 | |
| 127 | #endif // UI_COMPILERSETDIRECTORIESWIDGET_H |
| 128 | |