aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquicktabbutton.cpp
diff options
context:
space:
mode:
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}
*/