> Sent: Friday, July 06, 2018 at 4:50 AM > From: "Shawn Rutledge" <[email protected]> > To: "[email protected]" <[email protected]> > Subject: [Development] Dark mode, palettes, styles etc. > > > > On 4 Jul 2018, at 16:19, Morten Sørvig <[email protected]> wrote: > > > > Hi all, > > > > macOS 10.14 is now in (public) beta and we've had some time to test Qt on > > it. > > > > ... ... > > will indicate that the app _does_ support dark mode, and Qt will get out > > of the way and not apply its disable. Setting it to true will insulate the > > app against any changes in the Qt default. > > I would like to see this feature as a cross-platform feature rather than > mac-specific. > ... > There is talk of rearchitecting QStyle in Qt 6. IMO this is a very important > feature we should take into account.
QStyle should be usable with QtQuick, but without requiring linking of widgets, that is to say there needs to be a QQuickStyle class or something. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
