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 6
6
7
7
- Unit tests: added support for `` pytest `` and `` coverage `` (60% coverage as of today)
8
8
9
+ - [ Issue #74 ] ( https://github.com/PlotPyStack/PythonQwt/issues/74 ) - TypeError: QwtPlotDict.__ init__ () [ ...] with PySide 6.5.0
10
+
9
11
- [ Issue #77 ] ( https://github.com/PlotPyStack/PythonQwt/issues/77 ) - AttributeError: 'XXX' object has no attribute '_ QwtPlot__ data'
10
12
11
13
- [ 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):
217
217
self .scaleWidget = None # QwtScaleWidget
218
218
219
219
220
- class QwtPlot (QFrame , QwtPlotDict ):
220
+ class QwtPlot (QwtPlotDict , QFrame ):
221
221
"""
222
222
A 2-D plotting widget
223
223
You can’t perform that action at this time.
0 commit comments