diff options
| author | Jimmy Girardet <ijkl@netc.fr> | 2020-09-09 08:00:11 +0200 |
|---|---|---|
| committer | Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2021-09-21 20:41:16 +0200 |
| commit | 01a8e9f30d4396378e97a31e4b6d2ee489cb0ac9 (patch) | |
| tree | f7ac9052c99e82a482e75bd5f5cd0b7dcf819aed /examples/declarative/editingmodel/main.pyproject | |
| parent | 6ec8d206127adf64254309bb7c12b93c8856c941 (diff) | |
examples: add QAbstractListModel/QML
Interactive example to add, remove and move elements inside
a ListView (QML) from a QAbstractListModel (Python).
A screenshot is included.
Task-number: PYSIDE-841
Change-Id: I1c4d7868860c7482930fbb729cb4c2b503c01d88
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/declarative/editingmodel/main.pyproject')
| -rw-r--r-- | examples/declarative/editingmodel/main.pyproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/declarative/editingmodel/main.pyproject b/examples/declarative/editingmodel/main.pyproject new file mode 100644 index 000000000..71272a973 --- /dev/null +++ b/examples/declarative/editingmodel/main.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["model.py","main.qml","main.py","MovingRectangle.qml"] +} |
