MqttMonitor/MqttConnectionOptionsDialog.py

changeset 30
17ef10819773
parent 25
01d44a4decf5
child 31
40582e448c4b
equal deleted inserted replaced
28:0f02baed8308 30:17ef10819773
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'
27 def __init__(self, client, options=None, parent=None): 28 def __init__(self, client, options=None, parent=None):
28 """ 29 """
29 Constructor 30 Constructor
30 31
31 @param client reference to the MQTT client object 32 @param client reference to the MQTT client object

eric ide

mercurial