Changelog History
-
v0.7.3
September 19, 2017 -
v0.7.2 Changes
September 17, 2017 -
v0.7.1 Changes
February 10, 2017๐ Fixed crashes when calling certain constructors and destructors.
-
v0.7.0 Changes
February 05, 2017The bindings are now for Qt 5.8.
โฌ Decreased the size of inlines 24 times, from 60 to 2,5 MB total size. -
v0.6.2
October 01, 2016 -
v0.6.1 Changes
September 17, 2016โ Removed all mappings to C# structures because their empty constructors are not correctly wrapped yet.
-
v0.6.0 Changes
September 13, 2016๐ฅ 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). -
v0.5.1 Changes
June 12, 2016๐ Fixed a regression - Qt events did not work at all. Also restored the ability to handle them.
-
v0.5.0 Changes
June 11, 2016๐ This release contains bindings for all Qt modules. The only exceptions are QML-only modules for which dedicated language bindings make no sense.
-
v0.0.8 Changes
December 21, 2015Properly wrapped non-virtual destructors in derived types.