Fix spelling issues in qhighdpiscaling.cpp
Change-Id: I4ca5a2e79ff88a664505273d2a9f38b1b499076c Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
a71fdceae2
commit
fddcb19de1
@ -129,7 +129,7 @@ static inline qreal initialGlobalScaleFactor()
|
||||
|
||||
Note that the functions in this file do not work with the OS scale factor
|
||||
directly and are limited to converting between device independent and native
|
||||
pixels. The OS scale factor is accunted for by QWindow::devicePixelRatio()
|
||||
pixels. The OS scale factor is accounted for by QWindow::devicePixelRatio()
|
||||
and similar functions.
|
||||
|
||||
Configuration Examples:
|
||||
@ -168,7 +168,7 @@ static inline qreal initialGlobalScaleFactor()
|
||||
|
||||
1) A global scale factor
|
||||
The QT_SCALE_FACTOR environment variable can be used to set
|
||||
a global scale factor for all windows in the processs. This
|
||||
a global scale factor for all windows in the process. This
|
||||
is useful for testing and debugging (you can simulate any
|
||||
devicePixelRatio without needing access to special hardware),
|
||||
and perhaps also for targeting a specific application to
|
||||
@ -204,7 +204,7 @@ static inline qreal initialGlobalScaleFactor()
|
||||
T fromNativePixels(T, QWindow*)
|
||||
|
||||
The following classes in QtGui use native pixels, for the convenience of the
|
||||
plataform plugins:
|
||||
platform plugins:
|
||||
QPlatformWindow
|
||||
QPlatformScreen
|
||||
QWindowSystemInterface (API only - Events are in device independent pixels)
|
||||
|
Loading…
Reference in New Issue
Block a user