diff -r 967b3e3e5b4d -r 4f88f70d2cd4 Preferences/ConfigurationPages/DebuggerGeneralPage.ui --- a/Preferences/ConfigurationPages/DebuggerGeneralPage.ui Fri Dec 22 16:36:02 2017 +0100 +++ b/Preferences/ConfigurationPages/DebuggerGeneralPage.ui Fri Dec 22 17:56:49 2017 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>643</width> - <height>1600</height> + <height>1776</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_7"> @@ -533,6 +533,46 @@ </property> </widget> </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Number of recent files and conditions:</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="recentFilesSpinBox"> + <property name="toolTip"> + <string>Enter the number of recent files and breakpoint conditions to remember</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="minimum"> + <number>5</number> + </property> + <property name="maximum"> + <number>50</number> + </property> + </widget> + </item> + <item> + <spacer name="spacer"> + <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> </layout> </widget> </item> @@ -683,6 +723,7 @@ <tabstop>automaticResetCheckBox</tabstop> <tabstop>dontShowClientExitCheckBox</tabstop> <tabstop>debugThreeStateBreakPoint</tabstop> + <tabstop>recentFilesSpinBox</tabstop> <tabstop>exceptionBreakCheckBox</tabstop> <tabstop>exceptionShellCheckBox</tabstop> <tabstop>maxSizeSpinBox</tabstop>