--- a/MqttMonitor/MqttMonitorWidget.ui Wed Sep 12 19:36:33 2018 +0200 +++ b/MqttMonitor/MqttMonitorWidget.ui Wed Sep 12 19:59:06 2018 +0200 @@ -144,7 +144,7 @@ <item> <widget class="QTabWidget" name="brokerWidget"> <property name="currentIndex"> - <number>1</number> + <number>3</number> </property> <widget class="QWidget" name="pubSubTab"> <attribute name="title"> @@ -459,6 +459,19 @@ </item> </layout> </item> + <item> + <widget class="QCheckBox" name="followMessagesCheckBox"> + <property name="toolTip"> + <string>Select to scroll to the most recently received message</string> + </property> + <property name="text"> + <string>Follow received messages</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> <widget class="QWidget" name="statusTab"> @@ -1296,6 +1309,19 @@ </item> </layout> </item> + <item> + <widget class="QCheckBox" name="followLogMessagesCheckBox"> + <property name="toolTip"> + <string>Select to scroll to the most recently received log message</string> + </property> + <property name="text"> + <string>Follow received messages</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </widget> @@ -1343,11 +1369,13 @@ <tabstop>clearPublishCheckBox</tabstop> <tabstop>messagesEdit</tabstop> <tabstop>messagesClearButton</tabstop> + <tabstop>followMessagesCheckBox</tabstop> <tabstop>brokerStatusButton</tabstop> <tabstop>scrollArea</tabstop> <tabstop>logLevelComboBox</tabstop> <tabstop>logEdit</tabstop> <tabstop>logClearButton</tabstop> + <tabstop>followLogMessagesCheckBox</tabstop> </tabstops> <resources/> <connections>