All pastes #2057024 Raw Edit

Untitled

public text v1 · immutable
#2057024 ·published 2011-05-11 20:46 UTC
rendered paste body
diff --git a/examples/meego-ux-components-tutorial/step6/Page1.qml b/examples/me
index 59a660a..8913443 100644
--- a/examples/meego-ux-components-tutorial/step6/Page1.qml
+++ b/examples/meego-ux-components-tutorial/step6/Page1.qml
@@ -8,13 +8,14 @@ AppPage {
     pageTitle: "ModalDialog Test"
     anchors.fill: parent
 
-    Button {
+    IconButton {
         id: button
 
         anchors.centerIn: parent
         width:  300
         height:  80
-        text: "Show ModalMessageBox"
+        icon: "image://themedimage/icons/actionbar/call-audio-start"
+        iconDown: "image://themedimage/icons/actionbar/call-audio-stop"
 
         onClicked: {
             messageBox.show()