summaryrefslogtreecommitdiffstats
path: root/demos/declarative/mediabrowser/dummydata/MoviesModel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/mediabrowser/dummydata/MoviesModel.qml')
-rw-r--r--demos/declarative/mediabrowser/dummydata/MoviesModel.qml38
1 files changed, 38 insertions, 0 deletions
diff --git a/demos/declarative/mediabrowser/dummydata/MoviesModel.qml b/demos/declarative/mediabrowser/dummydata/MoviesModel.qml
new file mode 100644
index 0000000..87bca37
--- /dev/null
+++ b/demos/declarative/mediabrowser/dummydata/MoviesModel.qml
@@ -0,0 +1,38 @@
+<ListModel id="MoviesModel">
+ <Movie>
+ <title>Repoman</title>
+ <thumb>http://www.impawards.com/1984/posters/repo_man.jpg</thumb>
+ <description>Cult classic. Car repossession. Radiation. Plate O' Shrimp.</description>
+ <rating>2</rating>
+ </Movie>
+ <Movie>
+ <title>Monsters vs Aliens</title>
+ <thumb>http://www.impawards.com/2009/posters/monsters_vs_aliens_ver6.jpg</thumb>
+ <description>Love Monsters? Love Aliens? You're in luck.</description>
+ <rating>1</rating>
+ </Movie>
+ <Movie>
+ <title>Cruel Intentions</title>
+ <thumb>http://impawards.com/1999/posters/cruel_intentions_ver1.jpg</thumb>
+ <description>Modern-day update of Les Liaisons Dangereuses. Better because it has nothing to do with the French.</description>
+ <rating>3</rating>
+ </Movie>
+ <Movie>
+ <title>Lord of War</title>
+ <thumb>http://www.impawards.com/2005/posters/lord_of_war_ver2.jpg</thumb>
+ <description>There are over 500 million fire arms in worldwide circulation. That is one fire arm for every twelve people on the planet. The only question is how do we arm the other eleven?</description>
+ <rating>4</rating>
+ </Movie>
+ <Movie>
+ <title>The Devil's Advocate</title>
+ <thumb>http://impawards.com/1997/posters/devils_advocate_ver1.jpg</thumb>
+ <description>An ambitious your district attorney joins a powerful New York law firm headed by the devil.</description>
+ <rating>4</rating>
+ </Movie>
+ <Movie>
+ <title>Team America: World Police</title>
+ <thumb>http://impawards.com/2004/posters/team_america_world_police.jpg</thumb>
+ <description>Hey terrorist, terrorize this.</description>
+ <rating>1</rating>
+ </Movie>
+</ListModel>