Skip to content

QtSharp-0.6.0-Qt-5.7.0-MinGW

Pre-release
Pre-release
Compare
Choose a tag to compare
@ddobrev ddobrev released this 13 Sep 23:17
· 23 commits to master since this release

BREAKING: The bindings are now named according to the pattern:
Qt<module>.Sharp
instead of:
Qt<module>Sharp
All users are asked to update their project files.

Added bindings for the new modules in Qt 5.7 - Charts, Data Visualization, Purchasing.
Fixed the passing of pointers as their secondary bases (if any), such as QPainter(QPaintDevice).