summaryrefslogtreecommitdiff
path: root/src/controls/Button.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-04-22 12:02:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-23 12:26:36 +0200
commitb8e6e7996b65a704d12edb1e1907c5af8ec4e3fa (patch)
tree2b287ab3c13779ab1262097544bbbf002e32b6f7 /src/controls/Button.qml
parent45344bb98a9f94da705b8f9d076861f57ef24fec (diff)
downloadqtquickcontrols-b8e6e7996b65a704d12edb1e1907c5af8ec4e3fa.tar.gz
Doc: Update Button::isDefault documentation
Change-Id: Icda0e032122bff59d1a1691a2a475a0ecef80dc9 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Diffstat (limited to 'src/controls/Button.qml')
-rw-r--r--src/controls/Button.qml5
1 files changed, 3 insertions, 2 deletions
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.
*/