File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Version 0.10.6
4
4
5
- - Handled all occurences of deprecated `` QWidget.getContentsMargins `` method.
5
+ - Qt6 support:
6
+ - Handled all occurences of deprecated `` QWidget.getContentsMargins `` method.
7
+ - Removed references to NonCosmeticDefaultPen
8
+ - Fixed ` QApplication.desktop ` ` AttributeError `
9
+ - Fixed ` QPrinter.HighResolution ` ` AttributeError ` on Linux
10
+ - Fixed ` QPrinter.setColorMode ` ` AttributeError ` on PyQt6/Linux
11
+ - Fixed ` QPrinter.setOrientation ` deprecation issue
12
+ - Fixed ` QPrinter.setPaperSize ` deprecation issue
13
+ - Improved unit tests:
14
+ - Ensure that tests are entirely executed before quitting (in unattended mode)
15
+ - Added more tests on ` qwt.symbols `
16
+ - Added tests on ` qwt.plot_renderer `
17
+ - ` qwt.plot_renderer ` : fixed resolution type
18
+ - ` qwt.symbols ` : fixed ` QPointF ` type mismatch
19
+ - Removed CHM help file generation (obsolete)
6
20
7
21
## Version 0.10.5
8
22
You can’t perform that action at this time.
0 commit comments