summaryrefslogtreecommitdiff
path: root/src/controls/ToolButton.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-27 18:50:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-27 19:15:26 +0100
commit4773418916deaaf9ad5fb1d283c719b60c6d8b1f (patch)
tree2c058c07be434e4a715673d1cc9ee231351212e9 /src/controls/ToolButton.qml
parentcddcc3c81e791f88717fee80766523bb0ef3d171 (diff)
downloadqtquickcontrols-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.qml2
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.