-
I am using Qucs-S 24.2 and want to use the application completely in dark mode. I have set two properties called "Panel icons theme" and "Components icon theme" to "dark" and restarted the application. However, nothing has changed. Could this be a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
It is not a bug. You cannot set the dark theme from application. The Qt application always uses the system theme. These settings were needed to set the inverse icons colors for the toolbars if the system wide theme was not recognized correctly. See #66 and #69. These settings are not needed anymore after switching to SVG icons. I forgot to remove it from the settings dialog. |
Beta Was this translation helpful? Give feedback.
-
My system theme is dark but the application doesn't recognize it for some reason. I use Windows 10. |
Beta Was this translation helpful? Give feedback.
-
This may be a restriction of the Qt toolkit for Windows. Qt applications for Linux platform use system theme without problem. There is no mean to set the theme from inside Qt application. |
Beta Was this translation helpful? Give feedback.
-
There is no such place. It is not possible to change the theme in Qt application manually by means of Qt. The Qt application can only take the system theme. |
Beta Was this translation helpful? Give feedback.
I've looked superficially, and it does seem like you can activate a desired theme programmatically, but perhaps I'm misunderstanding something. I haven't worked with Qt a lot.
I managed to start the application in a semi-dark mode (for Qt 5):
.\qucs-s.exe -platform windows:darkmode=2
Just to note: For Qt 6.5, it would be
-style fusion
.