311 </item> |
311 </item> |
312 </layout> |
312 </layout> |
313 </widget> |
313 </widget> |
314 </item> |
314 </item> |
315 <item> |
315 <item> |
316 <widget class="QGroupBox" name="python2Group"> |
|
317 <property name="title"> |
|
318 <string>Python 2</string> |
|
319 </property> |
|
320 <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
321 <item> |
|
322 <widget class="QGroupBox" name="djangoVirtualEnvPy2Group"> |
|
323 <property name="title"> |
|
324 <string>Django Virtual Environment</string> |
|
325 </property> |
|
326 <layout class="QGridLayout" name="gridLayout_5"> |
|
327 <item row="0" column="0" colspan="2"> |
|
328 <widget class="QLabel" name="label_7"> |
|
329 <property name="minimumSize"> |
|
330 <size> |
|
331 <width>0</width> |
|
332 <height>40</height> |
|
333 </size> |
|
334 </property> |
|
335 <property name="text"> |
|
336 <string>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</string> |
|
337 </property> |
|
338 <property name="wordWrap"> |
|
339 <bool>true</bool> |
|
340 </property> |
|
341 </widget> |
|
342 </item> |
|
343 <item row="1" column="0"> |
|
344 <widget class="QLineEdit" name="virtualEnvPy2Edit"/> |
|
345 </item> |
|
346 <item row="1" column="1"> |
|
347 <widget class="QToolButton" name="virtualEnvPy2Button"> |
|
348 <property name="toolTip"> |
|
349 <string>Select the virtual environment directory via a selection dialog</string> |
|
350 </property> |
|
351 </widget> |
|
352 </item> |
|
353 </layout> |
|
354 </widget> |
|
355 </item> |
|
356 <item> |
|
357 <widget class="QGroupBox" name="djangoVirtualEnvironmentPy2Group"> |
|
358 <property name="title"> |
|
359 <string>Django Virtual Environment</string> |
|
360 </property> |
|
361 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
362 <item> |
|
363 <widget class="QLabel" name="label_12"> |
|
364 <property name="text"> |
|
365 <string>Select the Virtual Environment to be used with Django</string> |
|
366 </property> |
|
367 <property name="wordWrap"> |
|
368 <bool>true</bool> |
|
369 </property> |
|
370 </widget> |
|
371 </item> |
|
372 <item> |
|
373 <widget class="QComboBox" name="py2VenvNameComboBox"/> |
|
374 </item> |
|
375 </layout> |
|
376 </widget> |
|
377 </item> |
|
378 <item> |
|
379 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
380 <item> |
|
381 <widget class="QLabel" name="label_9"> |
|
382 <property name="text"> |
|
383 <string>Django Python Console:</string> |
|
384 </property> |
|
385 </widget> |
|
386 </item> |
|
387 <item> |
|
388 <widget class="QComboBox" name="py2ShellCombo"> |
|
389 <property name="sizePolicy"> |
|
390 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
391 <horstretch>0</horstretch> |
|
392 <verstretch>0</verstretch> |
|
393 </sizepolicy> |
|
394 </property> |
|
395 <property name="toolTip"> |
|
396 <string>Select the Python console type</string> |
|
397 </property> |
|
398 </widget> |
|
399 </item> |
|
400 </layout> |
|
401 </item> |
|
402 </layout> |
|
403 </widget> |
|
404 </item> |
|
405 <item> |
|
406 <widget class="QGroupBox" name="groupBox"> |
316 <widget class="QGroupBox" name="groupBox"> |
407 <property name="title"> |
317 <property name="title"> |
408 <string>Translations</string> |
318 <string>Translations</string> |
409 </property> |
319 </property> |
410 <layout class="QVBoxLayout" name="verticalLayout"> |
320 <layout class="QVBoxLayout" name="verticalLayout"> |
481 <tabstop>appsRecentSpinBox</tabstop> |
391 <tabstop>appsRecentSpinBox</tabstop> |
482 <tabstop>virtualEnvPy3Edit</tabstop> |
392 <tabstop>virtualEnvPy3Edit</tabstop> |
483 <tabstop>virtualEnvPy3Button</tabstop> |
393 <tabstop>virtualEnvPy3Button</tabstop> |
484 <tabstop>py3VenvNameComboBox</tabstop> |
394 <tabstop>py3VenvNameComboBox</tabstop> |
485 <tabstop>py3ShellCombo</tabstop> |
395 <tabstop>py3ShellCombo</tabstop> |
486 <tabstop>virtualEnvPy2Edit</tabstop> |
|
487 <tabstop>virtualEnvPy2Button</tabstop> |
|
488 <tabstop>py2VenvNameComboBox</tabstop> |
|
489 <tabstop>py2ShellCombo</tabstop> |
|
490 <tabstop>translationsEdit</tabstop> |
396 <tabstop>translationsEdit</tabstop> |
491 <tabstop>translationsButton</tabstop> |
397 <tabstop>translationsButton</tabstop> |
492 <tabstop>fuzzyTranslationsCheckBox</tabstop> |
398 <tabstop>fuzzyTranslationsCheckBox</tabstop> |
493 </tabstops> |
399 </tabstops> |
494 <resources/> |
400 <resources/> |