Binary package “libqtqmlmodels-dev” in ubuntu noble

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 contains the development files.