aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/localstorage/localstorage.qrc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2016-10-27 16:11:01 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-12-12 12:19:09 +0000
commit5ac14981b03c9c73c08194b1eb992107a096f774 (patch)
tree0ffe5223081472d6067135c4c9d435c1a2ad24fb /examples/quick/localstorage/localstorage/localstorage.qrc
parentcf4e4899d268b8a39578fc9713fa3c56ceecdf0b (diff)
Example: Improve the localstorage example
- insert/update/delete instead of only insert - database connection and sql handled in Database.js Change-Id: I513b23061e569f4511dd166ed79898db7f628139 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/quick/localstorage/localstorage/localstorage.qrc')
-rw-r--r--examples/quick/localstorage/localstorage/localstorage.qrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/quick/localstorage/localstorage/localstorage.qrc b/examples/quick/localstorage/localstorage/localstorage.qrc
index 09ac2de033..079438be2b 100644
--- a/examples/quick/localstorage/localstorage/localstorage.qrc
+++ b/examples/quick/localstorage/localstorage/localstorage.qrc
@@ -1,6 +1,10 @@
<RCC>
- <qresource prefix="/localstorage/localstorage">
- <file>hello.qml</file>
+ <qresource prefix="/">
+ <file>Header.qml</file>
+ <file>Database.js</file>
+ <file>MyModel.qml</file>
+ <file>MyButton.qml</file>
+ <file>MyDelegate.qml</file>
<file>localstorage.qml</file>
</qresource>
</RCC>