19 from PyQt6.QtCharts import QChart |
19 from PyQt6.QtCharts import QChart |
20 except ImportError: |
20 except ImportError: |
21 QChart = None |
21 QChart = None |
22 |
22 |
23 |
23 |
|
24 # TODO: add option to enable/disable manual device selection |
24 class MicroPythonPage(ConfigurationPageBase, Ui_MicroPythonPage): |
25 class MicroPythonPage(ConfigurationPageBase, Ui_MicroPythonPage): |
25 """ |
26 """ |
26 Class implementing the MicroPython configuration page. |
27 Class implementing the MicroPython configuration page. |
27 """ |
28 """ |
28 |
29 |