aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicklayouts/qquickstacklayout.cpp
diff options
context:
space:
mode:
authorJan Arve Sæther <jan-arve.saether@qt.io>2021-09-28 10:54:22 +0200
committerJan Arve Sæther <jan-arve.saether@qt.io>2021-10-21 17:33:58 +0200
commit803749e324adf33652642ed38abe92572d0a89b9 (patch)
tree7ff511175078801d5721f062518bdd9db95e4241 /src/quicklayouts/qquickstacklayout.cpp
parentc699225822e7ad111cc0827d00694b697e6d1a72 (diff)
Doc: Add references to the overview pages from each layout type
Previously, it only pointed from the overview pages down to the individual layout types, and not vice-versa. Pick-to: 6.2 Change-Id: Ic86e0e4e713ec00e582dc0a0a4a95903d53dac03 Reviewed-by: Samuel Ghinet <samuel.ghinet@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/quicklayouts/qquickstacklayout.cpp')
-rw-r--r--src/quicklayouts/qquickstacklayout.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/quicklayouts/qquickstacklayout.cpp b/src/quicklayouts/qquickstacklayout.cpp
index 19d0033e8b..434f387b3d 100644
--- a/src/quicklayouts/qquickstacklayout.cpp
+++ b/src/quicklayouts/qquickstacklayout.cpp
@@ -52,6 +52,10 @@
\brief The StackLayout class provides a stack of items where
only one item is visible at a time.
+ To be able to use this type more efficiently, it is recommended that you
+ understand the general mechanism of the Qt Quick Layouts module. Refer to
+ \l{Qt Quick Layouts Overview} for more information.
+
The current visible item can be modified by setting the \l currentIndex property.
The index corresponds to the order of the StackLayout's children.
@@ -98,6 +102,7 @@
\sa GridLayout
\sa RowLayout
\sa {QtQuick.Controls::StackView}{StackView}
+ \sa {Qt Quick Layouts Overview}
*/
QT_BEGIN_NAMESPACE