MqttMonitor/MqttConnectionOptionsDialog.ui

branch
eric7
changeset 104
9a4c9b7f078c
parent 103
5fe4f179975f
child 127
8982ef7b7d67
equal deleted inserted replaced
103:5fe4f179975f 104:9a4c9b7f078c
273 <widget class="QWidget" name="lastWillTab"> 273 <widget class="QWidget" name="lastWillTab">
274 <attribute name="title"> 274 <attribute name="title">
275 <string>Last Will</string> 275 <string>Last Will</string>
276 </attribute> 276 </attribute>
277 <layout class="QGridLayout" name="gridLayout_2"> 277 <layout class="QGridLayout" name="gridLayout_2">
278 <item row="0" column="0">
279 <widget class="QLineEdit" name="willTopicEdit">
280 <property name="toolTip">
281 <string>Enter the topic of the last will</string>
282 </property>
283 <property name="clearButtonEnabled">
284 <bool>true</bool>
285 </property>
286 </widget>
287 </item>
278 <item row="0" column="1"> 288 <item row="0" column="1">
279 <widget class="QLabel" name="label_5"> 289 <widget class="QLabel" name="label_5">
280 <property name="text"> 290 <property name="text">
281 <string>QoS:</string> 291 <string>QoS:</string>
282 </property> 292 </property>
283 </widget> 293 </widget>
284 </item> 294 </item>
285 <item row="1" column="0" colspan="4"> 295 <item row="0" column="2">
296 <widget class="QSpinBox" name="willQosSpinBox">
297 <property name="toolTip">
298 <string>Enter the desired QoS value</string>
299 </property>
300 <property name="alignment">
301 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
302 </property>
303 <property name="maximum">
304 <number>2</number>
305 </property>
306 </widget>
307 </item>
308 <item row="0" column="3">
309 <widget class="QCheckBox" name="willRetainCheckBox">
310 <property name="toolTip">
311 <string>Select to retain the last will message</string>
312 </property>
313 <property name="text">
314 <string>Retain</string>
315 </property>
316 </widget>
317 </item>
318 <item row="0" column="4">
319 <widget class="QToolButton" name="willPropertiesButton">
320 <property name="toolTip">
321 <string>Press to edit the user properties</string>
322 </property>
323 <property name="text">
324 <string/>
325 </property>
326 </widget>
327 </item>
328 <item row="1" column="0" colspan="5">
286 <widget class="QPlainTextEdit" name="willMessageEdit"> 329 <widget class="QPlainTextEdit" name="willMessageEdit">
287 <property name="maximumSize"> 330 <property name="maximumSize">
288 <size> 331 <size>
289 <width>16777215</width> 332 <width>16777215</width>
290 <height>300</height> 333 <height>300</height>
291 </size> 334 </size>
292 </property> 335 </property>
293 <property name="toolTip"> 336 <property name="toolTip">
294 <string>Enter the last will message to be sent</string> 337 <string>Enter the last will message to be sent</string>
295 </property>
296 </widget>
297 </item>
298 <item row="0" column="2">
299 <widget class="QSpinBox" name="willQosSpinBox">
300 <property name="toolTip">
301 <string>Enter the desired QoS value</string>
302 </property>
303 <property name="alignment">
304 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
305 </property>
306 <property name="maximum">
307 <number>2</number>
308 </property>
309 </widget>
310 </item>
311 <item row="0" column="3">
312 <widget class="QCheckBox" name="willRetainCheckBox">
313 <property name="toolTip">
314 <string>Select to retain the last will message</string>
315 </property>
316 <property name="text">
317 <string>Retain</string>
318 </property>
319 </widget>
320 </item>
321 <item row="0" column="0">
322 <widget class="QLineEdit" name="willTopicEdit">
323 <property name="toolTip">
324 <string>Enter the topic of the last will</string>
325 </property>
326 <property name="clearButtonEnabled">
327 <bool>true</bool>
328 </property> 338 </property>
329 </widget> 339 </widget>
330 </item> 340 </item>
331 </layout> 341 </layout>
332 </widget> 342 </widget>
485 <tabstop>passwordEdit</tabstop> 495 <tabstop>passwordEdit</tabstop>
486 <tabstop>willTopicEdit</tabstop> 496 <tabstop>willTopicEdit</tabstop>
487 <tabstop>willMessageEdit</tabstop> 497 <tabstop>willMessageEdit</tabstop>
488 <tabstop>willQosSpinBox</tabstop> 498 <tabstop>willQosSpinBox</tabstop>
489 <tabstop>willRetainCheckBox</tabstop> 499 <tabstop>willRetainCheckBox</tabstop>
500 <tabstop>willPropertiesButton</tabstop>
490 <tabstop>tlsEnableCheckBox</tabstop> 501 <tabstop>tlsEnableCheckBox</tabstop>
491 <tabstop>tlsCertsFilePicker</tabstop> 502 <tabstop>tlsCertsFilePicker</tabstop>
492 <tabstop>connectPropertiesButton</tabstop> 503 <tabstop>connectPropertiesButton</tabstop>
493 <tabstop>disconnectPropertiesButton</tabstop> 504 <tabstop>disconnectPropertiesButton</tabstop>
494 <tabstop>propertiesWidget</tabstop> 505 <tabstop>propertiesWidget</tabstop>

eric ide

mercurial