eric7/Preferences/ConfigurationPages/MicroPythonPage.py

branch
eric7
changeset 8343
242d5dae2937
parent 8327
666c2b81cbb7
child 8356
68ec9c3d4de5
--- a/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Fri May 21 17:45:47 2021 +0200
+++ b/eric7/Preferences/ConfigurationPages/MicroPythonPage.py	Fri May 21 17:48:17 2021 +0200
@@ -39,7 +39,7 @@
         
         # populate the chart theme combobox
         try:
-            from PyQt6.QtChart import QChart
+            from PyQt6.QtCharts import QChart
             
             self.chartThemeComboBox.addItem(
                 self.tr("Automatic"), -1)

eric ide

mercurial