27 @type MqttClient |
27 @type MqttClient |
28 @param options dictionary containing the connection options to |
28 @param options dictionary containing the connection options to |
29 populate the dialog with. It must have the keys "ClientId", |
29 populate the dialog with. It must have the keys "ClientId", |
30 "Keepalive", "CleanSession", "Username", "Password", "WillTopic", |
30 "Keepalive", "CleanSession", "Username", "Password", "WillTopic", |
31 "WillMessage", "WillQos", "WillRetain". |
31 "WillMessage", "WillQos", "WillRetain". |
32 @@type dict |
32 @type dict |
33 @param parent reference to the parent widget |
33 @param parent reference to the parent widget |
34 @type QWidget |
34 @type QWidget |
35 """ |
35 """ |
36 super(MqttConnectionOptionsDialog, self).__init__(parent) |
36 super(MqttConnectionOptionsDialog, self).__init__(parent) |
37 self.setupUi(self) |
37 self.setupUi(self) |