ProjectPyramid/ConfigurationPage/PyramidPage.ui

changeset 95
2b0933087db9
parent 48
c313efdb01de
child 114
4de6dbce4dd6
equal deleted inserted replaced
94:6853468b870d 95:2b0933087db9
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>528</width> 9 <width>528</width>
10 <height>868</height> 10 <height>1006</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
65 <property name="text"> 65 <property name="text">
66 <string>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an '@' character.</string> 66 <string>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an '@' character.</string>
67 </property> 67 </property>
68 <property name="wordWrap"> 68 <property name="wordWrap">
69 <bool>true</bool> 69 <bool>true</bool>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </widget>
75 </item>
76 <item>
77 <widget class="QGroupBox" name="djangoBrowserGroup">
78 <property name="title">
79 <string>Web-Browser</string>
80 </property>
81 <layout class="QVBoxLayout" name="verticalLayout_5">
82 <item>
83 <widget class="QCheckBox" name="externalBrowserCheckBox">
84 <property name="toolTip">
85 <string>Select to use an external web-browser</string>
86 </property>
87 <property name="text">
88 <string>Use external web-browser</string>
70 </property> 89 </property>
71 </widget> 90 </widget>
72 </item> 91 </item>
73 </layout> 92 </layout>
74 </widget> 93 </widget>
103 </item> 122 </item>
104 <item row="1" column="0"> 123 <item row="1" column="0">
105 <widget class="QLineEdit" name="virtualEnvPy3Edit"/> 124 <widget class="QLineEdit" name="virtualEnvPy3Edit"/>
106 </item> 125 </item>
107 <item row="1" column="1"> 126 <item row="1" column="1">
108 <widget class="QPushButton" name="virtualEnvPy3Button"> 127 <widget class="QToolButton" name="virtualEnvPy3Button">
109 <property name="toolTip"> 128 <property name="toolTip">
110 <string>Select the virtual environment directory via a selection dialog</string> 129 <string>Select the virtual environment directory via a selection dialog</string>
111 </property>
112 <property name="text">
113 <string>...</string>
114 </property> 130 </property>
115 </widget> 131 </widget>
116 </item> 132 </item>
117 </layout> 133 </layout>
118 </widget> 134 </widget>
170 </item> 186 </item>
171 <item row="1" column="0"> 187 <item row="1" column="0">
172 <widget class="QLineEdit" name="virtualEnvPy2Edit"/> 188 <widget class="QLineEdit" name="virtualEnvPy2Edit"/>
173 </item> 189 </item>
174 <item row="1" column="1"> 190 <item row="1" column="1">
175 <widget class="QPushButton" name="virtualEnvPy2Button"> 191 <widget class="QToolButton" name="virtualEnvPy2Button">
176 <property name="toolTip"> 192 <property name="toolTip">
177 <string>Select the virtual environment directory via a selection dialog</string> 193 <string>Select the virtual environment directory via a selection dialog</string>
178 </property>
179 <property name="text">
180 <string>...</string>
181 </property> 194 </property>
182 </widget> 195 </widget>
183 </item> 196 </item>
184 </layout> 197 </layout>
185 </widget> 198 </widget>
222 </item> 235 </item>
223 <item> 236 <item>
224 <widget class="QLineEdit" name="urlEdit"> 237 <widget class="QLineEdit" name="urlEdit">
225 <property name="toolTip"> 238 <property name="toolTip">
226 <string>Enter the URL of the Pyramid documentation</string> 239 <string>Enter the URL of the Pyramid documentation</string>
240 </property>
241 </widget>
242 </item>
243 <item>
244 <widget class="QToolButton" name="urlResetButton">
245 <property name="toolTip">
246 <string>Press to reset the URL to the default URL</string>
227 </property> 247 </property>
228 </widget> 248 </widget>
229 </item> 249 </item>
230 </layout> 250 </layout>
231 </widget> 251 </widget>
254 </item> 274 </item>
255 <item row="1" column="0"> 275 <item row="1" column="0">
256 <widget class="QLineEdit" name="translationsEdit"/> 276 <widget class="QLineEdit" name="translationsEdit"/>
257 </item> 277 </item>
258 <item row="1" column="1"> 278 <item row="1" column="1">
259 <widget class="QPushButton" name="translationsButton"> 279 <widget class="QToolButton" name="translationsButton">
260 <property name="toolTip"> 280 <property name="toolTip">
261 <string>Select the translations editor via a file selection dialog</string> 281 <string>Select the translations editor via a file selection dialog</string>
262 </property>
263 <property name="text">
264 <string>...</string>
265 </property> 282 </property>
266 </widget> 283 </widget>
267 </item> 284 </item>
268 </layout> 285 </layout>
269 </widget> 286 </widget>
283 </item> 300 </item>
284 </layout> 301 </layout>
285 </widget> 302 </widget>
286 <tabstops> 303 <tabstops>
287 <tabstop>consoleCommandCombo</tabstop> 304 <tabstop>consoleCommandCombo</tabstop>
305 <tabstop>externalBrowserCheckBox</tabstop>
288 <tabstop>virtualEnvPy3Edit</tabstop> 306 <tabstop>virtualEnvPy3Edit</tabstop>
289 <tabstop>virtualEnvPy3Button</tabstop> 307 <tabstop>virtualEnvPy3Button</tabstop>
290 <tabstop>py3ShellCombo</tabstop> 308 <tabstop>py3ShellCombo</tabstop>
291 <tabstop>virtualEnvPy2Edit</tabstop> 309 <tabstop>virtualEnvPy2Edit</tabstop>
292 <tabstop>virtualEnvPy2Button</tabstop> 310 <tabstop>virtualEnvPy2Button</tabstop>
293 <tabstop>py2ShellCombo</tabstop> 311 <tabstop>py2ShellCombo</tabstop>
294 <tabstop>urlEdit</tabstop> 312 <tabstop>urlEdit</tabstop>
313 <tabstop>urlResetButton</tabstop>
314 <tabstop>translationsEdit</tabstop>
315 <tabstop>translationsButton</tabstop>
295 </tabstops> 316 </tabstops>
296 <resources/> 317 <resources/>
297 <connections/> 318 <connections/>
298 </ui> 319 </ui>

eric ide

mercurial