ProjectDjango/ConfigurationPage/DjangoPage.ui

changeset 72
0f95786f7868
parent 20
09e9084796de
child 85
7c79dead3a86
equal deleted inserted replaced
71:a250660cc153 72:0f95786f7868
8 <y>0</y> 8 <y>0</y>
9 <width>536</width> 9 <width>536</width>
10 <height>1201</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_6">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
16 <property name="text"> 16 <property name="text">
17 <string>&lt;b&gt;Configure Django&lt;/b&gt;</string> 17 <string>&lt;b&gt;Configure Django&lt;/b&gt;</string>
18 </property> 18 </property>
128 </item> 128 </item>
129 </layout> 129 </layout>
130 </widget> 130 </widget>
131 </item> 131 </item>
132 <item> 132 <item>
133 <widget class="QGroupBox" name="djangoBrowserGroup">
134 <property name="title">
135 <string>Web-Browser</string>
136 </property>
137 <layout class="QVBoxLayout" name="verticalLayout_5">
138 <item>
139 <widget class="QCheckBox" name="externalBrowserCheckBox">
140 <property name="toolTip">
141 <string>Select to use an external web-browser</string>
142 </property>
143 <property name="text">
144 <string>Use external web-browser</string>
145 </property>
146 </widget>
147 </item>
148 </layout>
149 </widget>
150 </item>
151 <item>
133 <widget class="QGroupBox" name="djangoRecentAppsGroup"> 152 <widget class="QGroupBox" name="djangoRecentAppsGroup">
134 <property name="title"> 153 <property name="title">
135 <string>Recent Applications Lists</string> 154 <string>Recent Applications Lists</string>
136 </property> 155 </property>
137 <layout class="QVBoxLayout"> 156 <layout class="QVBoxLayout">
138 <property name="spacing"> 157 <property name="spacing">
139 <number>6</number> 158 <number>6</number>
140 </property> 159 </property>
141 <property name="margin"> 160 <property name="leftMargin">
161 <number>6</number>
162 </property>
163 <property name="topMargin">
164 <number>6</number>
165 </property>
166 <property name="rightMargin">
167 <number>6</number>
168 </property>
169 <property name="bottomMargin">
142 <number>6</number> 170 <number>6</number>
143 </property> 171 </property>
144 <item> 172 <item>
145 <layout class="QHBoxLayout" name="_2"> 173 <layout class="QHBoxLayout" name="_2">
146 <item> 174 <item>
235 </property> 263 </property>
236 <layout class="QVBoxLayout" name="verticalLayout"> 264 <layout class="QVBoxLayout" name="verticalLayout">
237 <property name="spacing"> 265 <property name="spacing">
238 <number>6</number> 266 <number>6</number>
239 </property> 267 </property>
240 <property name="margin"> 268 <property name="leftMargin">
269 <number>6</number>
270 </property>
271 <property name="topMargin">
272 <number>6</number>
273 </property>
274 <property name="rightMargin">
275 <number>6</number>
276 </property>
277 <property name="bottomMargin">
241 <number>6</number> 278 <number>6</number>
242 </property> 279 </property>
243 <item> 280 <item>
244 <widget class="QCheckBox" name="plainPython3CheckBox"> 281 <widget class="QCheckBox" name="plainPython3CheckBox">
245 <property name="toolTip"> 282 <property name="toolTip">
307 </property> 344 </property>
308 <layout class="QVBoxLayout" name="verticalLayout_2"> 345 <layout class="QVBoxLayout" name="verticalLayout_2">
309 <property name="spacing"> 346 <property name="spacing">
310 <number>6</number> 347 <number>6</number>
311 </property> 348 </property>
312 <property name="margin"> 349 <property name="leftMargin">
350 <number>6</number>
351 </property>
352 <property name="topMargin">
353 <number>6</number>
354 </property>
355 <property name="rightMargin">
356 <number>6</number>
357 </property>
358 <property name="bottomMargin">
313 <number>6</number> 359 <number>6</number>
314 </property> 360 </property>
315 <item> 361 <item>
316 <widget class="QCheckBox" name="plainPython2CheckBox"> 362 <widget class="QCheckBox" name="plainPython2CheckBox">
317 <property name="toolTip"> 363 <property name="toolTip">
384 <tabstops> 430 <tabstops>
385 <tabstop>consoleCommandCombo</tabstop> 431 <tabstop>consoleCommandCombo</tabstop>
386 <tabstop>consoleCommandNoCloseCombo</tabstop> 432 <tabstop>consoleCommandNoCloseCombo</tabstop>
387 <tabstop>serverAddressEdit</tabstop> 433 <tabstop>serverAddressEdit</tabstop>
388 <tabstop>ipv6CheckBox</tabstop> 434 <tabstop>ipv6CheckBox</tabstop>
435 <tabstop>externalBrowserCheckBox</tabstop>
389 <tabstop>appsRecentSpinBox</tabstop> 436 <tabstop>appsRecentSpinBox</tabstop>
390 <tabstop>virtualEnvPy3Edit</tabstop> 437 <tabstop>virtualEnvPy3Edit</tabstop>
391 <tabstop>virtualEnvPy3Button</tabstop> 438 <tabstop>virtualEnvPy3Button</tabstop>
392 <tabstop>plainPython3CheckBox</tabstop> 439 <tabstop>plainPython3CheckBox</tabstop>
393 <tabstop>virtualEnvPy2Edit</tabstop> 440 <tabstop>virtualEnvPy2Edit</tabstop>
394 <tabstop>virtualEnvPy2Button</tabstop> 441 <tabstop>virtualEnvPy2Button</tabstop>
395 <tabstop>plainPython2CheckBox</tabstop> 442 <tabstop>plainPython2CheckBox</tabstop>
443 <tabstop>translationsEdit</tabstop>
444 <tabstop>translationsButton</tabstop>
396 </tabstops> 445 </tabstops>
397 <resources/> 446 <resources/>
398 <connections/> 447 <connections/>
399 </ui> 448 </ui>

eric ide

mercurial