--- a/Debugger/CallTraceViewer.ui Sun Sep 04 17:28:37 2016 +0200 +++ b/Debugger/CallTraceViewer.ui Mon Sep 05 19:47:54 2016 +0200 @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> + <width>462</width> <height>528</height> </rect> </property> @@ -37,6 +37,16 @@ </widget> </item> <item> + <widget class="QCheckBox" name="stopCheckBox"> + <property name="toolTip"> + <string>Select to stop recording the call trace when the client exits</string> + </property> + <property name="text"> + <string>Stop recording on exit</string> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -111,6 +121,7 @@ <tabstops> <tabstop>startTraceButton</tabstop> <tabstop>stopTraceButton</tabstop> + <tabstop>stopCheckBox</tabstop> <tabstop>resizeButton</tabstop> <tabstop>clearButton</tabstop> <tabstop>saveButton</tabstop>