[Interest] Linux: can't get small icon from QIcon

Alexander Dyagilev alervdvcw at gmail.com
Mon Feb 24 14:22:54 CET 2020


Sorry, there is a typo in the last line: app.setWindowIcon(pm) instead 
of app.setWindowIcon(icon).

On 2/24/2020 4:20 PM, Alexander Dyagilev wrote:
>
> QIcon icon(":/icon.ico");
> auto pm = icon.pixmap(QSize(32,32));
> app.setWindowIcon(icon);
>
>


More information about the Interest mailing list