diff -r 36ec7431ad04 -r 84498095d511 MqttMonitor/MqttMonitorWidget.ui --- a/MqttMonitor/MqttMonitorWidget.ui Fri Jul 23 19:48:14 2021 +0200 +++ b/MqttMonitor/MqttMonitorWidget.ui Sat Jul 24 16:12:05 2021 +0200 @@ -188,11 +188,17 @@ </widget> </item> <item> - <widget class="QLineEdit" name="subscribeTopicEdit"> + <widget class="QComboBox" name="subscribeTopicComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="toolTip"> <string>Enter the topic</string> </property> - <property name="clearButtonEnabled"> + <property name="editable"> <bool>true</bool> </property> </widget> @@ -636,9 +642,9 @@ <property name="geometry"> <rect> <x>0</x> - <y>0</y> - <width>339</width> - <height>670</height> + <y>-358</y> + <width>344</width> + <height>840</height> </rect> </property> <layout class="QFormLayout" name="formLayout"> @@ -1150,7 +1156,7 @@ <item> <widget class="QLabel" name="label_29"> <property name="text"> - <string><b>Load</b></string> + <string><b>Load</b> (1 min / 5 min / 15 min)</string> </property> </widget> </item> @@ -1492,7 +1498,7 @@ <tabstop>connectButton</tabstop> <tabstop>clearWillButton</tabstop> <tabstop>brokerWidget</tabstop> - <tabstop>subscribeTopicEdit</tabstop> + <tabstop>subscribeTopicComboBox</tabstop> <tabstop>subscribeQosSpinBox</tabstop> <tabstop>subscribeButton</tabstop> <tabstop>subscribePropertiesButton</tabstop>