qt-qml-models 0~0.0-1 source package in Ubuntu

Changelog

qt-qml-models (0~0.0-1) unstable; urgency=medium

  * Initial release (Closes: #980131)

 -- Wookey <email address hidden>  Thu, 14 Jan 2021 11:42:37 +0000

Upload details

Uploaded by:
Wookey
Uploaded to:
Sid
Original maintainer:
Wookey
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
qt-qml-models_0~0.0-1.dsc 1.8 KiB bc436fa3467aa1655f0d2b41985aa0215f6602a94242e0a70b1ff982d1ce0124
qt-qml-models_0~0.0.orig.tar.gz 9.9 KiB 6d53665906fe58a43d4fe9adb117c3b2e3b703076acffa4e21fefa3709313b1d
qt-qml-models_0~0.0-1.debian.tar.xz 3.3 KiB 7103df84c432e235425a83374c3c6649187f62e95f5c54ba72a1ccfc8c65ce89

No changes file available.

Binary packages built by this source

libqtqmlmodels-dev: 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.

libqtqmlmodels0: 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 the library itself.

libqtqmlmodels0-dbgsym: debug symbols for libqtqmlmodels0