1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'projectmakefilewidget.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_PROJECTMAKEFILEWIDGET_H |
10 | #define UI_PROJECTMAKEFILEWIDGET_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtGui/QIcon> |
14 | #include <QtWidgets/QApplication> |
15 | #include <QtWidgets/QGridLayout> |
16 | #include <QtWidgets/QGroupBox> |
17 | #include <QtWidgets/QLabel> |
18 | #include <QtWidgets/QLineEdit> |
19 | #include <QtWidgets/QPushButton> |
20 | #include <QtWidgets/QToolButton> |
21 | #include <QtWidgets/QVBoxLayout> |
22 | #include <QtWidgets/QWidget> |
23 | |
24 | QT_BEGIN_NAMESPACE |
25 | |
26 | class Ui_ProjectMakefileWidget |
27 | { |
28 | public: |
29 | QVBoxLayout *verticalLayout; |
30 | QGroupBox *grpCustomMakefile; |
31 | QGridLayout *gridLayout; |
32 | QLineEdit *txtCustomMakefile; |
33 | QToolButton *btnBrowse; |
34 | QPushButton *btnInfo; |
35 | QLabel *label; |
36 | |
37 | void setupUi(QWidget *ProjectMakefileWidget) |
38 | { |
39 | if (ProjectMakefileWidget->objectName().isEmpty()) |
40 | ProjectMakefileWidget->setObjectName(QString::fromUtf8("ProjectMakefileWidget" )); |
41 | ProjectMakefileWidget->resize(610, 462); |
42 | verticalLayout = new QVBoxLayout(ProjectMakefileWidget); |
43 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
44 | grpCustomMakefile = new QGroupBox(ProjectMakefileWidget); |
45 | grpCustomMakefile->setObjectName(QString::fromUtf8("grpCustomMakefile" )); |
46 | grpCustomMakefile->setCheckable(true); |
47 | gridLayout = new QGridLayout(grpCustomMakefile); |
48 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
49 | txtCustomMakefile = new QLineEdit(grpCustomMakefile); |
50 | txtCustomMakefile->setObjectName(QString::fromUtf8("txtCustomMakefile" )); |
51 | |
52 | gridLayout->addWidget(txtCustomMakefile, 0, 0, 1, 1); |
53 | |
54 | btnBrowse = new QToolButton(grpCustomMakefile); |
55 | btnBrowse->setObjectName(QString::fromUtf8("btnBrowse" )); |
56 | QIcon icon; |
57 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::Off); |
58 | btnBrowse->setIcon(icon); |
59 | |
60 | gridLayout->addWidget(btnBrowse, 0, 1, 1, 1); |
61 | |
62 | |
63 | verticalLayout->addWidget(grpCustomMakefile); |
64 | |
65 | btnInfo = new QPushButton(ProjectMakefileWidget); |
66 | btnInfo->setObjectName(QString::fromUtf8("btnInfo" )); |
67 | QIcon icon1; |
68 | icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/085-tutor.png" ), QSize(), QIcon::Normal, QIcon::Off); |
69 | btnInfo->setIcon(icon1); |
70 | |
71 | verticalLayout->addWidget(btnInfo); |
72 | |
73 | label = new QLabel(ProjectMakefileWidget); |
74 | label->setObjectName(QString::fromUtf8("label" )); |
75 | |
76 | verticalLayout->addWidget(label); |
77 | |
78 | |
79 | retranslateUi(ProjectMakefileWidget); |
80 | |
81 | QMetaObject::connectSlotsByName(ProjectMakefileWidget); |
82 | } // setupUi |
83 | |
84 | void retranslateUi(QWidget *ProjectMakefileWidget) |
85 | { |
86 | ProjectMakefileWidget->setWindowTitle(QCoreApplication::translate("ProjectMakefileWidget" , "Form" , nullptr)); |
87 | grpCustomMakefile->setTitle(QCoreApplication::translate("ProjectMakefileWidget" , "Use custom make file" , nullptr)); |
88 | #if QT_CONFIG(tooltip) |
89 | btnBrowse->setToolTip(QCoreApplication::translate("ProjectMakefileWidget" , "Browse" , nullptr)); |
90 | #endif // QT_CONFIG(tooltip) |
91 | btnBrowse->setText(QCoreApplication::translate("ProjectMakefileWidget" , "Browse" , nullptr)); |
92 | btnInfo->setText(QCoreApplication::translate("ProjectMakefileWidget" , "Information about using a custom make file " , nullptr)); |
93 | label->setText(QCoreApplication::translate("ProjectMakefileWidget" , "Include the following files into the makefile:" , nullptr)); |
94 | } // retranslateUi |
95 | |
96 | }; |
97 | |
98 | namespace Ui { |
99 | class ProjectMakefileWidget: public Ui_ProjectMakefileWidget {}; |
100 | } // namespace Ui |
101 | |
102 | QT_END_NAMESPACE |
103 | |
104 | #endif // UI_PROJECTMAKEFILEWIDGET_H |
105 | |