42 @param deviceType device type assigned to this device interface |
42 @param deviceType device type assigned to this device interface |
43 @type str |
43 @type str |
44 @param parent reference to the parent object |
44 @param parent reference to the parent object |
45 @type QObject |
45 @type QObject |
46 """ |
46 """ |
47 super().__init__(microPythonWidget, deviceType, |
47 super().__init__(microPythonWidget, deviceType, parent) |
48 parent) |
|
49 |
48 |
50 self.__workspace = self.__findWorkspace() |
49 self.__workspace = self.__findWorkspace() |
51 |
50 |
52 def setButtons(self): |
51 def setButtons(self): |
53 """ |
52 """ |