forked from qt-creator/qt-creator
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:
@@ -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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user