MqttMonitor/MqttMonitorWidget.ui

branch
eric7
changeset 106
84498095d511
parent 104
9a4c9b7f078c
child 113
63ecd9658c6c
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>&lt;b&gt;Load&lt;/b&gt;</string>
+                <string>&lt;b&gt;Load&lt;/b&gt; (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>

eric ide

mercurial