aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/views/views.qrc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-10-03 13:50:13 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-10-11 12:36:36 +0000
commitb6f7fe1f80e6beed62ef47691fae6aa9f4a851b8 (patch)
tree92055e528215632ee4872c1f87793f535746e656 /examples/quick/views/views.qrc
parentb8f4005f132c26b842387e1ae5f492594dc03d86 (diff)
Examples: Use XmlHttpRequest to fetch flickr public photos
This change is to facilite moving the XmlListModel code to the qtxmlpatterns repo, but still keep all the Particles examples together. Also fixed: - the old TODO about darkening images according to depth, and make it generally look a bit better. - move the visualdatamodel examples to a directory called delegatemodel, since that's how they work now. And add them to the main "views" example launcher so that they become more visible to users. Change-Id: I78f9f19e1e110608580adedcf4cd3be554222515 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples/quick/views/views.qrc')
-rw-r--r--examples/quick/views/views.qrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/views/views.qrc b/examples/quick/views/views.qrc
index 547dbea992..1646c49e81 100644
--- a/examples/quick/views/views.qrc
+++ b/examples/quick/views/views.qrc
@@ -41,8 +41,8 @@
<file>pathview/pics/EMail_48.png</file>
<file>pathview/pics/TodoList_48.png</file>
<file>pathview/pics/VideoPlayer_48.png</file>
- <file>visualdatamodel/slideshow.qml</file>
- <file>visualdatamodel/dragselection.qml</file>
+ <file>delegatemodel/slideshow.qml</file>
+ <file>delegatemodel/dragselection.qml</file>
<file>objectmodel/objectmodel.qml</file>
<file>views.qml</file>
<file>listview/displaymargin.qml</file>