aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/objectlistmodel/doc/objectlistmodel.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/objectlistmodel/doc/objectlistmodel.rst')
-rw-r--r--examples/declarative/objectlistmodel/doc/objectlistmodel.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/declarative/objectlistmodel/doc/objectlistmodel.rst b/examples/declarative/objectlistmodel/doc/objectlistmodel.rst
deleted file mode 100644
index d71ee61df..000000000
--- a/examples/declarative/objectlistmodel/doc/objectlistmodel.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-Object List Model Example
-=========================
-
-A list of QObject values can also be used as a model.
-A list[QObject,] provides the properties of the objects in the list as roles.
-
-The following application creates a DataObject class with Property values
-that will be accessible as named roles when a list[DataObject,] is exposed to QML:
-
-.. image:: objectlistmodel.png
- :width: 400
- :alt: Object List Model Screenshot