-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Blurry icons on HiDPI #304
Comments
Yes, I am aware about issues with icons. The same appears using KDE on Linux and display scaling. The icons in the Qucs-S are designed as fixed resolution 22x22 PNG bitmaps. These icons still be inherited from Qt3 version. And this will look poor when using HiDPI resolution. The only solution for this issue is to redesign all button icons located in Summarizing all above, don't expect the icons to be fixed in the near years, unless someone will redesign the icons and propose a PR. |
I have started to replace toolbar icons by standard SVG icons from KDE Oxygen theme. This icon set should look good for both dark and light desktop themes. The most of toolbar icons could be replaced by standard icons. But 9 icons should be designed from scratch. Probably Oxygen icons could be used as template. I have uploaded updated icons to the I don't consider the redesign of components icons because a huge amount of work. |
I have finished update of the toolbar icons. The result could be seen on the screenshot. I am planning to include updated icons in the next release. The following tasks are remaining:
|
See #323 |
I have added update for toolbar and dialog icons. The automatic generation of component icons will be added later. Issue still open. |
See #332 for diagram and paintings icons |
See #334 for icons rendering. Here is the new application look. |
Amazing work! |
I can do a sanity check on my retina Mac later next week. But this seems fantastic, great job! |
@hugolundin Thanks for testing on MacOS! I am planning to prepare the release packages by the end of this week. |
Icons are blurry when using macOS with High DPI (Retina). See the attached image (click to open the image in full screen to really see how they look).
It seems like Qt should have means for solving this: https://doc.qt.io/qt-6/highdpi.html
TODO from @ra3xdh :
The text was updated successfully, but these errors were encountered: