summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-06-23 15:18:27 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-06-24 12:56:15 +0300
commit2397c22d696aace2a7f88dd4cd1f7e8a8af1133c (patch)
tree76df898d9ceb532554acef32655282d626970196 /src
parentb42bb96dcd3dcad34cf9bf8476689149d84f0260 (diff)
Document the physical screen size override in settings
Task-number: QTEE-949 Change-Id: I09ec569e83a7602e25271360345c071a2efc8f18 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/doc/src/qtee-customization.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc
index fa3186c..272bc07 100644
--- a/src/doc/src/qtee-customization.qdoc
+++ b/src/doc/src/qtee-customization.qdoc
@@ -184,6 +184,20 @@
For more information, see the Raspberry Pi documentation on
\l{http://www.raspberrypi.org/documentation/configuration/config-txt.md}{config.txt}.
+ \section1 Configuring the physical screen size for scalable user interfaces
+
+ The \e {\B2Q demo launcher} and Qt Quick Controls scale automatically to screens of
+ different sizes, from 7" touchscreens to 60" or larger TVs to ensure readability and
+ touch friendliness. For this, Qt has to know the physical dimensions of the screen. By
+ default it tries to query these values from the framebuffer devices. Many kernel
+ drivers do not provide this information, however.
+
+ To override and manually set a desired screen size, go the Launcher Settings view and
+ check the \e {Override physical screen size} checkbox. Adjust the slider to the
+ desired size. The aspect ratio is assumed to be 16:9. Then tap the reboot button or
+ restart your application. The controls will adjust their sizes based on the new
+ settings.
+
\section1 Switching Between Portrait and Landscape Views
Depending on device screen dimensions and application requirements, it might