1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'projectoutputwidget.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_PROJECTOUTPUTWIDGET_H |
10 | #define UI_PROJECTOUTPUTWIDGET_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/QLineEdit> |
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_ProjectOutputWidget |
26 | { |
27 | public: |
28 | QVBoxLayout *verticalLayout; |
29 | QGroupBox *groupBox; |
30 | QHBoxLayout *horizontalLayout; |
31 | QLineEdit *txtOutputDir; |
32 | QToolButton *btnOutputDir; |
33 | QGroupBox *groupBox_2; |
34 | QHBoxLayout *horizontalLayout_2; |
35 | QLineEdit *txtObjOutputDir; |
36 | QToolButton *btnObjOutputDir; |
37 | QGroupBox *grpAutosaveCompileLog; |
38 | QHBoxLayout *horizontalLayout_3; |
39 | QLineEdit *txtCompileLog; |
40 | QToolButton *btnCompileLog; |
41 | QGroupBox *grpOverrideOutput; |
42 | QHBoxLayout *horizontalLayout_4; |
43 | QLineEdit *txtOutputFilename; |
44 | QSpacerItem *verticalSpacer; |
45 | |
46 | void setupUi(QWidget *ProjectOutputWidget) |
47 | { |
48 | if (ProjectOutputWidget->objectName().isEmpty()) |
49 | ProjectOutputWidget->setObjectName(QString::fromUtf8("ProjectOutputWidget" )); |
50 | ProjectOutputWidget->resize(561, 457); |
51 | verticalLayout = new QVBoxLayout(ProjectOutputWidget); |
52 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
53 | groupBox = new QGroupBox(ProjectOutputWidget); |
54 | groupBox->setObjectName(QString::fromUtf8("groupBox" )); |
55 | horizontalLayout = new QHBoxLayout(groupBox); |
56 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
57 | txtOutputDir = new QLineEdit(groupBox); |
58 | txtOutputDir->setObjectName(QString::fromUtf8("txtOutputDir" )); |
59 | |
60 | horizontalLayout->addWidget(txtOutputDir); |
61 | |
62 | btnOutputDir = new QToolButton(groupBox); |
63 | btnOutputDir->setObjectName(QString::fromUtf8("btnOutputDir" )); |
64 | QIcon icon; |
65 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::Off); |
66 | btnOutputDir->setIcon(icon); |
67 | |
68 | horizontalLayout->addWidget(btnOutputDir); |
69 | |
70 | |
71 | verticalLayout->addWidget(groupBox); |
72 | |
73 | groupBox_2 = new QGroupBox(ProjectOutputWidget); |
74 | groupBox_2->setObjectName(QString::fromUtf8("groupBox_2" )); |
75 | horizontalLayout_2 = new QHBoxLayout(groupBox_2); |
76 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
77 | txtObjOutputDir = new QLineEdit(groupBox_2); |
78 | txtObjOutputDir->setObjectName(QString::fromUtf8("txtObjOutputDir" )); |
79 | |
80 | horizontalLayout_2->addWidget(txtObjOutputDir); |
81 | |
82 | btnObjOutputDir = new QToolButton(groupBox_2); |
83 | btnObjOutputDir->setObjectName(QString::fromUtf8("btnObjOutputDir" )); |
84 | btnObjOutputDir->setIcon(icon); |
85 | |
86 | horizontalLayout_2->addWidget(btnObjOutputDir); |
87 | |
88 | |
89 | verticalLayout->addWidget(groupBox_2); |
90 | |
91 | grpAutosaveCompileLog = new QGroupBox(ProjectOutputWidget); |
92 | grpAutosaveCompileLog->setObjectName(QString::fromUtf8("grpAutosaveCompileLog" )); |
93 | grpAutosaveCompileLog->setCheckable(true); |
94 | grpAutosaveCompileLog->setChecked(false); |
95 | horizontalLayout_3 = new QHBoxLayout(grpAutosaveCompileLog); |
96 | horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3" )); |
97 | txtCompileLog = new QLineEdit(grpAutosaveCompileLog); |
98 | txtCompileLog->setObjectName(QString::fromUtf8("txtCompileLog" )); |
99 | |
100 | horizontalLayout_3->addWidget(txtCompileLog); |
101 | |
102 | btnCompileLog = new QToolButton(grpAutosaveCompileLog); |
103 | btnCompileLog->setObjectName(QString::fromUtf8("btnCompileLog" )); |
104 | btnCompileLog->setIcon(icon); |
105 | |
106 | horizontalLayout_3->addWidget(btnCompileLog); |
107 | |
108 | |
109 | verticalLayout->addWidget(grpAutosaveCompileLog); |
110 | |
111 | grpOverrideOutput = new QGroupBox(ProjectOutputWidget); |
112 | grpOverrideOutput->setObjectName(QString::fromUtf8("grpOverrideOutput" )); |
113 | grpOverrideOutput->setCheckable(true); |
114 | grpOverrideOutput->setChecked(false); |
115 | horizontalLayout_4 = new QHBoxLayout(grpOverrideOutput); |
116 | horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4" )); |
117 | txtOutputFilename = new QLineEdit(grpOverrideOutput); |
118 | txtOutputFilename->setObjectName(QString::fromUtf8("txtOutputFilename" )); |
119 | |
120 | horizontalLayout_4->addWidget(txtOutputFilename); |
121 | |
122 | |
123 | verticalLayout->addWidget(grpOverrideOutput); |
124 | |
125 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
126 | |
127 | verticalLayout->addItem(verticalSpacer); |
128 | |
129 | |
130 | retranslateUi(ProjectOutputWidget); |
131 | |
132 | QMetaObject::connectSlotsByName(ProjectOutputWidget); |
133 | } // setupUi |
134 | |
135 | void retranslateUi(QWidget *ProjectOutputWidget) |
136 | { |
137 | ProjectOutputWidget->setWindowTitle(QCoreApplication::translate("ProjectOutputWidget" , "Form" , nullptr)); |
138 | groupBox->setTitle(QCoreApplication::translate("ProjectOutputWidget" , "Executable output directory" , nullptr)); |
139 | btnOutputDir->setText(QCoreApplication::translate("ProjectOutputWidget" , "browse" , nullptr)); |
140 | groupBox_2->setTitle(QCoreApplication::translate("ProjectOutputWidget" , "Object file output directory" , nullptr)); |
141 | btnObjOutputDir->setText(QCoreApplication::translate("ProjectOutputWidget" , "browse" , nullptr)); |
142 | grpAutosaveCompileLog->setTitle(QCoreApplication::translate("ProjectOutputWidget" , "Auto save compile log" , nullptr)); |
143 | btnCompileLog->setText(QCoreApplication::translate("ProjectOutputWidget" , "browse" , nullptr)); |
144 | grpOverrideOutput->setTitle(QCoreApplication::translate("ProjectOutputWidget" , "Override output filename" , nullptr)); |
145 | } // retranslateUi |
146 | |
147 | }; |
148 | |
149 | namespace Ui { |
150 | class ProjectOutputWidget: public Ui_ProjectOutputWidget {}; |
151 | } // namespace Ui |
152 | |
153 | QT_END_NAMESPACE |
154 | |
155 | #endif // UI_PROJECTOUTPUTWIDGET_H |
156 | |