|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ProjectPage</class> |
|
4 <widget class="QWidget" name="ProjectPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>602</width> |
|
10 <height>656</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure project settings</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line8"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox_6"> |
|
36 <property name="title"> |
|
37 <string>Files</string> |
|
38 </property> |
|
39 <layout class="QVBoxLayout"> |
|
40 <item> |
|
41 <widget class="QCheckBox" name="projectTimestampCheckBox"> |
|
42 <property name="toolTip"> |
|
43 <string>Select, if a timestamp should be written to all Project files</string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>Include timestamp in Project files</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 </layout> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="QGroupBox" name="groupBox_2"> |
|
55 <property name="title"> |
|
56 <string>Search new files</string> |
|
57 </property> |
|
58 <layout class="QGridLayout"> |
|
59 <item row="0" column="0"> |
|
60 <widget class="QCheckBox" name="projectSearchNewFilesRecursiveCheckBox"> |
|
61 <property name="text"> |
|
62 <string>Search for new files recursively</string> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="0" column="1"> |
|
67 <widget class="QCheckBox" name="projectSearchNewFilesCheckBox"> |
|
68 <property name="toolTip"> |
|
69 <string>Select whether a search for new files on a project open should be performed.</string> |
|
70 </property> |
|
71 <property name="text"> |
|
72 <string>Search for new files on open</string> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="1" column="1"> |
|
77 <widget class="QCheckBox" name="projectAutoIncludeNewFilesCheckBox"> |
|
78 <property name="enabled"> |
|
79 <bool>false</bool> |
|
80 </property> |
|
81 <property name="toolTip"> |
|
82 <string>Select whether the found files should be included automatically.</string> |
|
83 </property> |
|
84 <property name="text"> |
|
85 <string>Automatically include found files</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 </layout> |
|
90 </widget> |
|
91 </item> |
|
92 <item> |
|
93 <widget class="QGroupBox" name="groupBox_4"> |
|
94 <property name="title"> |
|
95 <string>Debugger Properties</string> |
|
96 </property> |
|
97 <layout class="QGridLayout"> |
|
98 <item row="0" column="0"> |
|
99 <widget class="QCheckBox" name="projectLoadDebugPropertiesCheckBox"> |
|
100 <property name="toolTip"> |
|
101 <string>Select, whether a project debugger properties file shall be read on opening the project</string> |
|
102 </property> |
|
103 <property name="text"> |
|
104 <string>Load debugger properties upon opening</string> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item row="0" column="1"> |
|
109 <widget class="QCheckBox" name="projectSaveDebugPropertiesCheckBox"> |
|
110 <property name="toolTip"> |
|
111 <string>Select, whether a project debugger properties file shall be written on closing the project</string> |
|
112 </property> |
|
113 <property name="text"> |
|
114 <string>Save debugger properties upon closing</string> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 </layout> |
|
119 </widget> |
|
120 </item> |
|
121 <item> |
|
122 <widget class="QGroupBox" name="groupBox_3"> |
|
123 <property name="title"> |
|
124 <string>Sessions</string> |
|
125 </property> |
|
126 <layout class="QGridLayout"> |
|
127 <item row="0" column="0"> |
|
128 <widget class="QCheckBox" name="projectLoadSessionCheckBox"> |
|
129 <property name="toolTip"> |
|
130 <string>Select, whether a project session file shall be read on opening the project</string> |
|
131 </property> |
|
132 <property name="text"> |
|
133 <string>Load session upon opening</string> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 <item row="0" column="1"> |
|
138 <widget class="QCheckBox" name="projectSaveSessionCheckBox"> |
|
139 <property name="toolTip"> |
|
140 <string>Select, whether a project session file shall be written on closing the project</string> |
|
141 </property> |
|
142 <property name="text"> |
|
143 <string>Save session upon closing</string> |
|
144 </property> |
|
145 </widget> |
|
146 </item> |
|
147 <item row="1" column="1"> |
|
148 <widget class="QCheckBox" name="projectSessionAllBpCheckBox"> |
|
149 <property name="toolTip"> |
|
150 <string>Select whether all breakpoints should be saved to the session file.</string> |
|
151 </property> |
|
152 <property name="text"> |
|
153 <string>Save all breakpoints</string> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 </layout> |
|
158 </widget> |
|
159 </item> |
|
160 <item> |
|
161 <widget class="QGroupBox" name="groupBox_5"> |
|
162 <property name="title"> |
|
163 <string>Automatisations</string> |
|
164 </property> |
|
165 <layout class="QGridLayout" name="gridLayout"> |
|
166 <item row="0" column="0"> |
|
167 <widget class="QCheckBox" name="projectAutoCompileFormsCheckBox"> |
|
168 <property name="toolTip"> |
|
169 <string>Select, if changed forms should be compiled automatically upon a run action</string> |
|
170 </property> |
|
171 <property name="text"> |
|
172 <string>compile changed forms</string> |
|
173 </property> |
|
174 </widget> |
|
175 </item> |
|
176 <item row="0" column="1"> |
|
177 <widget class="QCheckBox" name="projectAutoCompileResourcesCheckBox"> |
|
178 <property name="toolTip"> |
|
179 <string>Select, if changed resources should be compiled automatically upon a run action</string> |
|
180 </property> |
|
181 <property name="text"> |
|
182 <string>compile changed resources</string> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 <item row="1" column="0"> |
|
187 <widget class="QCheckBox" name="projectAutoMakeCheckBox"> |
|
188 <property name="toolTip"> |
|
189 <string>Select to execute the configured 'make' command before a run action is performed</string> |
|
190 </property> |
|
191 <property name="text"> |
|
192 <string>execute make</string> |
|
193 </property> |
|
194 </widget> |
|
195 </item> |
|
196 </layout> |
|
197 </widget> |
|
198 </item> |
|
199 <item> |
|
200 <widget class="QGroupBox" name="groupBox"> |
|
201 <property name="title"> |
|
202 <string>Python Variant</string> |
|
203 </property> |
|
204 <layout class="QVBoxLayout" name="verticalLayout"> |
|
205 <item> |
|
206 <widget class="QCheckBox" name="pythonVariantCheckBox"> |
|
207 <property name="toolTip"> |
|
208 <string>Select to determine the Python variant from the project language</string> |
|
209 </property> |
|
210 <property name="text"> |
|
211 <string>Determine Python variant from project language</string> |
|
212 </property> |
|
213 </widget> |
|
214 </item> |
|
215 </layout> |
|
216 </widget> |
|
217 </item> |
|
218 <item> |
|
219 <widget class="QGroupBox" name="groupBox_9"> |
|
220 <property name="title"> |
|
221 <string>Shell</string> |
|
222 </property> |
|
223 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
224 <item> |
|
225 <widget class="QCheckBox" name="restartShellCheckBox"> |
|
226 <property name="toolTip"> |
|
227 <string>Select to restart the shell with the interpreter of the project (if configured)</string> |
|
228 </property> |
|
229 <property name="text"> |
|
230 <string>Restart Shell for project upon opening</string> |
|
231 </property> |
|
232 </widget> |
|
233 </item> |
|
234 </layout> |
|
235 </widget> |
|
236 </item> |
|
237 <item> |
|
238 <widget class="QGroupBox" name="groupBox_7"> |
|
239 <property name="title"> |
|
240 <string>Recent Projects</string> |
|
241 </property> |
|
242 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
243 <item> |
|
244 <widget class="QLabel" name="label"> |
|
245 <property name="text"> |
|
246 <string>Number of recent projects:</string> |
|
247 </property> |
|
248 </widget> |
|
249 </item> |
|
250 <item> |
|
251 <widget class="QSpinBox" name="projectRecentSpinBox"> |
|
252 <property name="toolTip"> |
|
253 <string>Enter the number of recent projects to remember</string> |
|
254 </property> |
|
255 <property name="alignment"> |
|
256 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
257 </property> |
|
258 <property name="minimum"> |
|
259 <number>5</number> |
|
260 </property> |
|
261 <property name="maximum"> |
|
262 <number>50</number> |
|
263 </property> |
|
264 </widget> |
|
265 </item> |
|
266 <item> |
|
267 <spacer> |
|
268 <property name="orientation"> |
|
269 <enum>Qt::Horizontal</enum> |
|
270 </property> |
|
271 <property name="sizeHint" stdset="0"> |
|
272 <size> |
|
273 <width>40</width> |
|
274 <height>20</height> |
|
275 </size> |
|
276 </property> |
|
277 </spacer> |
|
278 </item> |
|
279 </layout> |
|
280 </widget> |
|
281 </item> |
|
282 <item> |
|
283 <widget class="QGroupBox" name="groupBox_8"> |
|
284 <property name="title"> |
|
285 <string>Tasks</string> |
|
286 </property> |
|
287 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
288 <item> |
|
289 <widget class="QCheckBox" name="autosaveTasksCheckBox"> |
|
290 <property name="toolTip"> |
|
291 <string>Select to save the project tasks automatically</string> |
|
292 </property> |
|
293 <property name="text"> |
|
294 <string>Save tasks automatically</string> |
|
295 </property> |
|
296 </widget> |
|
297 </item> |
|
298 <item> |
|
299 <widget class="QCheckBox" name="rescanTasksCheckBox"> |
|
300 <property name="toolTip"> |
|
301 <string>Select to rescan the project tasks when a project is opened</string> |
|
302 </property> |
|
303 <property name="text"> |
|
304 <string>Rescan tasks upon opening</string> |
|
305 </property> |
|
306 </widget> |
|
307 </item> |
|
308 </layout> |
|
309 </widget> |
|
310 </item> |
|
311 <item> |
|
312 <spacer name="verticalSpacer"> |
|
313 <property name="orientation"> |
|
314 <enum>Qt::Vertical</enum> |
|
315 </property> |
|
316 <property name="sizeHint" stdset="0"> |
|
317 <size> |
|
318 <width>20</width> |
|
319 <height>40</height> |
|
320 </size> |
|
321 </property> |
|
322 </spacer> |
|
323 </item> |
|
324 </layout> |
|
325 </widget> |
|
326 <tabstops> |
|
327 <tabstop>projectTimestampCheckBox</tabstop> |
|
328 <tabstop>projectSearchNewFilesRecursiveCheckBox</tabstop> |
|
329 <tabstop>projectSearchNewFilesCheckBox</tabstop> |
|
330 <tabstop>projectAutoIncludeNewFilesCheckBox</tabstop> |
|
331 <tabstop>projectLoadDebugPropertiesCheckBox</tabstop> |
|
332 <tabstop>projectSaveDebugPropertiesCheckBox</tabstop> |
|
333 <tabstop>projectLoadSessionCheckBox</tabstop> |
|
334 <tabstop>projectSaveSessionCheckBox</tabstop> |
|
335 <tabstop>projectSessionAllBpCheckBox</tabstop> |
|
336 <tabstop>projectAutoCompileFormsCheckBox</tabstop> |
|
337 <tabstop>projectAutoCompileResourcesCheckBox</tabstop> |
|
338 <tabstop>projectAutoMakeCheckBox</tabstop> |
|
339 <tabstop>pythonVariantCheckBox</tabstop> |
|
340 <tabstop>restartShellCheckBox</tabstop> |
|
341 <tabstop>projectRecentSpinBox</tabstop> |
|
342 <tabstop>autosaveTasksCheckBox</tabstop> |
|
343 <tabstop>rescanTasksCheckBox</tabstop> |
|
344 </tabstops> |
|
345 <resources/> |
|
346 <connections> |
|
347 <connection> |
|
348 <sender>projectSearchNewFilesCheckBox</sender> |
|
349 <signal>toggled(bool)</signal> |
|
350 <receiver>projectAutoIncludeNewFilesCheckBox</receiver> |
|
351 <slot>setEnabled(bool)</slot> |
|
352 <hints> |
|
353 <hint type="sourcelabel"> |
|
354 <x>50</x> |
|
355 <y>133</y> |
|
356 </hint> |
|
357 <hint type="destinationlabel"> |
|
358 <x>73</x> |
|
359 <y>190</y> |
|
360 </hint> |
|
361 </hints> |
|
362 </connection> |
|
363 </connections> |
|
364 </ui> |