From 41766ac6d6e100b69d74c98edde60f0835b7da13 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 16 Jun 2021 10:08:43 +0200 Subject: 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 --- src/quicktemplates2/qquickpage.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit v1.2.3