Skip to content
Snippets Groups Projects
Commit 7c7562f2 authored by Eike Ziller's avatar Eike Ziller
Browse files

Reduce size of general debugger settings.

Part of a series of commits reducing the (vertical) size of the
preferences dialog.

Task-number: QTCREATORBUG-3172
Change-Id: I649ef392a8fc0fb068cc2f683d58ef324981a1b5
Reviewed-on: http://codereview.qt-project.org/5232


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent a225f7a0
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>387</width> <width>691</width>
<height>334</height> <height>341</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
...@@ -16,15 +16,15 @@ ...@@ -16,15 +16,15 @@
<property name="title"> <property name="title">
<string>Behavior</string> <string>Behavior</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="2"> <item row="0" column="0">
<widget class="QCheckBox" name="checkBoxUseAlternatingRowColors"> <widget class="QCheckBox" name="checkBoxUseAlternatingRowColors">
<property name="text"> <property name="text">
<string>Use alternating row colors in debug views</string> <string>Use alternating row colors in debug views</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="2"> <item row="0" column="1">
<widget class="QCheckBox" name="checkBoxFontSizeFollowsEditor"> <widget class="QCheckBox" name="checkBoxFontSizeFollowsEditor">
<property name="toolTip"> <property name="toolTip">
<string>Change the font size in the debugger views when the font size in the main editor changes.</string> <string>Change the font size in the debugger views when the font size in the main editor changes.</string>
...@@ -34,14 +34,14 @@ ...@@ -34,14 +34,14 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2"> <item row="1" column="0">
<widget class="QCheckBox" name="checkBoxUseToolTipsInMainEditor"> <widget class="QCheckBox" name="checkBoxUseToolTipsInMainEditor">
<property name="text"> <property name="text">
<string>Use tooltips in main editor while debugging</string> <string>Use tooltips in main editor while debugging</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0" colspan="2"> <item row="1" column="1">
<widget class="QCheckBox" name="checkBoxListSourceFiles"> <widget class="QCheckBox" name="checkBoxListSourceFiles">
<property name="toolTip"> <property name="toolTip">
<string>Populate the source file view automatically. This might slow down debugger startup considerably.</string> <string>Populate the source file view automatically. This might slow down debugger startup considerably.</string>
...@@ -51,17 +51,7 @@ ...@@ -51,17 +51,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0" colspan="2"> <item row="2" column="0">
<widget class="QCheckBox" name="checkBoxRegisterForPostMortem">
<property name="toolTip">
<string>Register Qt Creator for debugging crashed applications.</string>
</property>
<property name="text">
<string>Use Qt Creator for post-mortem debugging</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxCloseBuffersOnExit"> <widget class="QCheckBox" name="checkBoxCloseBuffersOnExit">
<property name="toolTip"> <property name="toolTip">
<string>Close temporary buffers on debugger exit.</string> <string>Close temporary buffers on debugger exit.</string>
...@@ -71,7 +61,7 @@ ...@@ -71,7 +61,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="0" colspan="2"> <item row="2" column="1">
<widget class="QCheckBox" name="checkBoxSwitchModeOnExit"> <widget class="QCheckBox" name="checkBoxSwitchModeOnExit">
<property name="toolTip"> <property name="toolTip">
<string>Switch to previous mode on debugger exit.</string> <string>Switch to previous mode on debugger exit.</string>
...@@ -81,21 +71,31 @@ ...@@ -81,21 +71,31 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="8" column="0"> <item row="3" column="0">
<widget class="QLabel" name="labelMaximalStackDepth"> <widget class="QCheckBox" name="checkBoxRegisterForPostMortem">
<property name="sizePolicy"> <property name="toolTip">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <string>Register Qt Creator for debugging crashed applications.</string>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Maximum stack depth:</string> <string>Use Qt Creator for post-mortem debugging</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="9" column="1"> <item row="4" column="0">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="labelMaximalStackDepth">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Maximum stack depth:</string>
</property>
</widget>
</item>
<item> <item>
<widget class="QSpinBox" name="spinBoxMaximalStackDepth"> <widget class="QSpinBox" name="spinBoxMaximalStackDepth">
<property name="sizePolicy"> <property name="sizePolicy">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment