Updated QML Quick Reference for the latest Qt 5.12 release

Our double-sided QML quick reference guide, covering the most common QML modules, the basic QML syntax and types, command line options for the QML-related tools and QML environment variables, has been updated for the newest Qt 5.12 release.

Exporting C++ Models to QML

This webcast shows how to export C++ models to QML for use with Qt Quick views such as ListView. A small application is created in two ways. Topics include creating a "struct" with QObject, subclassing QAbstractListModel, adding a JavaScript interface to the model, and nesting models. The sample code can be found here.

Best Practices in Qt Quick/QML - Part 4

​Qt Quick/QML brings designers and developers together to create and collaborate. QML is a collection of technologies that can build modern and fluid interfaces for applications – quickly. Join us for the final webinar in our 4 part webinar series where we continue to explore the best of QML for mobile, embedded and desktop.

Part 4 will cover: 

  • QML Data Models
  • View Delegates
  • Performance Tips