Is there a material theme for QtWidgets?
-
I see there is one for QtQuick but how about QtWidgets?
If you don't know what material theme is: https://material.io/design/introduction/#principles
-
Widgets are styled using stylesheets (http://doc.qt.io/qt-5/stylesheet-examples.html),
Try googleing this:
qt stylesheet material design -
Hi
I also saw this one
https://github.com/laserpants/qt-material-widgets
but never tested it. -
Hi
I also saw this one
https://github.com/laserpants/qt-material-widgets
but never tested it.@mrjj, per
github.com/laserpants/qt-material-widgets/issues/59, it's a little outdated now, in comparison to the Qt Quick style.reddit.com/r/QtFramework/comments/dzbnr5discusses this.