PluginMqttMonitor.py

branch
eric7
changeset 138
871d54655ef1
parent 136
fd301f900752
child 139
b7ca79939cc7
equal deleted inserted replaced
137:306b44039633 138:871d54655ef1
48 error = "" 48 error = ""
49 49
50 mqttPluginObject = None 50 mqttPluginObject = None
51 51
52 52
53 def createMqttPage(configDlg): # noqa: U100 53 def createMqttPage(
54 configDlg, # noqa: U100
55 ):
54 """ 56 """
55 Module function to create the autocompletion configuration page. 57 Module function to create the autocompletion configuration page.
56 58
57 @param configDlg reference to the configuration dialog 59 @param configDlg reference to the configuration dialog
58 @type ConfigurationWidget 60 @type ConfigurationWidget

eric ide

mercurial