summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/contacts/2_Reuse/3/RemoveButton.qml
diff options
context:
space:
mode:
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