https://bugs.kde.org/show_bug.cgi?id=416201
--- Comment #4 from Fabian Vogt ---
(In reply to David Edmundson from comment #3)
> Interestingly Qt has a fallback path to handle platforms not handling
> physical size.
>
> QSizeF QPlatformScreen::physicalSize() const
> {
> static const int dpi =
https://bugs.kde.org/show_bug.cgi?id=416201
--- Comment #3 from David Edmundson ---
Interestingly Qt has a fallback path to handle platforms not handling physical
size.
QSizeF QPlatformScreen::physicalSize() const
{
static const int dpi = 100;
return QSizeF(geometry().size()) / dpi * qre
https://bugs.kde.org/show_bug.cgi?id=416201
--- Comment #2 from Fabian Vogt ---
(In reply to David Edmundson from comment #1)
> Or does Qt need to change to not ignore a bad physical size and assume 96?
> Projectors typically have no physical size.
X fakes the physical size of the screen itself
https://bugs.kde.org/show_bug.cgi?id=416201
David Edmundson changed:
What|Removed |Added
CC||k...@davidedmundson.co.uk
--- Comment #1 from