--- a/Preferences/ConfigurationPages/ApplicationPage.ui Wed Dec 14 19:17:33 2016 +0100 +++ b/Preferences/ConfigurationPages/ApplicationPage.ui Wed Dec 14 19:27:10 2016 +0100 @@ -52,6 +52,16 @@ </widget> </item> <item> + <widget class="QCheckBox" name="crashSessionEnabledCheckBox"> + <property name="toolTip"> + <string>Select to enable the generation of a crash session file</string> + </property> + <property name="text"> + <string>Enable Crash Session</string> + </property> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Open at startup</string> @@ -109,6 +119,9 @@ </item> <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="openCrashSessionCheckBox"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="toolTip"> <string>Select to look for a crash session file first</string> </property> @@ -286,6 +299,7 @@ <tabstops> <tabstop>singleApplicationCheckBox</tabstop> <tabstop>splashScreenCheckBox</tabstop> + <tabstop>crashSessionEnabledCheckBox</tabstop> <tabstop>noOpenRadioButton</tabstop> <tabstop>lastFileRadioButton</tabstop> <tabstop>lastProjectRadioButton</tabstop> @@ -302,5 +316,38 @@ <tabstop>intervalSpinBox</tabstop> </tabstops> <resources/> - <connections/> + <connections> + <connection> + <sender>crashSessionEnabledCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>openCrashSessionCheckBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>44</x> + <y>89</y> + </hint> + <hint type="destinationlabel"> + <x>52</x> + <y>205</y> + </hint> + </hints> + </connection> + <connection> + <sender>crashSessionEnabledCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>openCrashSessionCheckBox</receiver> + <slot>setChecked(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>114</x> + <y>88</y> + </hint> + <hint type="destinationlabel"> + <x>109</x> + <y>209</y> + </hint> + </hints> + </connection> + </connections> </ui>