MqttMonitor/MqttConnectionProfilesDialog.py

changeset 32
a71e5b294ebf
parent 31
40582e448c4b
child 37
8bc357057af3
equal deleted inserted replaced
31:40582e448c4b 32:a71e5b294ebf
26 26
27 class MqttConnectionProfilesDialog(QDialog, Ui_MqttConnectionProfilesDialog): 27 class MqttConnectionProfilesDialog(QDialog, Ui_MqttConnectionProfilesDialog):
28 """ 28 """
29 Class implementing a dialog to edit the MQTT connection profiles. 29 Class implementing a dialog to edit the MQTT connection profiles.
30 """ 30 """
31 # TODO: add 'Clear Will'
32 def __init__(self, client, profiles, parent=None): 31 def __init__(self, client, profiles, parent=None):
33 """ 32 """
34 Constructor 33 Constructor
35 34
36 @param client reference to the MQTT client object 35 @param client reference to the MQTT client object

eric ide

mercurial