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