You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may fix it. I used a QSVGWidget to directly display an svg file. Therefore it requires different svg files for white or black icons (depending on the window theme). I only found the maximize and restore icons in a Microsoft GitHub repository, so I quickly created the others myself. It might be possible to change the svg colors dynamically using QSvgWidget::load(const QByteArray &contents) and switching the colors using QByteArray functionalities.
scale 100%
scale 125%
scale 150%
As you see, the icons becomes more pixelated.
I am using: Windows 11 with Qt 6.4.0
The text was updated successfully, but these errors were encountered: