MqttMonitor/MqttConnectionProfilesDialog.py

changeset 30
17ef10819773
parent 26
ad232a5129cc
child 31
40582e448c4b
equal deleted inserted replaced
28:0f02baed8308 30:17ef10819773
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'
31 def __init__(self, client, profiles, parent=None): 32 def __init__(self, client, profiles, parent=None):
32 """ 33 """
33 Constructor 34 Constructor
34 35
35 @param client reference to the MQTT client object 36 @param client reference to the MQTT client object

eric ide

mercurial