eric7/MicroPython/MicroPythonGraphWidget.py

branch
eric7
changeset 8343
242d5dae2937
parent 8318
962bce857696
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8342:0613a64f1b64 8343:242d5dae2937
18 from PyQt6.QtGui import QPainter 18 from PyQt6.QtGui import QPainter
19 from PyQt6.QtWidgets import ( 19 from PyQt6.QtWidgets import (
20 QWidget, QHBoxLayout, QVBoxLayout, QToolButton, QSizePolicy, QSpacerItem, 20 QWidget, QHBoxLayout, QVBoxLayout, QToolButton, QSizePolicy, QSpacerItem,
21 QLabel, QSpinBox 21 QLabel, QSpinBox
22 ) 22 )
23 from PyQt6.QtChart import QChartView, QChart, QLineSeries, QValueAxis 23 from PyQt6.QtCharts import QChartView, QChart, QLineSeries, QValueAxis
24 24
25 from E5Gui import E5MessageBox 25 from E5Gui import E5MessageBox
26 from E5Gui.E5Application import e5App 26 from E5Gui.E5Application import e5App
27 27
28 import UI.PixmapCache 28 import UI.PixmapCache

eric ide

mercurial