summaryrefslogtreecommitdiffstats
path: root/demos/declarative/phonebrowser/content/Star.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/phonebrowser/content/Star.qml')
-rw-r--r--demos/declarative/phonebrowser/content/Star.qml12
1 files changed, 4 insertions, 8 deletions
diff --git a/demos/declarative/phonebrowser/content/Star.qml b/demos/declarative/phonebrowser/content/Star.qml
index ebcd78b..cdbb28b 100644
--- a/demos/declarative/phonebrowser/content/Star.qml
+++ b/demos/declarative/phonebrowser/content/Star.qml
@@ -1,16 +1,12 @@
Item {
+ property var rating
+ property var on
+ signal clicked
+
id: Container
width: 24
height: 24
- properties: [
- Property { name: "rating" },
- Property { name: "on" }
- ]
-
- signals: Signal {
- name: "clicked"
- }
Image {
id: Image
source: "pics/ghns_star.png"