File: control

package info (click to toggle)
qt-qml-models 0~0.0-1.1~exp1
  • links: PTS
  • area: main
  • in suites: experimental
  • size: 176 kB
  • sloc: cpp: 1,034; makefile: 52
file content (50 lines) | stat: -rw-r--r-- 1,803 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: qt-qml-models
Section: libs
Priority: optional
Maintainer: Wookey <wookey@debian.org>
Build-Depends: debhelper-compat (= 12), qbs, qtbase5-dev,
 qtbase5-private-dev, qtdeclarative5-dev
Standards-Version: 4.5.1
Homepage: https://github.com/cavewhere/qt-qml-models
Rules-Requires-Root: no

Package: libqtqmlmodels0t64
Provides: ${t64:Provides}
Replaces: libqtqmlmodels0
Breaks: libqtqmlmodels0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
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 the library itself.

Package: libqtqmlmodels-dev 
Architecture: any
Multi-Arch: same
Depends: libqtqmlmodels0t64 (= ${binary:Version}), ${misc:Depends}
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 contains the development files.