andsarr / QtQmlModels

Additional data models aimed to bring more power to QML applications by using useful C++ models in back-end. The original repository could be found here: http://gitlab.unique-conception.org/qt-qml-tricks/qt-qml-models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt QML Models

Additional data models aimed to bring more power to QML applications by using useful C++ models in back-end.

  • QQmlObjectListModel : a much nicer way to expose C++ list to QML than the quick & dirty QList<QObject*> property . Supports all the strong model features of QAbstractListModel while showing the simple and well know API of QList.

  • QQmlVariantListModel : a dead-simple way to create a dynamic C++ list of any type and expose it to QML, way better than using a QVariantList property.

NOTE : If you want to donate, use this link : Flattr this

About

Additional data models aimed to bring more power to QML applications by using useful C++ models in back-end. The original repository could be found here: http://gitlab.unique-conception.org/qt-qml-tricks/qt-qml-models

License:Other


Languages

Language:C++ 96.1%Language:QML 2.9%Language:QMake 1.0%