aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-06-16 10:08:43 +0200
committerMitch Curtis <mitch.curtis@qt.io>2021-06-16 15:15:18 +0200
commit41766ac6d6e100b69d74c98edde60f0835b7da13 (patch)
treecae306097e836aaa6c1d68b593b2266187fec02d /src/quicktemplates2
parentef91fb8ca4b44f94185f02c5cb229b67a9dce860 (diff)
Doc: make it clear that Page doesn't render its title text
This is demonstrated in the example, but it's better to make it clear. Pick-to: 5.15 6.1 6.2 Change-Id: Ie5efcca2256da6a03d31df9cf045f4a97d1ad1ed Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/quicktemplates2')
-rw-r--r--src/quicktemplates2/qquickpage.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickpage.cpp b/src/quicktemplates2/qquickpage.cpp
index 03955ca6..86470ebe 100644
--- a/src/quicktemplates2/qquickpage.cpp
+++ b/src/quicktemplates2/qquickpage.cpp
@@ -257,6 +257,9 @@ QQuickPage::~QQuickPage()
The title is often displayed at the top of a page to give
the user context about the page they are viewing.
+ Page does not render the title itself, but instead relies
+ on the application to do so. For example:
+
\code
ApplicationWindow {
visible: true