1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'projectprecompilewidget.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_PROJECTPRECOMPILEWIDGET_H |
10 | #define UI_PROJECTPRECOMPILEWIDGET_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/QLabel> |
18 | #include <QtWidgets/QLineEdit> |
19 | #include <QtWidgets/QToolButton> |
20 | #include <QtWidgets/QVBoxLayout> |
21 | #include <QtWidgets/QWidget> |
22 | |
23 | QT_BEGIN_NAMESPACE |
24 | |
25 | class Ui_ProjectPreCompileWidget |
26 | { |
27 | public: |
28 | QHBoxLayout *horizontalLayout; |
29 | QGroupBox *; |
30 | QVBoxLayout *verticalLayout; |
31 | QWidget *widget; |
32 | QHBoxLayout *horizontalLayout_2; |
33 | QLineEdit *; |
34 | QToolButton *btnBrowse; |
35 | QLabel *label; |
36 | |
37 | void setupUi(QWidget *ProjectPreCompileWidget) |
38 | { |
39 | if (ProjectPreCompileWidget->objectName().isEmpty()) |
40 | ProjectPreCompileWidget->setObjectName(QString::fromUtf8("ProjectPreCompileWidget" )); |
41 | ProjectPreCompileWidget->resize(741, 300); |
42 | horizontalLayout = new QHBoxLayout(ProjectPreCompileWidget); |
43 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
44 | grpPrecompileHeader = new QGroupBox(ProjectPreCompileWidget); |
45 | grpPrecompileHeader->setObjectName(QString::fromUtf8("grpPrecompileHeader" )); |
46 | grpPrecompileHeader->setCheckable(true); |
47 | verticalLayout = new QVBoxLayout(grpPrecompileHeader); |
48 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
49 | widget = new QWidget(grpPrecompileHeader); |
50 | widget->setObjectName(QString::fromUtf8("widget" )); |
51 | horizontalLayout_2 = new QHBoxLayout(widget); |
52 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
53 | horizontalLayout_2->setContentsMargins(0, 0, 0, 0); |
54 | txtPrecompileHeader = new QLineEdit(widget); |
55 | txtPrecompileHeader->setObjectName(QString::fromUtf8("txtPrecompileHeader" )); |
56 | |
57 | horizontalLayout_2->addWidget(txtPrecompileHeader); |
58 | |
59 | btnBrowse = new QToolButton(widget); |
60 | btnBrowse->setObjectName(QString::fromUtf8("btnBrowse" )); |
61 | QIcon icon; |
62 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::On); |
63 | btnBrowse->setIcon(icon); |
64 | |
65 | horizontalLayout_2->addWidget(btnBrowse); |
66 | |
67 | |
68 | verticalLayout->addWidget(widget); |
69 | |
70 | label = new QLabel(grpPrecompileHeader); |
71 | label->setObjectName(QString::fromUtf8("label" )); |
72 | QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); |
73 | sizePolicy.setHorizontalStretch(0); |
74 | sizePolicy.setVerticalStretch(0); |
75 | sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); |
76 | label->setSizePolicy(sizePolicy); |
77 | label->setTextFormat(Qt::RichText); |
78 | label->setAlignment(Qt::AlignCenter); |
79 | |
80 | verticalLayout->addWidget(label); |
81 | |
82 | |
83 | horizontalLayout->addWidget(grpPrecompileHeader); |
84 | |
85 | |
86 | retranslateUi(ProjectPreCompileWidget); |
87 | |
88 | QMetaObject::connectSlotsByName(ProjectPreCompileWidget); |
89 | } // setupUi |
90 | |
91 | void retranslateUi(QWidget *ProjectPreCompileWidget) |
92 | { |
93 | ProjectPreCompileWidget->setWindowTitle(QCoreApplication::translate("ProjectPreCompileWidget" , "Form" , nullptr)); |
94 | grpPrecompileHeader->setTitle(QCoreApplication::translate("ProjectPreCompileWidget" , "Use precompiled header" , nullptr)); |
95 | #if QT_CONFIG(tooltip) |
96 | btnBrowse->setToolTip(QCoreApplication::translate("ProjectPreCompileWidget" , "Browse" , nullptr)); |
97 | #endif // QT_CONFIG(tooltip) |
98 | btnBrowse->setText(QCoreApplication::translate("ProjectPreCompileWidget" , "Browse" , nullptr)); |
99 | label->setText(QCoreApplication::translate("ProjectPreCompileWidget" , "<html><head/><body><p>For more information about gcc precompiled header, see:</p><p><a href=\"https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html\"><span style=\" text-decoration: underline; color:#007af4;\">https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html</span></a></p></body></html>" , nullptr)); |
100 | } // retranslateUi |
101 | |
102 | }; |
103 | |
104 | namespace Ui { |
105 | class ProjectPreCompileWidget: public Ui_ProjectPreCompileWidget {}; |
106 | } // namespace Ui |
107 | |
108 | QT_END_NAMESPACE |
109 | |
110 | #endif // UI_PROJECTPRECOMPILEWIDGET_H |
111 | |