9762:333374cf3a18 | 9763:52f982c08301 |
---|---|
56 def setButtons(self): | 56 def setButtons(self): |
57 """ | 57 """ |
58 Public method to enable the supported action buttons. | 58 Public method to enable the supported action buttons. |
59 """ | 59 """ |
60 super().setButtons() | 60 super().setButtons() |
61 | |
61 self.microPython.setActionButtons( | 62 self.microPython.setActionButtons( |
62 run=True, repl=True, files=True, chart=HAS_QTCHART | 63 run=True, repl=True, files=True, chart=HAS_QTCHART |
63 ) | 64 ) |
64 | 65 |
65 def forceInterrupt(self): | 66 def forceInterrupt(self): |