src/eric7/Preferences/ConfigurationPages/ShellPage.ui

branch
eric7
changeset 10556
b4a75c77f9cd
parent 9209
b99e7fd55fd3
diff -r cfcfba945421 -r b4a75c77f9cd src/eric7/Preferences/ConfigurationPages/ShellPage.ui
--- a/src/eric7/Preferences/ConfigurationPages/ShellPage.ui	Fri Feb 09 18:58:42 2024 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/ShellPage.ui	Sat Feb 10 10:58:48 2024 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>573</width>
-    <height>465</height>
+    <height>677</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -116,6 +116,9 @@
         <property name="alignment">
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
+        <property name="accelerated">
+         <bool>true</bool>
+        </property>
         <property name="minimum">
          <number>10</number>
         </property>
@@ -265,6 +268,57 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_2">
+     <property name="title">
+      <string>Interpreter</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout">
+      <item>
+       <widget class="QLabel" name="label_2">
+        <property name="text">
+         <string>Statement Execution Timeout:</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QSpinBox" name="timeoutSpinBox">
+        <property name="toolTip">
+         <string>Enter the timeout in seconds after which the shell will not wait for the result of the current statement execution.</string>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+        </property>
+        <property name="accelerated">
+         <bool>true</bool>
+        </property>
+        <property name="suffix">
+         <string> s</string>
+        </property>
+        <property name="minimum">
+         <number>5</number>
+        </property>
+        <property name="maximum">
+         <number>600</number>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>289</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QCheckBox" name="stdOutErrCheckBox">
      <property name="toolTip">
       <string>Select to show debugger stdout and stderr</string>
@@ -291,10 +345,10 @@
  </widget>
  <tabstops>
   <tabstop>shellLinenoCheckBox</tabstop>
+  <tabstop>shellWordWrapCheckBox</tabstop>
   <tabstop>shellACEnabledCheckBox</tabstop>
+  <tabstop>shellCTEnabledCheckBox</tabstop>
   <tabstop>shellSyntaxHighlightingCheckBox</tabstop>
-  <tabstop>shellWordWrapCheckBox</tabstop>
-  <tabstop>shellCTEnabledCheckBox</tabstop>
   <tabstop>rememberCheckBox</tabstop>
   <tabstop>shellHistorySpinBox</tabstop>
   <tabstop>shellHistoryStyleComboBox</tabstop>
@@ -303,6 +357,7 @@
   <tabstop>monospacedFontButton</tabstop>
   <tabstop>monospacedCheckBox</tabstop>
   <tabstop>linenumbersFontButton</tabstop>
+  <tabstop>timeoutSpinBox</tabstop>
   <tabstop>stdOutErrCheckBox</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial