summaryrefslogtreecommitdiff
path: root/src/controls/Button.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-03-06 12:58:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-06 14:40:16 +0100
commit58a264a1fc51f10f8f354b3c55d61051295fc233 (patch)
tree5ce77e8ced980cd059964812c90531abea93fa8f /src/controls/Button.qml
parent813c39f3c4f7748e68e6e3473e3a7c6a34613ed3 (diff)
downloadqtquickcontrols-58a264a1fc51f10f8f354b3c55d61051295fc233.tar.gz
Renamed Button::defaultbutton to Button::isDefault
Change-Id: I5fb48bfc6d0378ba71d914fc48a77a8911ec9b32 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@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 e3f6f58c..9d066f62 100644
--- a/src/controls/Button.qml
+++ b/src/controls/Button.qml
@@ -61,9 +61,10 @@ 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 currently ignored by Dialog
+ \note This property is currently ignored by Dialog
+ The default value is \c false.
*/
- property bool defaultbutton: false
+ property bool isDefault: false
/*! This property holds the text shown on the button.
If the button has no text, the \l text property will be an empty string. */