MqttMonitor/MqttMonitorWidget.ui

changeset 27
aeb276d76ec7
parent 11
90d3ebed4cc0
child 28
0f02baed8308
equal deleted inserted replaced
15:34884352aaec 27:aeb276d76ec7
309 </property> 309 </property>
310 </widget> 310 </widget>
311 </item> 311 </item>
312 </layout> 312 </layout>
313 </item> 313 </item>
314 <item>
315 <widget class="QCheckBox" name="clearPublishCheckBox">
316 <property name="toolTip">
317 <string>Select to clear the publish data after the message was published</string>
318 </property>
319 <property name="text">
320 <string>Clear when sent</string>
321 </property>
322 </widget>
323 </item>
314 </layout> 324 </layout>
315 </widget> 325 </widget>
316 </item> 326 </item>
317 <item> 327 <item>
318 <spacer name="verticalSpacer"> 328 <spacer name="verticalSpacer">
364 </size> 374 </size>
365 </property> 375 </property>
366 </spacer> 376 </spacer>
367 </item> 377 </item>
368 <item> 378 <item>
369 <widget class="QPushButton" name="pushButton"> 379 <widget class="QPushButton" name="messagesClearButton">
380 <property name="toolTip">
381 <string>Press to clear the list of received messages</string>
382 </property>
370 <property name="text"> 383 <property name="text">
371 <string>Clear</string> 384 <string>Clear</string>
372 </property> 385 </property>
373 </widget> 386 </widget>
374 </item> 387 </item>
1170 <tabstop>publishQosSpinBox</tabstop> 1183 <tabstop>publishQosSpinBox</tabstop>
1171 <tabstop>publishRetainCheckBox</tabstop> 1184 <tabstop>publishRetainCheckBox</tabstop>
1172 <tabstop>publishPayloadEdit</tabstop> 1185 <tabstop>publishPayloadEdit</tabstop>
1173 <tabstop>publishButton</tabstop> 1186 <tabstop>publishButton</tabstop>
1174 <tabstop>messagesEdit</tabstop> 1187 <tabstop>messagesEdit</tabstop>
1175 <tabstop>pushButton</tabstop> 1188 <tabstop>messagesClearButton</tabstop>
1176 <tabstop>brokerStatusButton</tabstop> 1189 <tabstop>brokerStatusButton</tabstop>
1177 <tabstop>scrollArea</tabstop> 1190 <tabstop>scrollArea</tabstop>
1178 </tabstops> 1191 </tabstops>
1179 <resources/> 1192 <resources/>
1180 <connections> 1193 <connections>
1181 <connection> 1194 <connection>
1182 <sender>pushButton</sender> 1195 <sender>messagesClearButton</sender>
1183 <signal>clicked()</signal> 1196 <signal>clicked()</signal>
1184 <receiver>messagesEdit</receiver> 1197 <receiver>messagesEdit</receiver>
1185 <slot>clear()</slot> 1198 <slot>clear()</slot>
1186 <hints> 1199 <hints>
1187 <hint type="sourcelabel"> 1200 <hint type="sourcelabel">
1188 <x>378</x> 1201 <x>343</x>
1189 <y>578</y> 1202 <y>565</y>
1190 </hint> 1203 </hint>
1191 <hint type="destinationlabel"> 1204 <hint type="destinationlabel">
1192 <x>179</x> 1205 <x>218</x>
1193 <y>272</y> 1206 <y>336</y>
1207 </hint>
1208 </hints>
1209 </connection>
1210 <connection>
1211 <sender>clearPublishCheckBox</sender>
1212 <signal>clicked(bool)</signal>
1213 <receiver>publishClearButton</receiver>
1214 <slot>setHidden(bool)</slot>
1215 <hints>
1216 <hint type="sourcelabel">
1217 <x>60</x>
1218 <y>548</y>
1219 </hint>
1220 <hint type="destinationlabel">
1221 <x>65</x>
1222 <y>521</y>
1194 </hint> 1223 </hint>
1195 </hints> 1224 </hints>
1196 </connection> 1225 </connection>
1197 </connections> 1226 </connections>
1198 </ui> 1227 </ui>

eric ide

mercurial