Preferences/ConfigurationPages/DebuggerGeneralPage.ui

changeset 5964
066e6c78a367
parent 3974
01991e605ba0
child 6034
4f88f70d2cd4
--- a/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Tue Nov 07 19:37:17 2017 +0100
+++ b/Preferences/ConfigurationPages/DebuggerGeneralPage.ui	Wed Nov 08 19:05:55 2017 +0100
@@ -10,7 +10,7 @@
     <height>1600</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_6">
+  <layout class="QVBoxLayout" name="verticalLayout_7">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -566,19 +566,77 @@
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox_10">
+    <widget class="QGroupBox" name="groupBox_11">
      <property name="title">
-      <string>Local Variables Viewer</string>
+      <string>Variables Viewer</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout_5">
+     <layout class="QVBoxLayout" name="verticalLayout_6">
       <item>
-       <widget class="QCheckBox" name="autoViewSourcecodeCheckBox">
-        <property name="toolTip">
-         <string>Automatically view source code when user changes the callstack frame in the callstack viewer.</string>
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <widget class="QLabel" name="label_2">
+          <property name="text">
+           <string>Max. Variable Size:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QSpinBox" name="maxSizeSpinBox">
+          <property name="toolTip">
+           <string>Enter the maximum size of a variable to be shown (0 = no limit)</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+          <property name="specialValueText">
+           <string>no limit</string>
+          </property>
+          <property name="showGroupSeparator" stdset="0">
+           <bool>true</bool>
+          </property>
+          <property name="suffix">
+           <string> Bytes</string>
+          </property>
+          <property name="maximum">
+           <number>1063256064</number>
+          </property>
+          <property name="singleStep">
+           <number>16384</number>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer_3">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <widget class="QGroupBox" name="groupBox_10">
+        <property name="title">
+         <string>Local Variables Viewer</string>
         </property>
-        <property name="text">
-         <string>Automatically view source code</string>
-        </property>
+        <layout class="QVBoxLayout" name="verticalLayout_5">
+         <item>
+          <widget class="QCheckBox" name="autoViewSourcecodeCheckBox">
+           <property name="toolTip">
+            <string>Automatically view source code when user changes the callstack frame in the callstack viewer.</string>
+           </property>
+           <property name="text">
+            <string>Automatically view source code</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
        </widget>
       </item>
      </layout>
@@ -627,6 +685,7 @@
   <tabstop>debugThreeStateBreakPoint</tabstop>
   <tabstop>exceptionBreakCheckBox</tabstop>
   <tabstop>exceptionShellCheckBox</tabstop>
+  <tabstop>maxSizeSpinBox</tabstop>
   <tabstop>autoViewSourcecodeCheckBox</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial