--- a/Preferences/ConfigurationPages/HexEditorPage.ui Sat Jan 23 18:13:25 2016 +0100 +++ b/Preferences/ConfigurationPages/HexEditorPage.ui Sun Jan 24 16:03:00 2016 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>623</width> - <height>634</height> + <height>721</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -347,6 +347,51 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_7"> + <property name="title"> + <string>Recent Files</string> + </property> + <layout class="QHBoxLayout" name="_2"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Number of recent files:</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="recentFilesSpinBox"> + <property name="toolTip"> + <string>Enter the number of recent files 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> + <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> + </widget> + </item> + <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum>