1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'projectfileswidget.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_PROJECTFILESWIDGET_H |
10 | #define UI_PROJECTFILESWIDGET_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QCheckBox> |
15 | #include <QtWidgets/QComboBox> |
16 | #include <QtWidgets/QGroupBox> |
17 | #include <QtWidgets/QHBoxLayout> |
18 | #include <QtWidgets/QHeaderView> |
19 | #include <QtWidgets/QLabel> |
20 | #include <QtWidgets/QPlainTextEdit> |
21 | #include <QtWidgets/QSpacerItem> |
22 | #include <QtWidgets/QSpinBox> |
23 | #include <QtWidgets/QSplitter> |
24 | #include <QtWidgets/QTreeView> |
25 | #include <QtWidgets/QVBoxLayout> |
26 | #include <QtWidgets/QWidget> |
27 | |
28 | QT_BEGIN_NAMESPACE |
29 | |
30 | class Ui_ProjectFilesWidget |
31 | { |
32 | public: |
33 | QVBoxLayout *verticalLayout; |
34 | QSplitter *splitter; |
35 | QTreeView *treeProject; |
36 | QGroupBox *grpFileOptions; |
37 | QVBoxLayout *verticalLayout_2; |
38 | QWidget *widget; |
39 | QHBoxLayout *horizontalLayout_2; |
40 | QLabel *label; |
41 | QSpinBox *spinPriority; |
42 | QSpacerItem *horizontalSpacer; |
43 | QCheckBox *chkCompile; |
44 | QCheckBox *chkLink; |
45 | QCheckBox *chkCompileAsCPP; |
46 | QWidget *widget_2; |
47 | QHBoxLayout *horizontalLayout; |
48 | QLabel *label_2; |
49 | QComboBox *cbEncoding; |
50 | QComboBox *cbEncodingDetail; |
51 | QSpacerItem *horizontalSpacer_2; |
52 | QCheckBox *chkOverrideBuildCommand; |
53 | QPlainTextEdit *txtBuildCommand; |
54 | |
55 | void setupUi(QWidget *ProjectFilesWidget) |
56 | { |
57 | if (ProjectFilesWidget->objectName().isEmpty()) |
58 | ProjectFilesWidget->setObjectName(QString::fromUtf8("ProjectFilesWidget" )); |
59 | ProjectFilesWidget->resize(753, 503); |
60 | verticalLayout = new QVBoxLayout(ProjectFilesWidget); |
61 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
62 | splitter = new QSplitter(ProjectFilesWidget); |
63 | splitter->setObjectName(QString::fromUtf8("splitter" )); |
64 | splitter->setOrientation(Qt::Horizontal); |
65 | treeProject = new QTreeView(splitter); |
66 | treeProject->setObjectName(QString::fromUtf8("treeProject" )); |
67 | QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); |
68 | sizePolicy.setHorizontalStretch(0); |
69 | sizePolicy.setVerticalStretch(0); |
70 | sizePolicy.setHeightForWidth(treeProject->sizePolicy().hasHeightForWidth()); |
71 | treeProject->setSizePolicy(sizePolicy); |
72 | splitter->addWidget(treeProject); |
73 | treeProject->header()->setVisible(false); |
74 | grpFileOptions = new QGroupBox(splitter); |
75 | grpFileOptions->setObjectName(QString::fromUtf8("grpFileOptions" )); |
76 | QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Preferred); |
77 | sizePolicy1.setHorizontalStretch(1); |
78 | sizePolicy1.setVerticalStretch(0); |
79 | sizePolicy1.setHeightForWidth(grpFileOptions->sizePolicy().hasHeightForWidth()); |
80 | grpFileOptions->setSizePolicy(sizePolicy1); |
81 | verticalLayout_2 = new QVBoxLayout(grpFileOptions); |
82 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
83 | widget = new QWidget(grpFileOptions); |
84 | widget->setObjectName(QString::fromUtf8("widget" )); |
85 | horizontalLayout_2 = new QHBoxLayout(widget); |
86 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
87 | horizontalLayout_2->setContentsMargins(0, 0, 0, 0); |
88 | label = new QLabel(widget); |
89 | label->setObjectName(QString::fromUtf8("label" )); |
90 | |
91 | horizontalLayout_2->addWidget(label); |
92 | |
93 | spinPriority = new QSpinBox(widget); |
94 | spinPriority->setObjectName(QString::fromUtf8("spinPriority" )); |
95 | |
96 | horizontalLayout_2->addWidget(spinPriority); |
97 | |
98 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
99 | |
100 | horizontalLayout_2->addItem(horizontalSpacer); |
101 | |
102 | |
103 | verticalLayout_2->addWidget(widget); |
104 | |
105 | chkCompile = new QCheckBox(grpFileOptions); |
106 | chkCompile->setObjectName(QString::fromUtf8("chkCompile" )); |
107 | chkCompile->setEnabled(true); |
108 | |
109 | verticalLayout_2->addWidget(chkCompile); |
110 | |
111 | chkLink = new QCheckBox(grpFileOptions); |
112 | chkLink->setObjectName(QString::fromUtf8("chkLink" )); |
113 | |
114 | verticalLayout_2->addWidget(chkLink); |
115 | |
116 | chkCompileAsCPP = new QCheckBox(grpFileOptions); |
117 | chkCompileAsCPP->setObjectName(QString::fromUtf8("chkCompileAsCPP" )); |
118 | |
119 | verticalLayout_2->addWidget(chkCompileAsCPP); |
120 | |
121 | widget_2 = new QWidget(grpFileOptions); |
122 | widget_2->setObjectName(QString::fromUtf8("widget_2" )); |
123 | horizontalLayout = new QHBoxLayout(widget_2); |
124 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
125 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
126 | label_2 = new QLabel(widget_2); |
127 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
128 | |
129 | horizontalLayout->addWidget(label_2); |
130 | |
131 | cbEncoding = new QComboBox(widget_2); |
132 | cbEncoding->setObjectName(QString::fromUtf8("cbEncoding" )); |
133 | cbEncoding->setSizeAdjustPolicy(QComboBox::AdjustToContents); |
134 | |
135 | horizontalLayout->addWidget(cbEncoding); |
136 | |
137 | cbEncodingDetail = new QComboBox(widget_2); |
138 | cbEncodingDetail->setObjectName(QString::fromUtf8("cbEncodingDetail" )); |
139 | cbEncodingDetail->setSizeAdjustPolicy(QComboBox::AdjustToContents); |
140 | |
141 | horizontalLayout->addWidget(cbEncodingDetail); |
142 | |
143 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
144 | |
145 | horizontalLayout->addItem(horizontalSpacer_2); |
146 | |
147 | |
148 | verticalLayout_2->addWidget(widget_2); |
149 | |
150 | chkOverrideBuildCommand = new QCheckBox(grpFileOptions); |
151 | chkOverrideBuildCommand->setObjectName(QString::fromUtf8("chkOverrideBuildCommand" )); |
152 | |
153 | verticalLayout_2->addWidget(chkOverrideBuildCommand); |
154 | |
155 | txtBuildCommand = new QPlainTextEdit(grpFileOptions); |
156 | txtBuildCommand->setObjectName(QString::fromUtf8("txtBuildCommand" )); |
157 | |
158 | verticalLayout_2->addWidget(txtBuildCommand); |
159 | |
160 | splitter->addWidget(grpFileOptions); |
161 | |
162 | verticalLayout->addWidget(splitter); |
163 | |
164 | |
165 | retranslateUi(ProjectFilesWidget); |
166 | |
167 | QMetaObject::connectSlotsByName(ProjectFilesWidget); |
168 | } // setupUi |
169 | |
170 | void retranslateUi(QWidget *ProjectFilesWidget) |
171 | { |
172 | ProjectFilesWidget->setWindowTitle(QCoreApplication::translate("ProjectFilesWidget" , "Form" , nullptr)); |
173 | grpFileOptions->setTitle(QCoreApplication::translate("ProjectFilesWidget" , "File Options" , nullptr)); |
174 | label->setText(QCoreApplication::translate("ProjectFilesWidget" , "Build Priority:" , nullptr)); |
175 | chkCompile->setText(QCoreApplication::translate("ProjectFilesWidget" , "Include in compilation" , nullptr)); |
176 | chkLink->setText(QCoreApplication::translate("ProjectFilesWidget" , "Include in linking" , nullptr)); |
177 | chkCompileAsCPP->setText(QCoreApplication::translate("ProjectFilesWidget" , "Compile files as C++" , nullptr)); |
178 | label_2->setText(QCoreApplication::translate("ProjectFilesWidget" , "Encoding" , nullptr)); |
179 | chkOverrideBuildCommand->setText(QCoreApplication::translate("ProjectFilesWidget" , "Override build command:" , nullptr)); |
180 | } // retranslateUi |
181 | |
182 | }; |
183 | |
184 | namespace Ui { |
185 | class ProjectFilesWidget: public Ui_ProjectFilesWidget {}; |
186 | } // namespace Ui |
187 | |
188 | QT_END_NAMESPACE |
189 | |
190 | #endif // UI_PROJECTFILESWIDGET_H |
191 | |