Skip to content

Prefer handling QIcon over QPixmap

Nicolas Fella requested to merge work/icons into master

Using QIcon is more convenient since we don't need to worry about pixmap sizes.

In some places this improves the rendering on highdpi screens.

Merge request reports