121 <property name="toolTip"> |
121 <property name="toolTip"> |
122 <string>Select to use IPv6</string> |
122 <string>Select to use IPv6</string> |
123 </property> |
123 </property> |
124 <property name="text"> |
124 <property name="text"> |
125 <string>Use IPv6 protocol</string> |
125 <string>Use IPv6 protocol</string> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="2" column="0" colspan="2"> |
|
130 <widget class="QCheckBox" name="threadingCheckBox"> |
|
131 <property name="toolTip"> |
|
132 <string>Select to enable threading in the server</string> |
|
133 </property> |
|
134 <property name="text"> |
|
135 <string>Enable Threading</string> |
126 </property> |
136 </property> |
127 </widget> |
137 </widget> |
128 </item> |
138 </item> |
129 </layout> |
139 </layout> |
130 </widget> |
140 </widget> |
215 <item> |
225 <item> |
216 <widget class="QGroupBox" name="python3Group"> |
226 <widget class="QGroupBox" name="python3Group"> |
217 <property name="title"> |
227 <property name="title"> |
218 <string>Python 3</string> |
228 <string>Python 3</string> |
219 </property> |
229 </property> |
220 <layout class="QVBoxLayout" name="verticalLayout_4"> |
230 <layout class="QGridLayout" name="gridLayout_6"> |
221 <item> |
231 <item row="0" column="0" colspan="2"> |
222 <widget class="QGroupBox" name="djangoVirtualEnvPy3Group"> |
232 <widget class="QGroupBox" name="djangoVirtualEnvPy3Group"> |
223 <property name="title"> |
233 <property name="title"> |
224 <string>Django Virtual Environment</string> |
234 <string>Django Virtual Environment</string> |
225 </property> |
235 </property> |
226 <layout class="QGridLayout" name="gridLayout_4"> |
236 <layout class="QGridLayout" name="gridLayout_4"> |
251 </widget> |
261 </widget> |
252 </item> |
262 </item> |
253 </layout> |
263 </layout> |
254 </widget> |
264 </widget> |
255 </item> |
265 </item> |
256 <item> |
266 <item row="1" column="0"> |
257 <widget class="QGroupBox" name="djangoPython3Group"> |
267 <widget class="QLabel" name="label_10"> |
258 <property name="title"> |
268 <property name="text"> |
259 <string>Django Python Console</string> |
269 <string>Django Python Console:</string> |
260 </property> |
270 </property> |
261 <layout class="QVBoxLayout" name="verticalLayout"> |
271 </widget> |
262 <property name="spacing"> |
272 </item> |
263 <number>6</number> |
273 <item row="1" column="1"> |
264 </property> |
274 <widget class="QComboBox" name="py3ShellCombo"> |
265 <property name="leftMargin"> |
275 <property name="sizePolicy"> |
266 <number>6</number> |
276 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
267 </property> |
277 <horstretch>0</horstretch> |
268 <property name="topMargin"> |
278 <verstretch>0</verstretch> |
269 <number>6</number> |
279 </sizepolicy> |
270 </property> |
280 </property> |
271 <property name="rightMargin"> |
281 <property name="toolTip"> |
272 <number>6</number> |
282 <string>Select the Python console type</string> |
273 </property> |
283 </property> |
274 <property name="bottomMargin"> |
|
275 <number>6</number> |
|
276 </property> |
|
277 <item> |
|
278 <widget class="QCheckBox" name="plainPython3CheckBox"> |
|
279 <property name="toolTip"> |
|
280 <string>Select to use plain Python instead of IPython</string> |
|
281 </property> |
|
282 <property name="text"> |
|
283 <string>Use plain Python instead of IPython</string> |
|
284 </property> |
|
285 </widget> |
|
286 </item> |
|
287 </layout> |
|
288 </widget> |
284 </widget> |
289 </item> |
285 </item> |
290 </layout> |
286 </layout> |
291 </widget> |
287 </widget> |
292 </item> |
288 </item> |
293 <item> |
289 <item> |
294 <widget class="QGroupBox" name="python2Group"> |
290 <widget class="QGroupBox" name="python2Group"> |
295 <property name="title"> |
291 <property name="title"> |
296 <string>Python 2</string> |
292 <string>Python 2</string> |
297 </property> |
293 </property> |
298 <layout class="QVBoxLayout" name="verticalLayout_3"> |
294 <layout class="QGridLayout" name="gridLayout_7"> |
299 <item> |
295 <item row="0" column="0" colspan="2"> |
300 <widget class="QGroupBox" name="djangoVirtualEnvPy2Group"> |
296 <widget class="QGroupBox" name="djangoVirtualEnvPy2Group"> |
301 <property name="title"> |
297 <property name="title"> |
302 <string>Django Virtual Environment</string> |
298 <string>Django Virtual Environment</string> |
303 </property> |
299 </property> |
304 <layout class="QGridLayout" name="gridLayout_5"> |
300 <layout class="QGridLayout" name="gridLayout_5"> |
329 </widget> |
325 </widget> |
330 </item> |
326 </item> |
331 </layout> |
327 </layout> |
332 </widget> |
328 </widget> |
333 </item> |
329 </item> |
|
330 <item row="1" column="0"> |
|
331 <widget class="QLabel" name="label_9"> |
|
332 <property name="text"> |
|
333 <string>Django Python Console:</string> |
|
334 </property> |
|
335 </widget> |
|
336 </item> |
|
337 <item row="1" column="1"> |
|
338 <widget class="QComboBox" name="py2ShellCombo"> |
|
339 <property name="sizePolicy"> |
|
340 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
341 <horstretch>0</horstretch> |
|
342 <verstretch>0</verstretch> |
|
343 </sizepolicy> |
|
344 </property> |
|
345 <property name="toolTip"> |
|
346 <string>Select the Python console type</string> |
|
347 </property> |
|
348 </widget> |
|
349 </item> |
|
350 </layout> |
|
351 </widget> |
|
352 </item> |
|
353 <item> |
|
354 <widget class="QGroupBox" name="groupBox"> |
|
355 <property name="title"> |
|
356 <string>Translations</string> |
|
357 </property> |
|
358 <layout class="QVBoxLayout" name="verticalLayout"> |
334 <item> |
359 <item> |
335 <widget class="QGroupBox" name="djangoPython2Group"> |
360 <widget class="QGroupBox" name="TranslationsGroup"> |
336 <property name="title"> |
361 <property name="title"> |
337 <string>Django Python Console</string> |
362 <string>Translations Editor</string> |
338 </property> |
363 </property> |
339 <layout class="QVBoxLayout" name="verticalLayout_2"> |
364 <layout class="QGridLayout" name="gridLayout_3"> |
340 <property name="spacing"> |
365 <item row="0" column="0" colspan="2"> |
341 <number>6</number> |
366 <widget class="QLabel" name="label_8"> |
342 </property> |
367 <property name="minimumSize"> |
343 <property name="leftMargin"> |
368 <size> |
344 <number>6</number> |
369 <width>0</width> |
345 </property> |
370 <height>40</height> |
346 <property name="topMargin"> |
371 </size> |
347 <number>6</number> |
372 </property> |
348 </property> |
373 <property name="text"> |
349 <property name="rightMargin"> |
374 <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string> |
350 <number>6</number> |
375 </property> |
351 </property> |
376 <property name="wordWrap"> |
352 <property name="bottomMargin"> |
377 <bool>true</bool> |
353 <number>6</number> |
378 </property> |
354 </property> |
379 </widget> |
355 <item> |
380 </item> |
356 <widget class="QCheckBox" name="plainPython2CheckBox"> |
381 <item row="1" column="0"> |
|
382 <widget class="QLineEdit" name="translationsEdit"/> |
|
383 </item> |
|
384 <item row="1" column="1"> |
|
385 <widget class="QToolButton" name="translationsButton"> |
357 <property name="toolTip"> |
386 <property name="toolTip"> |
358 <string>Select to use plain Python instead of IPython</string> |
387 <string>Select the translations editor via a file selection dialog</string> |
359 </property> |
|
360 <property name="text"> |
|
361 <string>Use plain Python instead of IPython</string> |
|
362 </property> |
388 </property> |
363 </widget> |
389 </widget> |
364 </item> |
390 </item> |
365 </layout> |
391 </layout> |
366 </widget> |
392 </widget> |
367 </item> |
393 </item> |
368 </layout> |
394 <item> |
369 </widget> |
395 <widget class="QCheckBox" name="fuzzyTranslationsCheckBox"> |
370 </item> |
396 <property name="toolTip"> |
371 <item> |
397 <string>Select to include fuzzy translations (1.8.0+ only)</string> |
372 <widget class="QGroupBox" name="TranslationsGroup"> |
398 </property> |
373 <property name="title"> |
399 <property name="text"> |
374 <string>Translations Editor</string> |
400 <string>Include Fuzzy Translations</string> |
375 </property> |
|
376 <layout class="QGridLayout" name="gridLayout_3"> |
|
377 <item row="0" column="0" colspan="2"> |
|
378 <widget class="QLabel" name="label_8"> |
|
379 <property name="minimumSize"> |
|
380 <size> |
|
381 <width>0</width> |
|
382 <height>40</height> |
|
383 </size> |
|
384 </property> |
|
385 <property name="text"> |
|
386 <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string> |
|
387 </property> |
|
388 <property name="wordWrap"> |
|
389 <bool>true</bool> |
|
390 </property> |
|
391 </widget> |
|
392 </item> |
|
393 <item row="1" column="0"> |
|
394 <widget class="QLineEdit" name="translationsEdit"/> |
|
395 </item> |
|
396 <item row="1" column="1"> |
|
397 <widget class="QToolButton" name="translationsButton"> |
|
398 <property name="toolTip"> |
|
399 <string>Select the translations editor via a file selection dialog</string> |
|
400 </property> |
401 </property> |
401 </widget> |
402 </widget> |
402 </item> |
403 </item> |
403 </layout> |
404 </layout> |
404 </widget> |
405 </widget> |
421 <tabstops> |
422 <tabstops> |
422 <tabstop>consoleCommandCombo</tabstop> |
423 <tabstop>consoleCommandCombo</tabstop> |
423 <tabstop>consoleCommandNoCloseCombo</tabstop> |
424 <tabstop>consoleCommandNoCloseCombo</tabstop> |
424 <tabstop>serverAddressEdit</tabstop> |
425 <tabstop>serverAddressEdit</tabstop> |
425 <tabstop>ipv6CheckBox</tabstop> |
426 <tabstop>ipv6CheckBox</tabstop> |
|
427 <tabstop>threadingCheckBox</tabstop> |
426 <tabstop>externalBrowserCheckBox</tabstop> |
428 <tabstop>externalBrowserCheckBox</tabstop> |
427 <tabstop>appsRecentSpinBox</tabstop> |
429 <tabstop>appsRecentSpinBox</tabstop> |
428 <tabstop>virtualEnvPy3Edit</tabstop> |
430 <tabstop>virtualEnvPy3Edit</tabstop> |
429 <tabstop>virtualEnvPy3Button</tabstop> |
431 <tabstop>virtualEnvPy3Button</tabstop> |
430 <tabstop>plainPython3CheckBox</tabstop> |
432 <tabstop>py3ShellCombo</tabstop> |
431 <tabstop>virtualEnvPy2Edit</tabstop> |
433 <tabstop>virtualEnvPy2Edit</tabstop> |
432 <tabstop>virtualEnvPy2Button</tabstop> |
434 <tabstop>virtualEnvPy2Button</tabstop> |
433 <tabstop>plainPython2CheckBox</tabstop> |
435 <tabstop>py2ShellCombo</tabstop> |
434 <tabstop>translationsEdit</tabstop> |
436 <tabstop>translationsEdit</tabstop> |
435 <tabstop>translationsButton</tabstop> |
437 <tabstop>translationsButton</tabstop> |
|
438 <tabstop>fuzzyTranslationsCheckBox</tabstop> |
436 </tabstops> |
439 </tabstops> |
437 <resources/> |
440 <resources/> |
438 <connections/> |
441 <connections/> |
439 </ui> |
442 </ui> |