From b8e6e7996b65a704d12edb1e1907c5af8ec4e3fa Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Mon, 22 Apr 2013 12:02:45 +0200 Subject: Doc: Update Button::isDefault documentation Change-Id: Icda0e032122bff59d1a1691a2a475a0ecef80dc9 Reviewed-by: Jens Bache-Wiig Reviewed-by: Nico Vertriest --- src/controls/Button.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/controls/Button.qml') diff --git a/src/controls/Button.qml b/src/controls/Button.qml index 2b5df56a..ff84aecd 100644 --- a/src/controls/Button.qml +++ b/src/controls/Button.qml @@ -61,8 +61,9 @@ BasicButton { /*! This property holds whether the push button is the default button. Default buttons decide what happens when the user presses enter in a - dialog without giving a button explicit focus. \note This property is - ignored by Dialog. + dialog without giving a button explicit focus. \note This property only + changes the style of the button. The expected behavior needs to be + implemented by the user. The default value is \c false. */ -- cgit v1.2.1