aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/models.json.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/models.json.tpl')
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/models.json.tpl30
1 files changed, 30 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/models.json.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/models.json.tpl
new file mode 100644
index 0000000000..8ebda6fb7e
--- /dev/null
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/shared-plugin/name/models.json.tpl
@@ -0,0 +1,30 @@
+{
+ "book": [
+ {
+ "author": "Nigel Rees",
+ "category": "reference",
+ "price": 8.95,
+ "title": "Sayings of the Century"
+ },
+ {
+ "author": "Evelyn Waugh",
+ "category": "fiction",
+ "price": 12.99,
+ "title": "Sword of Honor"
+ },
+ {
+ "author": "Herman Melville",
+ "category": "fiction",
+ "isbn": "0-553-21311-3",
+ "price": 8.99,
+ "title": "Moby Dick"
+ },
+ {
+ "author": "J. R. R. Tolkien",
+ "category": "fiction",
+ "isbn": "0-395-19395-8",
+ "price": 22.99,
+ "title": "The Lord of the Rings"
+ }
+ ]
+}