[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to enable dark mode in gambas qt5 application in ubuntu?
[Thread Prev] | [Thread Next]
- Subject: Re: How to enable dark mode in gambas qt5 application in ubuntu?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Thu, 13 Jun 2024 02:57:34 +0100
- To: Gambas Mailing List <user@xxxxxxxxxxxxxxxxxxxxxx>
On Thu, 13 Jun 2024 at 02:54, Bruce Steers <bsteers4@xxxxxxxxx> wrote: > You can force it with the env > > Env["GB_GUI_DARK_THEME"] = 1 > > Set before any gui component loads > but that will "force" dark theme not "detect" it. > > Perhaps if you add a "Force dark theme" option to your program to choose? > But i guess really it's a bug that it's not detected in your case. > > Respects > BruceS > > PS. with latest master gambas Application.DarkTheme is no longer read-only and can be used to force a darktheme choice.
How to enable dark mode in gambas qt5 application in ubuntu? | Safiur Rahman <isafiur@xxxxxxxxx> |
Re: How to enable dark mode in gambas qt5 application in ubuntu? | Bruce Steers <bsteers4@xxxxxxxxx> |