MqttMonitor/MqttMonitorWidget.ui

branch
connection_profiles
changeset 19
889a7c3c0e63
parent 18
bbfe5866b6aa
child 28
0f02baed8308
equal deleted inserted replaced
18:bbfe5866b6aa 19:889a7c3c0e63
46 <string>Press to switch the mode between profiles and direct connection</string> 46 <string>Press to switch the mode between profiles and direct connection</string>
47 </property> 47 </property>
48 </widget> 48 </widget>
49 </item> 49 </item>
50 <item row="0" column="1"> 50 <item row="0" column="1">
51 <widget class="QComboBox" name="profileComboBox"> 51 <layout class="QHBoxLayout" name="horizontalLayout_15">
52 <property name="toolTip"> 52 <property name="spacing">
53 <string>Select the profile to be used to connect to the broker</string> 53 <number>0</number>
54 </property> 54 </property>
55 </widget> 55 <item>
56 <widget class="QComboBox" name="profileComboBox">
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
61 </sizepolicy>
62 </property>
63 <property name="toolTip">
64 <string>Select the profile to be used to connect to the broker</string>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QWidget" name="brokerConnectionWidget" native="true">
70 <layout class="QHBoxLayout" name="horizontalLayout_14">
71 <property name="leftMargin">
72 <number>0</number>
73 </property>
74 <property name="topMargin">
75 <number>0</number>
76 </property>
77 <property name="rightMargin">
78 <number>0</number>
79 </property>
80 <property name="bottomMargin">
81 <number>0</number>
82 </property>
83 <item>
84 <widget class="E5ClearableComboBox" name="brokerComboBox">
85 <property name="sizePolicy">
86 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
89 </sizepolicy>
90 </property>
91 <property name="toolTip">
92 <string>Enter the host name of the broker</string>
93 </property>
94 <property name="editable">
95 <bool>true</bool>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <widget class="QComboBox" name="brokerPortComboBox">
101 <property name="toolTip">
102 <string>Enter the broker port to connect to</string>
103 </property>
104 <property name="editable">
105 <bool>true</bool>
106 </property>
107 <property name="sizeAdjustPolicy">
108 <enum>QComboBox::AdjustToContents</enum>
109 </property>
110 </widget>
111 </item>
112 </layout>
113 </widget>
114 </item>
115 </layout>
56 </item> 116 </item>
57 <item row="0" column="2"> 117 <item row="0" column="2">
58 <widget class="E5ClearableComboBox" name="brokerComboBox">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="toolTip">
66 <string>Enter the host name of the broker</string>
67 </property>
68 <property name="editable">
69 <bool>true</bool>
70 </property>
71 </widget>
72 </item>
73 <item row="0" column="3">
74 <widget class="QComboBox" name="brokerPortComboBox">
75 <property name="toolTip">
76 <string>Enter the broker port to connect to</string>
77 </property>
78 <property name="editable">
79 <bool>true</bool>
80 </property>
81 <property name="sizeAdjustPolicy">
82 <enum>QComboBox::AdjustToContents</enum>
83 </property>
84 </widget>
85 </item>
86 <item row="0" column="4">
87 <widget class="QToolButton" name="brokerConnectionOptionsButton"> 118 <widget class="QToolButton" name="brokerConnectionOptionsButton">
88 <property name="toolTip"> 119 <property name="toolTip">
89 <string>Press to open a dialog to enter connection options</string> 120 <string>Press to open a dialog to enter connection options</string>
90 </property> 121 </property>
91 </widget> 122 </widget>
92 </item> 123 </item>
93 <item row="0" column="5"> 124 <item row="0" column="3">
94 <widget class="QToolButton" name="connectButton"> 125 <widget class="QToolButton" name="connectButton">
95 <property name="toolTip"> 126 <property name="toolTip">
96 <string>Press to connect to/disconnect from the broker</string> 127 <string>Press to connect to/disconnect from the broker</string>
97 </property> 128 </property>
98 <property name="text"> 129 <property name="text">
99 <string/> 130 <string/>
100 </property> 131 </property>
101 </widget> 132 </widget>
102 </item> 133 </item>
103 <item row="1" column="0" colspan="6"> 134 <item row="1" column="0" colspan="4">
104 <widget class="QLabel" name="brokerStatusLabel"> 135 <widget class="QLabel" name="brokerStatusLabel">
105 <property name="wordWrap"> 136 <property name="wordWrap">
106 <bool>true</bool> 137 <bool>true</bool>
107 </property> 138 </property>
108 </widget> 139 </widget>

eric ide

mercurial