eric7/MicroPython/MicroPythonGraphWidget.py

branch
eric7
changeset 8343
242d5dae2937
parent 8318
962bce857696
child 8356
68ec9c3d4de5
--- a/eric7/MicroPython/MicroPythonGraphWidget.py	Fri May 21 17:45:47 2021 +0200
+++ b/eric7/MicroPython/MicroPythonGraphWidget.py	Fri May 21 17:48:17 2021 +0200
@@ -20,7 +20,7 @@
     QWidget, QHBoxLayout, QVBoxLayout, QToolButton, QSizePolicy, QSpacerItem,
     QLabel, QSpinBox
 )
-from PyQt6.QtChart import QChartView, QChart, QLineSeries, QValueAxis
+from PyQt6.QtCharts import QChartView, QChart, QLineSeries, QValueAxis
 
 from E5Gui import E5MessageBox
 from E5Gui.E5Application import e5App

eric ide

mercurial