File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 66
77- Unit tests: added support for `` pytest `` and `` coverage `` (60% coverage as of today)
88
9+ - [ Issue #74 ] ( https://github.com/PlotPyStack/PythonQwt/issues/74 ) - TypeError: QwtPlotDict.__ init__ () [ ...] with PySide 6.5.0
10+
911- [ Issue #77 ] ( https://github.com/PlotPyStack/PythonQwt/issues/77 ) - AttributeError: 'XXX' object has no attribute '_ QwtPlot__ data'
1012
1113- [ Issue #72 ] ( https://github.com/PlotPyStack/PythonQwt/issues/72 ) - AttributeError: 'QwtScaleWidget' object has no attribute 'maxMajor' / 'maxMinor' / 'stepSize'
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ def __init__(self):
217217 self .scaleWidget = None # QwtScaleWidget
218218
219219
220- class QwtPlot (QFrame , QwtPlotDict ):
220+ class QwtPlot (QwtPlotDict , QFrame ):
221221 """
222222 A 2-D plotting widget
223223
You can’t perform that action at this time.
0 commit comments