Qt5 and system-wide dark mode
-
I'm working on a multi-platform application which currently offers users to manually toggle light-mode and dark-mode by applying custom stylesheets.
However, macOS added support for setting Dark Mode system-wide (source).
With this in mind, does anyone know if Qt offers any support for dark mode, and detecting/announcing system-wide changes set by the underlying OS?