-
Notifications
You must be signed in to change notification settings - Fork 37
Adds 3 theme options - native, light, dark #718
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
base: master
Are you sure you want to change the base?
Conversation
|
@kyleboyle one thing I noticed with playing with this some is the inactive colors are not right when switching from native. Notice like the dxcluster send text box and the cw console: |
|
Ok cool I'll take a look. We should have full control over the colours used for either the light or dark settings. |
|
I see where @foldynl is working on this in a testing branch. I was just looking at the code at the setLightMode and it would open the doors for a few other theme options: ` } |
|
Yes, I have rebased this PR and modified/fxed it in a new branch. I plan to release it in the next release. As for other themes, I don’t think this is the right approach. Qt itself already has styles that can be set using the |



Allow QLog to adapt to the user's native theme, or allow the user to force a QLog defined light or dark theme independent of the user's current operating system settings.
I did not rename settings so as to allow the existing settings to operate as intended without migrations.
Kapture.2025-07-27.at.17.10.57.webm