diff options
Diffstat (limited to 'src/controls/Button.qml')
| -rw-r--r-- | src/controls/Button.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/controls/Button.qml b/src/controls/Button.qml index 2418bfa2d..1a9b198eb 100644 --- a/src/controls/Button.qml +++ b/src/controls/Button.qml @@ -57,8 +57,7 @@ import QtQuick.Controls.Private 1.0 Button is similar to the QPushButton widget. You can create a custom appearance for a Button by - assigning a ButtonStyle. - + assigning a \l ButtonStyle. */ BasicButton { id: button @@ -66,7 +65,7 @@ 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 only - changes the style of the button. The expected behavior needs to be + changes the appearance of the button. The expected behavior needs to be implemented by the user. The default value is \c false. |
