Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Material design without QML
-
Hello,
I have a Qt GUI application that I developed using c++ (no QML).
I was trying to apply material style according to this (https://doc.qt.io/qt-5/qtquickcontrols2-styles.html) but I think it is only for QML.
How can I easily apply material design?
Thanks
-
Hi
Material styles are not available for QWidgets.
But i found this on the net that was quite nice
https://github.com/laserpants/qt-material-widgets
-
Thank you.
Do you know if there is an easy way to use the build-in one available in QML?
-
@enne9
hi
As far as i know, build-ins can only be used with a QML app. for the QMl elements.
Will not have any effect on QWidgets as they are entirely another beast.Or do you mean to use the build-ins IN QML ?