131 with a dialog by pressing the button to the right.</p></string> |
131 with a dialog by pressing the button to the right.</p></string> |
132 </property> |
132 </property> |
133 </widget> |
133 </widget> |
134 </item> |
134 </item> |
135 <item row="5" column="0"> |
135 <item row="5" column="0"> |
|
136 <widget class="QLabel" name="dirLabel_2"> |
|
137 <property name="text"> |
|
138 <string>Project &Sources Directory:</string> |
|
139 </property> |
|
140 <property name="buddy"> |
|
141 <cstring>dirPicker</cstring> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 <item row="5" column="1"> |
|
146 <widget class="EricPathPicker" name="srcDirPicker" native="true"> |
|
147 <property name="sizePolicy"> |
|
148 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
149 <horstretch>0</horstretch> |
|
150 <verstretch>0</verstretch> |
|
151 </sizepolicy> |
|
152 </property> |
|
153 <property name="focusPolicy"> |
|
154 <enum>Qt::StrongFocus</enum> |
|
155 </property> |
|
156 <property name="toolTip"> |
|
157 <string>Enter the project sources subdirectory (leave empty, if sources are directly in the project directory).</string> |
|
158 </property> |
|
159 <property name="whatsThis"> |
|
160 <string><b>Project Directory</b> |
|
161 <p>Enter the project directory. You may select it |
|
162 with a dialog by pressing the button to the right.</p></string> |
|
163 </property> |
|
164 </widget> |
|
165 </item> |
|
166 <item row="6" column="0"> |
136 <widget class="QLabel" name="versionLabel"> |
167 <widget class="QLabel" name="versionLabel"> |
137 <property name="text"> |
168 <property name="text"> |
138 <string>&Version No.:</string> |
169 <string>&Version No.:</string> |
139 </property> |
170 </property> |
140 <property name="buddy"> |
171 <property name="buddy"> |
141 <cstring>versionEdit</cstring> |
172 <cstring>versionEdit</cstring> |
142 </property> |
173 </property> |
143 </widget> |
174 </widget> |
144 </item> |
175 </item> |
145 <item row="5" column="1"> |
176 <item row="6" column="1"> |
146 <widget class="QLineEdit" name="versionEdit"> |
177 <widget class="QLineEdit" name="versionEdit"> |
147 <property name="toolTip"> |
178 <property name="toolTip"> |
148 <string>Enter the version number</string> |
179 <string>Enter the version number</string> |
149 </property> |
180 </property> |
150 <property name="whatsThis"> |
181 <property name="whatsThis"> |
154 <property name="clearButtonEnabled"> |
185 <property name="clearButtonEnabled"> |
155 <bool>true</bool> |
186 <bool>true</bool> |
156 </property> |
187 </property> |
157 </widget> |
188 </widget> |
158 </item> |
189 </item> |
159 <item row="6" column="0"> |
190 <item row="7" column="0"> |
160 <widget class="QLabel" name="mainscriptLabel"> |
191 <widget class="QLabel" name="mainscriptLabel"> |
161 <property name="text"> |
192 <property name="text"> |
162 <string>&Main Script:</string> |
193 <string>&Main Script:</string> |
163 </property> |
194 </property> |
164 <property name="buddy"> |
195 <property name="buddy"> |
165 <cstring>mainscriptPicker</cstring> |
196 <cstring>mainscriptPicker</cstring> |
166 </property> |
197 </property> |
167 </widget> |
198 </widget> |
168 </item> |
199 </item> |
169 <item row="6" column="1"> |
200 <item row="7" column="1"> |
170 <widget class="EricPathPicker" name="mainscriptPicker" native="true"> |
201 <widget class="EricPathPicker" name="mainscriptPicker" native="true"> |
171 <property name="sizePolicy"> |
202 <property name="sizePolicy"> |
172 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
203 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
173 <horstretch>0</horstretch> |
204 <horstretch>0</horstretch> |
174 <verstretch>0</verstretch> |
205 <verstretch>0</verstretch> |
185 <p>Enter the main script of the project. You may select it |
216 <p>Enter the main script of the project. You may select it |
186 with a dialog by pressing the button to the right.</p></string> |
217 with a dialog by pressing the button to the right.</p></string> |
187 </property> |
218 </property> |
188 </widget> |
219 </widget> |
189 </item> |
220 </item> |
190 <item row="7" column="0"> |
221 <item row="8" column="0"> |
191 <widget class="QLabel" name="eolLabel"> |
222 <widget class="QLabel" name="eolLabel"> |
192 <property name="text"> |
223 <property name="text"> |
193 <string>End of &Line Character:</string> |
224 <string>End of &Line Character:</string> |
194 </property> |
225 </property> |
195 <property name="buddy"> |
226 <property name="buddy"> |
196 <cstring>eolComboBox</cstring> |
227 <cstring>eolComboBox</cstring> |
197 </property> |
228 </property> |
198 </widget> |
229 </widget> |
199 </item> |
230 </item> |
200 <item row="7" column="1"> |
231 <item row="8" column="1"> |
201 <widget class="QComboBox" name="eolComboBox"> |
232 <widget class="QComboBox" name="eolComboBox"> |
202 <property name="toolTip"> |
233 <property name="toolTip"> |
203 <string>Select the end of line character to be used by the project</string> |
234 <string>Select the end of line character to be used by the project</string> |
204 </property> |
235 </property> |
205 <item> |
236 <item> |
222 <string>Windows/DOS</string> |
253 <string>Windows/DOS</string> |
223 </property> |
254 </property> |
224 </item> |
255 </item> |
225 </widget> |
256 </widget> |
226 </item> |
257 </item> |
227 <item row="8" column="0"> |
258 <item row="9" column="0"> |
228 <widget class="QLabel" name="label"> |
259 <widget class="QLabel" name="label"> |
229 <property name="text"> |
260 <property name="text"> |
230 <string>Docstring Style:</string> |
261 <string>Docstring Style:</string> |
231 </property> |
262 </property> |
232 </widget> |
263 </widget> |
233 </item> |
264 </item> |
234 <item row="8" column="1"> |
265 <item row="9" column="1"> |
235 <widget class="QComboBox" name="docstringStyleComboBox"> |
266 <widget class="QComboBox" name="docstringStyleComboBox"> |
236 <property name="toolTip"> |
267 <property name="toolTip"> |
237 <string>Select the docstring style for the project</string> |
268 <string>Select the docstring style for the project</string> |
238 </property> |
269 </property> |
239 </widget> |
270 </widget> |
240 </item> |
271 </item> |
241 <item row="9" column="0"> |
272 <item row="10" column="0"> |
242 <widget class="QLabel" name="authorLabel"> |
273 <widget class="QLabel" name="authorLabel"> |
243 <property name="text"> |
274 <property name="text"> |
244 <string>&Author:</string> |
275 <string>&Author:</string> |
245 </property> |
276 </property> |
246 <property name="buddy"> |
277 <property name="buddy"> |
247 <cstring>authorEdit</cstring> |
278 <cstring>authorEdit</cstring> |
248 </property> |
279 </property> |
249 </widget> |
280 </widget> |
250 </item> |
281 </item> |
251 <item row="9" column="1"> |
282 <item row="10" column="1"> |
252 <widget class="QLineEdit" name="authorEdit"> |
283 <widget class="QLineEdit" name="authorEdit"> |
253 <property name="toolTip"> |
284 <property name="toolTip"> |
254 <string>Enter author's name</string> |
285 <string>Enter author's name</string> |
255 </property> |
286 </property> |
256 <property name="whatsThis"> |
287 <property name="whatsThis"> |
260 <property name="clearButtonEnabled"> |
291 <property name="clearButtonEnabled"> |
261 <bool>true</bool> |
292 <bool>true</bool> |
262 </property> |
293 </property> |
263 </widget> |
294 </widget> |
264 </item> |
295 </item> |
265 <item row="10" column="0"> |
296 <item row="11" column="0"> |
266 <widget class="QLabel" name="emailLabel"> |
297 <widget class="QLabel" name="emailLabel"> |
267 <property name="text"> |
298 <property name="text"> |
268 <string>&Email:</string> |
299 <string>&Email:</string> |
269 </property> |
300 </property> |
270 <property name="buddy"> |
301 <property name="buddy"> |
271 <cstring>emailEdit</cstring> |
302 <cstring>emailEdit</cstring> |
272 </property> |
303 </property> |
273 </widget> |
304 </widget> |
274 </item> |
305 </item> |
275 <item row="10" column="1"> |
306 <item row="11" column="1"> |
276 <widget class="QLineEdit" name="emailEdit"> |
307 <widget class="QLineEdit" name="emailEdit"> |
277 <property name="toolTip"> |
308 <property name="toolTip"> |
278 <string>Enter author's email</string> |
309 <string>Enter author's email</string> |
279 </property> |
310 </property> |
280 <property name="whatsThis"> |
311 <property name="whatsThis"> |
284 <property name="clearButtonEnabled"> |
315 <property name="clearButtonEnabled"> |
285 <bool>true</bool> |
316 <bool>true</bool> |
286 </property> |
317 </property> |
287 </widget> |
318 </widget> |
288 </item> |
319 </item> |
289 <item row="11" column="0"> |
320 <item row="12" column="0"> |
290 <widget class="QLabel" name="descriptionLabel"> |
321 <widget class="QLabel" name="descriptionLabel"> |
291 <property name="text"> |
322 <property name="text"> |
292 <string>&Description:</string> |
323 <string>&Description:</string> |
293 </property> |
324 </property> |
294 <property name="alignment"> |
325 <property name="alignment"> |
297 <property name="buddy"> |
328 <property name="buddy"> |
298 <cstring>descriptionEdit</cstring> |
329 <cstring>descriptionEdit</cstring> |
299 </property> |
330 </property> |
300 </widget> |
331 </widget> |
301 </item> |
332 </item> |
302 <item row="11" column="1"> |
333 <item row="12" column="1"> |
303 <widget class="EricSpellCheckedTextEdit" name="descriptionEdit"> |
334 <widget class="EricSpellCheckedTextEdit" name="descriptionEdit"> |
304 <property name="toolTip"> |
335 <property name="toolTip"> |
305 <string>Enter description</string> |
336 <string>Enter description</string> |
306 </property> |
337 </property> |
307 <property name="whatsThis"> |
338 <property name="whatsThis"> |
314 <property name="acceptRichText"> |
345 <property name="acceptRichText"> |
315 <bool>false</bool> |
346 <bool>false</bool> |
316 </property> |
347 </property> |
317 </widget> |
348 </widget> |
318 </item> |
349 </item> |
319 <item row="12" column="0"> |
350 <item row="13" column="0"> |
320 <widget class="QLabel" name="label_2"> |
351 <widget class="QLabel" name="label_2"> |
321 <property name="text"> |
352 <property name="text"> |
322 <string>Testing Framework:</string> |
353 <string>Testing Framework:</string> |
323 </property> |
354 </property> |
324 </widget> |
355 </widget> |
325 </item> |
356 </item> |
326 <item row="12" column="1"> |
357 <item row="13" column="1"> |
327 <widget class="QComboBox" name="testingFrameworkComboBox"> |
358 <widget class="QComboBox" name="testingFrameworkComboBox"> |
328 <property name="toolTip"> |
359 <property name="toolTip"> |
329 <string>Select the testing framework used by the project</string> |
360 <string>Select the testing framework used by the project</string> |
330 </property> |
361 </property> |
331 </widget> |
362 </widget> |
332 </item> |
363 </item> |
333 <item row="13" column="0"> |
364 <item row="14" column="0"> |
334 <widget class="QLabel" name="label_3"> |
365 <widget class="QLabel" name="label_3"> |
335 <property name="text"> |
366 <property name="text"> |
336 <string>License:</string> |
367 <string>License:</string> |
337 </property> |
368 </property> |
338 </widget> |
369 </widget> |
339 </item> |
370 </item> |
340 <item row="13" column="1"> |
371 <item row="14" column="1"> |
341 <widget class="QComboBox" name="licenseComboBox"> |
372 <widget class="QComboBox" name="licenseComboBox"> |
342 <property name="sizePolicy"> |
373 <property name="sizePolicy"> |
343 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
374 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
344 <horstretch>0</horstretch> |
375 <horstretch>0</horstretch> |
345 <verstretch>0</verstretch> |
376 <verstretch>0</verstretch> |
535 <tabstop>nameEdit</tabstop> |
566 <tabstop>nameEdit</tabstop> |
536 <tabstop>languageComboBox</tabstop> |
567 <tabstop>languageComboBox</tabstop> |
537 <tabstop>mixedLanguageCheckBox</tabstop> |
568 <tabstop>mixedLanguageCheckBox</tabstop> |
538 <tabstop>projectTypeComboBox</tabstop> |
569 <tabstop>projectTypeComboBox</tabstop> |
539 <tabstop>dirPicker</tabstop> |
570 <tabstop>dirPicker</tabstop> |
|
571 <tabstop>srcDirPicker</tabstop> |
540 <tabstop>versionEdit</tabstop> |
572 <tabstop>versionEdit</tabstop> |
541 <tabstop>mainscriptPicker</tabstop> |
573 <tabstop>mainscriptPicker</tabstop> |
542 <tabstop>eolComboBox</tabstop> |
574 <tabstop>eolComboBox</tabstop> |
543 <tabstop>docstringStyleComboBox</tabstop> |
575 <tabstop>docstringStyleComboBox</tabstop> |
544 <tabstop>authorEdit</tabstop> |
576 <tabstop>authorEdit</tabstop> |