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 |