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

--- Comment #4 from Christoph Cullmann <cullm...@kde.org> ---
(In reply to Ahmad Samir from comment #3)
> I think this can be fixed by using:
>     QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
>     QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);
> 
> but I am not sure we should do that in the dialog code; I think it should be
> in the application where the dialog(s) is launched from.

No, such stuff must be done by the application, preferable "before" the
application object is created.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to