Use Qt::AA_UseHighDpiPixmaps
Closed this issue · 2 comments
jcfr commented
@dzenanz Instead of this approach (which lead to huge logo in the case of non-dpi), I suggest we use Qt::AA_UseHighDpiPixmaps
.
dzenanz commented
That was basically a quick fix. A proper support for varying DPI would be great!
jcfr commented
Closing. Issues related to high dpi have been addressed in these commits:
- ce3355b23 (BUG: Remove device pixel ratio)
- Slicer/Slicer@11ac58706 (ENH: Improve resolution of splashscreen and welcome icon)
- Slicer/Slicer@d2d11ddf8 (ENH: Switch to new Slicer logo in module panel)