Skip to content

[Feature request] HiDPI scaling images #197

@eddiezato

Description

@eddiezato

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions