MqttMonitor/MqttConnectionProfilesDialog.ui

branch
eric7
changeset 104
9a4c9b7f078c
parent 103
5fe4f179975f
child 127
8982ef7b7d67
--- a/MqttMonitor/MqttConnectionProfilesDialog.ui	Thu Jul 22 19:02:32 2021 +0200
+++ b/MqttMonitor/MqttConnectionProfilesDialog.ui	Fri Jul 23 17:48:22 2021 +0200
@@ -466,6 +466,13 @@
             </widget>
            </item>
            <item row="0" column="1">
+            <widget class="QLabel" name="label_13">
+             <property name="text">
+              <string>QoS:</string>
+             </property>
+            </widget>
+           </item>
+           <item row="0" column="2">
             <widget class="QSpinBox" name="willQosSpinBox">
              <property name="toolTip">
               <string>Enter the desired QoS value</string>
@@ -478,7 +485,7 @@
              </property>
             </widget>
            </item>
-           <item row="0" column="2">
+           <item row="0" column="3">
             <widget class="QCheckBox" name="willRetainCheckBox">
              <property name="toolTip">
               <string>Select to retain the last will message</string>
@@ -488,7 +495,17 @@
              </property>
             </widget>
            </item>
-           <item row="1" column="0" colspan="3">
+           <item row="0" column="4">
+            <widget class="QToolButton" name="willPropertiesButton">
+             <property name="toolTip">
+              <string>Press to edit the user properties</string>
+             </property>
+             <property name="text">
+              <string/>
+             </property>
+            </widget>
+           </item>
+           <item row="1" column="0" colspan="5">
             <widget class="QPlainTextEdit" name="willMessageEdit">
              <property name="maximumSize">
               <size>
@@ -860,6 +877,7 @@
   <tabstop>willMessageEdit</tabstop>
   <tabstop>willQosSpinBox</tabstop>
   <tabstop>willRetainCheckBox</tabstop>
+  <tabstop>willPropertiesButton</tabstop>
   <tabstop>tlsGroupBox</tabstop>
   <tabstop>tlsDefaultCertsButton</tabstop>
   <tabstop>tlsCertsFileButton</tabstop>

eric ide

mercurial