summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2011-09-22 11:48:41 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2011-09-22 11:48:41 +0200
commita54b057222b194f1d1d244c3bff162e5e537f074 (patch)
tree0e80f9062569419378f6414677aa62cff281679c /examples
parentc0cbf75a41b3c2b9d6ad5aa31b2bc95c16c181f1 (diff)
downloadqtquickcontrols-a54b057222b194f1d1d244c3bff162e5e537f074.tar.gz
Add support for themed icons on MenuAction
Diffstat (limited to 'examples')
-rw-r--r--examples/Gallery.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Gallery.qml b/examples/Gallery.qml
index 4d2b3416..1e4fa44f 100644
--- a/examples/Gallery.qml
+++ b/examples/Gallery.qml
@@ -179,9 +179,9 @@ Rectangle {
ContextMenu {
id: editmenu
- MenuItem { text: "Copy" }
- MenuItem { text: "Cut" }
- MenuItem { text: "Paste" }
+ MenuItem { text: "Copy" ; iconName: "edit-copy" }
+ MenuItem { text: "Cut" ; iconName: "edit-cut" }
+ MenuItem { text: "Paste" ; iconName: "edit-paste" }
}
MouseArea {
anchors.fill: parent