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

Changelog

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

  * No-change rebuild against libqt5core5t64

 -- Steve Langasek <email address hidden>  Fri, 15 Mar 2024 06:44:54 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
qt-qml-models_0~0.0.orig.tar.gz 9.9 KiB 6d53665906fe58a43d4fe9adb117c3b2e3b703076acffa4e21fefa3709313b1d
qt-qml-models_0~0.0-1build1.debian.tar.xz 3.4 KiB 4e3edd28e38c3a85395b5b71f1faa49848ed9433e95ce0e2d91708c7abfbaeb3
qt-qml-models_0~0.0-1build1.dsc 2.0 KiB e2cad6e0550cc9ab960fd9f78ce16e9fd0cb38dfee829101061d3a77560a6377

View changes file

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