diff options
Diffstat (limited to 'demos/declarative/phonebrowser/content/Star.qml')
-rw-r--r-- | demos/declarative/phonebrowser/content/Star.qml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/demos/declarative/phonebrowser/content/Star.qml b/demos/declarative/phonebrowser/content/Star.qml index ebcd78b..d53c529 100644 --- a/demos/declarative/phonebrowser/content/Star.qml +++ b/demos/declarative/phonebrowser/content/Star.qml @@ -1,13 +1,11 @@ Item { + property var rating + property var on + id: Container width: 24 height: 24 - properties: [ - Property { name: "rating" }, - Property { name: "on" } - ] - signals: Signal { name: "clicked" } |