aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquicktabbutton.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-10-13 13:54:22 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-10-13 13:35:11 +0000
commit0e74ddf7183b9dd24cece15ac54d6cfc4a28eff6 (patch)
tree7f0b394154cc69c1679ede3591fe61748054e1e5 /src/quicktemplates2/qquicktabbutton.cpp
parent416ce4ee480fb42764065af76826b7910faf42c1 (diff)
TabButton: fix documentation review findings
Change-Id: I5c4671a07192979d3e8e600fcae3d05d3a103323 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquicktabbutton.cpp')
-rw-r--r--src/quicktemplates2/qquicktabbutton.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquicktabbutton.cpp b/src/quicktemplates2/qquicktabbutton.cpp
index 6c8ba1f4..3f097947 100644
--- a/src/quicktemplates2/qquicktabbutton.cpp
+++ b/src/quicktemplates2/qquicktabbutton.cpp
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
\inqmlmodule QtQuick.Controls
\since 5.7
\ingroup qtquickcontrols2-navigation
- \brief A tab button control that can be found on a TabBar.
+ \brief A tab button control that can be used in a TabBar.
\image qtquickcontrols2-tabbutton.png
@@ -56,6 +56,10 @@ QT_BEGIN_NAMESPACE
\snippet qtquickcontrols2-tabbutton.qml 1
+ TabButton inherits its API from AbstractButton. For instance, you can set
+ \l {AbstractButton::text}{text}, and react to \l {AbstractButton::clicked}{clicks}
+ using the AbstractButton API.
+
\sa TabBar, {Customizing TabButton}, {Button Controls}, {Navigation Controls}
*/