src/eric7/Debugger/StartCoverageDialog.ui

branch
eric7
changeset 9291
7b271bcd12d0
parent 9209
b99e7fd55fd3
child 9316
53ab4cd68b5b
--- a/src/eric7/Debugger/StartCoverageDialog.ui	Mon Aug 22 19:08:56 2022 +0200
+++ b/src/eric7/Debugger/StartCoverageDialog.ui	Tue Aug 23 16:20:08 2022 +0200
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>550</width>
-    <height>327</height>
+    <width>600</width>
+    <height>357</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -238,6 +238,19 @@
       </widget>
      </item>
      <item row="0" column="1">
+      <widget class="QCheckBox" name="unhandledExceptionCheckBox">
+       <property name="toolTip">
+        <string>Uncheck to disable reporting of unhandled exceptions</string>
+       </property>
+       <property name="text">
+        <string>Always report unhandled exceptions</string>
+       </property>
+       <property name="checked">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="0">
       <widget class="QCheckBox" name="clearShellCheckBox">
        <property name="toolTip">
         <string>Select to clear the display of the interpreter window</string>
@@ -253,7 +266,7 @@
        </property>
       </widget>
      </item>
-     <item row="1" column="0">
+     <item row="1" column="1">
       <widget class="QCheckBox" name="consoleCheckBox">
        <property name="toolTip">
         <string>Select to start the debugger in a console window</string>
@@ -267,7 +280,7 @@
        </property>
       </widget>
      </item>
-     <item row="1" column="1">
+     <item row="2" column="0">
       <widget class="QCheckBox" name="eraseCheckBox">
        <property name="toolTip">
         <string>Select this to erase the collected coverage information</string>
@@ -316,6 +329,7 @@
   <tabstop>globalOverrideGroup</tabstop>
   <tabstop>redirectCheckBox</tabstop>
   <tabstop>exceptionCheckBox</tabstop>
+  <tabstop>unhandledExceptionCheckBox</tabstop>
   <tabstop>clearShellCheckBox</tabstop>
   <tabstop>consoleCheckBox</tabstop>
   <tabstop>eraseCheckBox</tabstop>

eric ide

mercurial