aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickscrollbar.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2022-01-11 12:43:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-02 11:10:48 +0000
commitab238e839fc10a85a6711c429e883c7e839596f3 (patch)
tree304cbd04a9bd1eb300b366e36faff24e02e1f33f /src/quicktemplates2/qquickscrollbar.cpp
parent76c4767716e3f3225ac433fe41c23891f51bebcf (diff)
Doc: mention ScrollView in ScrollBar's documentation
Fixes: QTBUG-99124 Change-Id: I6152da783668eea121cb294a884f4ed3577cfbef Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> (cherry picked from commit 9052e09a21fd77c44127f9c75dc8aff8ae60184d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/quicktemplates2/qquickscrollbar.cpp')
-rw-r--r--src/quicktemplates2/qquickscrollbar.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickscrollbar.cpp b/src/quicktemplates2/qquickscrollbar.cpp
index 26053b3fcb..257722a4d3 100644
--- a/src/quicktemplates2/qquickscrollbar.cpp
+++ b/src/quicktemplates2/qquickscrollbar.cpp
@@ -63,6 +63,7 @@ QT_BEGIN_NAMESPACE
ScrollBar is an interactive bar that can be used to scroll to a specific
position. A scroll bar can be either \l vertical or \l horizontal, and can
be attached to any \l Flickable, such as \l ListView and \l GridView.
+ It can also be used with \l ScrollView.
\code
Flickable {
@@ -154,7 +155,7 @@ QT_BEGIN_NAMESPACE
visible.
\endlist
- \sa ScrollIndicator, {Customizing ScrollBar}, {Indicator Controls}
+ \sa ScrollIndicator, ScrollView, {Customizing ScrollBar}, {Indicator Controls}
*/
static const QQuickItemPrivate::ChangeTypes changeTypes = QQuickItemPrivate::Geometry | QQuickItemPrivate::Destroyed;