src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 9496
05017f795c24
parent 9482
a2bc06a54d9d
child 9498
d48061567354
equal deleted inserted replaced
9495:28ab5f487f71 9496:05017f795c24
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

eric ide

mercurial