Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icons become more pixelated as scale increases #31

Closed
Matronicz opened this issue Mar 24, 2023 · 4 comments
Closed

icons become more pixelated as scale increases #31

Matronicz opened this issue Mar 24, 2023 · 4 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Matronicz
Copy link

scale 100%
image
scale 125%
image
scale 150%
image
As you see, the icons becomes more pixelated.

I am using: Windows 11 with Qt 6.4.0

@antonypro
Copy link
Owner

@Majticz: Thanks for reporting.

This problem will be solved in next version.

@antonypro antonypro added bug Something isn't working enhancement New feature or request labels Mar 28, 2023
@galvinhoang
Copy link

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.

FIX.zip

@antonypro
Copy link
Owner

@galvinhoang: Thanks for suggest a solution, but i believe that i have a working solution to be published soon!

My problem is have time to develop and test QGoodWindow, which delays the next version release.

@antonypro
Copy link
Owner

@Majticz and @galvinhoang: This bug was solved on version 2.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants