https://bugs.kde.org/show_bug.cgi?id=421634

--- Comment #1 from David Hurka <david.hu...@mailbox.org> ---
QWidget, being a QPaintDevice, returns its size in Device Independent Pixels.
That is the actual size / scaling factor. The intention is to let QPainter
operations operate with the same Device Independent Pixels on any QPaintDevice,
and QWidget will render painting operations in the correct display resolution.

Considering that, returning 1280x720 as the widget size is correct.

Sorry, this is for sure not the information you are looking for, and you
probably already know that. Specifically, I can’t tell why the widget returns
different sizes, and don’t know the painting code of the presentation widget.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to