diff options
author | Jens Bache-Wiig <jens.bache-wiig@digia.com> | 2013-02-27 18:50:50 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-27 19:15:26 +0100 |
commit | 4773418916deaaf9ad5fb1d283c719b60c6d8b1f (patch) | |
tree | 2c058c07be434e4a715673d1cc9ee231351212e9 /src/controls/ToolButton.qml | |
parent | cddcc3c81e791f88717fee80766523bb0ef3d171 (diff) | |
download | qtquickcontrols-4773418916deaaf9ad5fb1d283c719b60c6d8b1f.tar.gz |
Make the doc index page actually useful
Improved group labels and added direct links from the
index page.
Change-Id: I856df138880b1aac8c574f676424ac4644e298f9
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/ToolButton.qml')
-rw-r--r-- | src/controls/ToolButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml index 5a756d2a..02c98a07 100644 --- a/src/controls/ToolButton.qml +++ b/src/controls/ToolButton.qml @@ -47,7 +47,7 @@ import "Styles/Settings.js" as Settings \qmltype ToolButton \inqmlmodule QtQuick.Controls 1.0 \ingroup applicationwindow - \brief ToolButton provides a button type that is typically used within a ToolBar + \brief ToolButton provides a button type that is typically used within a ToolBar. ToolButton is functionally similar to \l Button but can provide a look that is more suitable within a \l ToolBar. |