summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-11-27 12:12:46 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-27 16:43:38 +0000
commitec8437ce8ec1f505aafd2575cbdf996812e4fe55 (patch)
tree4c8719bfd50d08c2f470061090c6d3e801b4c7f6
parentdedea875a5903e423a52c1ab698f6f93c245bbee (diff)
downloadqtdoc-ec8437ce8ec1f505aafd2575cbdf996812e4fe55.tar.gz
Mention high-DPI in Qt 6 porting guide
Change-Id: I86932b83774e92071103cbcea361c1379be091fa Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit e5a8bfdea883f6124439f6b5e68ae6341c3441af) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/porting.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/porting.qdoc b/doc/src/porting.qdoc
index a73c1138..c00c6998 100644
--- a/doc/src/porting.qdoc
+++ b/doc/src/porting.qdoc
@@ -92,6 +92,13 @@ applications are unchanged from Qt 5.
applications
\endlist
+\section2 High-DPI
+
+Qt 6 supports high-DPI displays on all platforms, and will automatically account
+for the display resolution when using higher level APIs such as Qt Widgets
+or Qt Quick. Applications only need to provide high-resolution assets,
+such as images and icons. The feature is always enabled. See \l{High DPI}
+for more details.
\section1 Use the Platform Integration APIs