Doc: update information about creating buttons

Update screen shots

Change-Id: I09e3b3cd496c338ce390c3a82bd7468b7be0b97f
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Leena Miettinen
2012-04-12 15:01:58 +02:00
parent 9d263a1b34
commit 17be75b9cf
5 changed files with 21 additions and 16 deletions

View File

@@ -1,8 +1,12 @@
Item {
//! [properties and signal definitions]
property string text: ""
property int fontSize: 44
property int fontSize: 10
signal clicked
width: 60
height: 40
//! [properties and signal definitions]
}