Qt 6.11 is out! See what's new in the release
blog
How to set windows icon - close?
-
@TomNow99 said in How to set windows icon - close?:
Is there a simple way?
No. You need an image file and Qt does not provide it (it couldn't even if it wanted to, that stuff is copyrighted).
-
Hi,
One thing you can try is to use QStyle::standardPixmap with QStyle::SP_TitleBarCloseButton.