-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Description
I use HiDPI scaling 150% on my monitor. It also affects QV. If you zoom in to 100%, it will actually display at 150%.
I have the workaround for this:
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
QApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::Floor);But it also makes the interface small, so I think it would be nice to be able to disable HiDPI scaling only for images, but still scale the interface.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels