9762:333374cf3a18 | 9763:52f982c08301 |
---|---|
43 def setButtons(self): | 43 def setButtons(self): |
44 """ | 44 """ |
45 Public method to enable the supported action buttons. | 45 Public method to enable the supported action buttons. |
46 """ | 46 """ |
47 super().setButtons() | 47 super().setButtons() |
48 | |
48 self.microPython.setActionButtons( | 49 self.microPython.setActionButtons( |
49 run=True, repl=True, files=True, chart=HAS_QTCHART | 50 run=True, repl=True, files=True, chart=HAS_QTCHART |
50 ) | 51 ) |
51 | 52 |
52 def forceInterrupt(self): | 53 def forceInterrupt(self): |