QtSharp v0.6.0 Release Notes

Release Date: 2016-09-13 // over 7 years ago
  • 💥 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).