Package: wnpp Severity: wishlist Owner: Wookey <[email protected]> * Package name : qt-qml-models Version : 0~0.1 Upstream Author : Philip Schuchardt <[email protected]> * URL : https://github.com/Cavewhere/qt-qml-models * License : Custom WTFPL-style Programming Lang: C++ Description : Additional list-type data models for QML apps
This package adds 2 C++ data models to the qml back end, for use by QML applications. . 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 having 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, much better than using a QVariantList property. This package is use by cavewhere. (https://github.com/Cavewhere/cavewhere)

