Material Style Preview in Qt Quick Designer
Unsolved
QML and Qt Quick
-
I'm using a customized material style for my application by setting
QQuickStyle::setStyle("Material");
in main() and defining Material.theme and Material.accent for my elements. However, while using Qt Quick Designer of Qt Creator I don't get any preview of the particular style, which makes it quite hard to properly align and see the elements. When running the application, material style is successfully used.Is there a way to make Qt Quick Designer use the material style while setting the elements?
[Duplicate of https://forum.qt.io/topic/99347/qtquick-controls-material-preview-in-designer-possible. But still looking for an answer.]