summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml
diff options
context:
space:
mode:
authorIan Walters <ian.walters@nokia.com>2009-04-30 00:18:49 (GMT)
committerIan Walters <ian.walters@nokia.com>2009-04-30 00:18:49 (GMT)
commit54839beaabb62da8ca238b64683b56e66e1ff10b (patch)
tree184394839eaf3769c37d4f38fea603f93d915ea8 /examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml
parent7a60538c0c12245e8b542a477bcaabac0b9de345 (diff)
parent4f98e50ef93f213cc47e5f49cd844b27b8115f99 (diff)
downloadQt-54839beaabb62da8ca238b64683b56e66e1ff10b.zip
Qt-54839beaabb62da8ca238b64683b56e66e1ff10b.tar.gz
Qt-54839beaabb62da8ca238b64683b56e66e1ff10b.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts: examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton2.qml examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton3.qml examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton4.qml examples/declarative/tutorials/contacts/1_Drawing_and_Animation/RemoveButton5.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField1.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField2.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField3.qml examples/declarative/tutorials/contacts/2_Reuse/ContactField4.qml examples/declarative/tutorials/contacts/2_Reuse/FieldText3.qml examples/declarative/tutorials/contacts/2_Reuse/FieldText4.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton1.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton2.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton3.qml examples/declarative/tutorials/contacts/2_Reuse/RemoveButton4.qml examples/declarative/tutorials/contacts/3_Collections/Button.qml examples/declarative/tutorials/contacts/3_Collections/ContactField.qml examples/declarative/tutorials/contacts/3_Collections/FieldText.qml examples/declarative/tutorials/contacts/3_Collections/RemoveButton.qml
Diffstat (limited to 'examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml')
-rw-r--r--examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml b/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml
index a222734..309ee5a 100644
--- a/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml
+++ b/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml
@@ -30,7 +30,7 @@ Rect {
anchors.right: parent.right
anchors.rightMargin: 4
anchors.verticalCenter: parent.verticalCenter
- src: "../../shared/pics/trash.png"
+ source: "../../shared/pics/trash.png"
opacity: 1
MouseRegion {
anchors.fill: parent
@@ -44,7 +44,7 @@ Rect {
anchors.right: parent.right
anchors.rightMargin: 4
anchors.verticalCenter: parent.verticalCenter
- src: "../../shared/pics/cancel.png"
+ source: "../../shared/pics/cancel.png"
opacity: 0
MouseRegion {
anchors.fill: parent
@@ -58,7 +58,7 @@ Rect {
anchors.left: parent.left
anchors.leftMargin: 4
anchors.verticalCenter: parent.verticalCenter
- src: "../../shared/pics/ok.png"
+ source: "../../shared/pics/ok.png"
opacity: 0
MouseRegion {
anchors.fill: parent