src/eric7/Preferences/ConfigurationPages/ShellPage.ui

branch
eric7
changeset 10556
b4a75c77f9cd
parent 9209
b99e7fd55fd3
equal deleted inserted replaced
10554:cfcfba945421 10556:b4a75c77f9cd
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>573</width> 9 <width>573</width>
10 <height>465</height> 10 <height>677</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">
113 <property name="toolTip"> 113 <property name="toolTip">
114 <string>Enter the number of history entries allowed</string> 114 <string>Enter the number of history entries allowed</string>
115 </property> 115 </property>
116 <property name="alignment"> 116 <property name="alignment">
117 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 117 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
118 </property>
119 <property name="accelerated">
120 <bool>true</bool>
118 </property> 121 </property>
119 <property name="minimum"> 122 <property name="minimum">
120 <number>10</number> 123 <number>10</number>
121 </property> 124 </property>
122 <property name="maximum"> 125 <property name="maximum">
263 </item> 266 </item>
264 </layout> 267 </layout>
265 </widget> 268 </widget>
266 </item> 269 </item>
267 <item> 270 <item>
271 <widget class="QGroupBox" name="groupBox_2">
272 <property name="title">
273 <string>Interpreter</string>
274 </property>
275 <layout class="QHBoxLayout" name="horizontalLayout">
276 <item>
277 <widget class="QLabel" name="label_2">
278 <property name="text">
279 <string>Statement Execution Timeout:</string>
280 </property>
281 </widget>
282 </item>
283 <item>
284 <widget class="QSpinBox" name="timeoutSpinBox">
285 <property name="toolTip">
286 <string>Enter the timeout in seconds after which the shell will not wait for the result of the current statement execution.</string>
287 </property>
288 <property name="alignment">
289 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
290 </property>
291 <property name="accelerated">
292 <bool>true</bool>
293 </property>
294 <property name="suffix">
295 <string> s</string>
296 </property>
297 <property name="minimum">
298 <number>5</number>
299 </property>
300 <property name="maximum">
301 <number>600</number>
302 </property>
303 </widget>
304 </item>
305 <item>
306 <spacer name="horizontalSpacer">
307 <property name="orientation">
308 <enum>Qt::Horizontal</enum>
309 </property>
310 <property name="sizeHint" stdset="0">
311 <size>
312 <width>289</width>
313 <height>20</height>
314 </size>
315 </property>
316 </spacer>
317 </item>
318 </layout>
319 </widget>
320 </item>
321 <item>
268 <widget class="QCheckBox" name="stdOutErrCheckBox"> 322 <widget class="QCheckBox" name="stdOutErrCheckBox">
269 <property name="toolTip"> 323 <property name="toolTip">
270 <string>Select to show debugger stdout and stderr</string> 324 <string>Select to show debugger stdout and stderr</string>
271 </property> 325 </property>
272 <property name="text"> 326 <property name="text">
289 </item> 343 </item>
290 </layout> 344 </layout>
291 </widget> 345 </widget>
292 <tabstops> 346 <tabstops>
293 <tabstop>shellLinenoCheckBox</tabstop> 347 <tabstop>shellLinenoCheckBox</tabstop>
348 <tabstop>shellWordWrapCheckBox</tabstop>
294 <tabstop>shellACEnabledCheckBox</tabstop> 349 <tabstop>shellACEnabledCheckBox</tabstop>
350 <tabstop>shellCTEnabledCheckBox</tabstop>
295 <tabstop>shellSyntaxHighlightingCheckBox</tabstop> 351 <tabstop>shellSyntaxHighlightingCheckBox</tabstop>
296 <tabstop>shellWordWrapCheckBox</tabstop>
297 <tabstop>shellCTEnabledCheckBox</tabstop>
298 <tabstop>rememberCheckBox</tabstop> 352 <tabstop>rememberCheckBox</tabstop>
299 <tabstop>shellHistorySpinBox</tabstop> 353 <tabstop>shellHistorySpinBox</tabstop>
300 <tabstop>shellHistoryStyleComboBox</tabstop> 354 <tabstop>shellHistoryStyleComboBox</tabstop>
301 <tabstop>shellHistoryWrapCheckBox</tabstop> 355 <tabstop>shellHistoryWrapCheckBox</tabstop>
302 <tabstop>shellHistoryCursorKeysCheckBox</tabstop> 356 <tabstop>shellHistoryCursorKeysCheckBox</tabstop>
303 <tabstop>monospacedFontButton</tabstop> 357 <tabstop>monospacedFontButton</tabstop>
304 <tabstop>monospacedCheckBox</tabstop> 358 <tabstop>monospacedCheckBox</tabstop>
305 <tabstop>linenumbersFontButton</tabstop> 359 <tabstop>linenumbersFontButton</tabstop>
360 <tabstop>timeoutSpinBox</tabstop>
306 <tabstop>stdOutErrCheckBox</tabstop> 361 <tabstop>stdOutErrCheckBox</tabstop>
307 </tabstops> 362 </tabstops>
308 <resources/> 363 <resources/>
309 <connections> 364 <connections>
310 <connection> 365 <connection>

eric ide

mercurial