Simple wrapper to QQuick Styles that is used to gather info on QQuick.Controls 2.0 Themes
Warning I am sure that this will not be around for that long as I am sure that QQuickStyles will get all this in a non private file.
qmake
make
make install
Please see the example
works like so,
- Make a qtquickcontrols2.conf and add it to your qrc system
- (optional) In your main or where ever add QQuickStyle::setStyle("Material"); | or whatever theme you are using.
- make sure that the plugin is istalled (see building)
coming soon