ProjectDjango/ConfigurationPage/DjangoPage.ui

changeset 20
09e9084796de
parent 9
8fe581309106
child 72
0f95786f7868
equal deleted inserted replaced
19:0b6a6e49cc06 20:09e9084796de
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>536</width> 9 <width>536</width>
10 <height>927</height> 10 <height>1201</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_5"> 13 <layout class="QVBoxLayout" name="verticalLayout_5">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
196 <string>Django Virtual Environment</string> 196 <string>Django Virtual Environment</string>
197 </property> 197 </property>
198 <layout class="QGridLayout" name="gridLayout_4"> 198 <layout class="QGridLayout" name="gridLayout_4">
199 <item row="0" column="0" colspan="2"> 199 <item row="0" column="0" colspan="2">
200 <widget class="QLabel" name="label_6"> 200 <widget class="QLabel" name="label_6">
201 <property name="minimumSize">
202 <size>
203 <width>0</width>
204 <height>40</height>
205 </size>
206 </property>
201 <property name="text"> 207 <property name="text">
202 <string>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</string> 208 <string>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</string>
203 </property> 209 </property>
204 <property name="wordWrap"> 210 <property name="wordWrap">
205 <bool>true</bool> 211 <bool>true</bool>
259 <item> 265 <item>
260 <widget class="QGroupBox" name="djangoVirtualEnvPy2Group"> 266 <widget class="QGroupBox" name="djangoVirtualEnvPy2Group">
261 <property name="title"> 267 <property name="title">
262 <string>Django Virtual Environment</string> 268 <string>Django Virtual Environment</string>
263 </property> 269 </property>
264 <layout class="QGridLayout" name="gridLayout_6"> 270 <layout class="QGridLayout" name="gridLayout_5">
265 <item row="0" column="0" colspan="2"> 271 <item row="0" column="0" colspan="2">
266 <widget class="QLabel" name="label_7"> 272 <widget class="QLabel" name="label_7">
273 <property name="minimumSize">
274 <size>
275 <width>0</width>
276 <height>40</height>
277 </size>
278 </property>
267 <property name="text"> 279 <property name="text">
268 <string>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</string> 280 <string>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</string>
269 </property> 281 </property>
270 <property name="wordWrap"> 282 <property name="wordWrap">
271 <bool>true</bool> 283 <bool>true</bool>
309 <string>Use plain Python instead of IPython</string> 321 <string>Use plain Python instead of IPython</string>
310 </property> 322 </property>
311 </widget> 323 </widget>
312 </item> 324 </item>
313 </layout> 325 </layout>
326 </widget>
327 </item>
328 </layout>
329 </widget>
330 </item>
331 <item>
332 <widget class="QGroupBox" name="TranslationsGroup">
333 <property name="title">
334 <string>Translations Editor</string>
335 </property>
336 <layout class="QGridLayout" name="gridLayout_3">
337 <item row="0" column="0" colspan="2">
338 <widget class="QLabel" name="label_8">
339 <property name="minimumSize">
340 <size>
341 <width>0</width>
342 <height>40</height>
343 </size>
344 </property>
345 <property name="text">
346 <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string>
347 </property>
348 <property name="wordWrap">
349 <bool>true</bool>
350 </property>
351 </widget>
352 </item>
353 <item row="1" column="0">
354 <widget class="QLineEdit" name="translationsEdit"/>
355 </item>
356 <item row="1" column="1">
357 <widget class="QPushButton" name="translationsButton">
358 <property name="toolTip">
359 <string>Select the translations editor via a file selection dialog</string>
360 </property>
361 <property name="text">
362 <string>...</string>
363 </property>
314 </widget> 364 </widget>
315 </item> 365 </item>
316 </layout> 366 </layout>
317 </widget> 367 </widget>
318 </item> 368 </item>

eric ide

mercurial