Skip to content

CMGeorge/QtQMLModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a536ac · Sep 4, 2023

History

78 Commits
Feb 16, 2023
Feb 16, 2023
Sep 4, 2023
Sep 24, 2016
Sep 27, 2022
Sep 4, 2023
May 27, 2019
Feb 29, 2016
May 27, 2019
Jan 9, 2020
Feb 5, 2016
Oct 18, 2017
May 17, 2022
May 27, 2019
May 27, 2019
Oct 6, 2022

Repository files navigation

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