aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/editingmodel/doc/editingmodel.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/editingmodel/doc/editingmodel.rst')
-rw-r--r--examples/declarative/editingmodel/doc/editingmodel.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/declarative/editingmodel/doc/editingmodel.rst b/examples/declarative/editingmodel/doc/editingmodel.rst
deleted file mode 100644
index d76bebc22..000000000
--- a/examples/declarative/editingmodel/doc/editingmodel.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-QAbstractListModel in QML
-=========================
-
-This example shows how to add, remove and move items inside a QML
-ListView, but showing and editing the data via roles using a
-QAbstractListModel from Python.
-
-You can add new elements and reset the view using the two top buttons,
-remove elements by 'middle click' the element, and move the elements
-with a 'left click' plus dragging the item around.
-
-.. image:: qabstractlistmodelqml.png
- :width: 400
- :alt: QAbstractListModel/ListView Screenshot