[vlc-devel] [PATCH 4/4] Qt: set proper vout size on hidpi setups

Анатолий Аниськович lin.aaa.lin at gmail.com
Mon Aug 8 07:10:00 CEST 2016


2016-08-07 17:02 GMT+03:00 Jean-Baptiste Kempf <jb at videolan.org>:
> We do not want estimates for the video output.

http://code.qt.io/cgit/qt/qtbase.git/tree/src/gui/kernel/qhighdpiscaling_p.h
http://code.qt.io/cgit/qt/qtbase.git/tree/src/gui/kernel/qhighdpiscaling.cpp

Here how Qt handle HiDPI. Note the toNativePixels() and
fromNativePixels() implementations. That's part of the private API and
we less likely want to use it.


More information about the vlc-devel mailing list