Skip to content

Use icon themes in QPrintPreviewDialog [if they exist]

This is a backport of the 6.20 fix for QTBUG-85879

It modifies QPrintPreviewDialog to use QIcon::fromTheme(name) to lookup theme icons and only use the embedded ones if former are unavailable.

No changes were made to the original patch, except obviously for dropping the CMakeLists.txt adjustments.

Edited by Dawid Wrobel

Merge request reports