MqttMonitor/MqttConnectionOptionsDialog.py

changeset 32
a71e5b294ebf
parent 31
40582e448c4b
child 63
1004a9b850a9
equal deleted inserted replaced
31:40582e448c4b 32:a71e5b294ebf
22 22
23 class MqttConnectionOptionsDialog(QDialog, Ui_MqttConnectionOptionsDialog): 23 class MqttConnectionOptionsDialog(QDialog, Ui_MqttConnectionOptionsDialog):
24 """ 24 """
25 Class implementing a dialog to enter MQTT connection options. 25 Class implementing a dialog to enter MQTT connection options.
26 """ 26 """
27 # TODO: add 'Clear Will'
28 def __init__(self, client, options=None, parent=None): 27 def __init__(self, client, options=None, parent=None):
29 """ 28 """
30 Constructor 29 Constructor
31 30
32 @param client reference to the MQTT client object 31 @param client reference to the MQTT client object

eric ide

mercurial