eric6/MicroPython/MicroPythonDevices.py

branch
micropython
changeset 7108
4f6133a01c6a
parent 7095
8e10acb1cd85
child 7123
94948e2aa0a5
equal deleted inserted replaced
7103:aea236dc8002 7108:4f6133a01c6a
298 """ 298 """
299 Public slot handling a data floof from the device. 299 Public slot handling a data floof from the device.
300 """ 300 """
301 pass 301 pass
302 302
303 def addActions(self, menu): 303 def addDeviceMenuEntries(self, menu):
304 """ 304 """
305 Public method to add device specific entries to the given menu. 305 Public method to add device specific entries to the given menu.
306 306
307 @param menu reference to the context menu 307 @param menu reference to the context menu
308 @type QMenu 308 @type QMenu

eric ide

mercurial