MqttMonitor/MqttConnectionOptionsDialog.py

branch
connection_profiles
changeset 18
bbfe5866b6aa
parent 11
90d3ebed4cc0
child 20
3737a78bb6c5
equal deleted inserted replaced
17:ee738a0efe9c 18:bbfe5866b6aa
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)

eric ide

mercurial