diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/kernel/qscreen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qscreen.cpp b/src/gui/kernel/qscreen.cpp index bfdcb37185b..b9786387826 100644 --- a/src/gui/kernel/qscreen.cpp +++ b/src/gui/kernel/qscreen.cpp @@ -67,6 +67,9 @@ QT_BEGIN_NAMESPACE desktop environment's settings panel, to let the user globally control UI and font sizes in different applications. + \note Both physical and logical DPI are expressed in device-independent dots. + Multiply by QScreen::devicePixelRatio() to get device-dependent density. + \inmodule QtGui */ |