summaryrefslogtreecommitdiffstats
path: root/examples/declarative/listview/recipes.qml
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-05 00:43:51 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-05 00:43:51 (GMT)
commit22959526d81bfd2195d389eddc88c626350b6925 (patch)
treeb3dd0df107e4e15ded2b30e40ae4d721428bf61c /examples/declarative/listview/recipes.qml
parent0e75846b831bbeb4794cc4e3d00cd3096726d35e (diff)
parentfab8fa152901cb84132f11b52f950c0dbb6d7a23 (diff)
downloadQt-22959526d81bfd2195d389eddc88c626350b6925.zip
Qt-22959526d81bfd2195d389eddc88c626350b6925.tar.gz
Qt-22959526d81bfd2195d389eddc88c626350b6925.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'examples/declarative/listview/recipes.qml')
-rw-r--r--examples/declarative/listview/recipes.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/declarative/listview/recipes.qml b/examples/declarative/listview/recipes.qml
index db9ef61..28785f1 100644
--- a/examples/declarative/listview/recipes.qml
+++ b/examples/declarative/listview/recipes.qml
@@ -16,11 +16,8 @@ Rect {
// We can bind multiple element's opacity to this one property,
// rather than having a "SetProperty" line for each element we
// want to fade.
- properties: Property {
- name: "detailsOpacity"
- value: 0
- type: "real"
- }
+ property real detailsOpacity : 0
+
// A simple rounded rectangle for the background
Rect {
id: background