On Mon, Jun 20, 2011 at 12:01 PM, Savio Sebastian < [email protected]> wrote:
> Hi all, > Is there a way by which we can implement the theming in qml. > So that we can change the themes on the fly > > Hi Savio, You may look at the RSS reader example code to get an idea on how to change a QML application's theme on the fly: http://www.developer.nokia.com/Develop/Qt/QML_templates/?sf1269404=1 The idea is to create a QML file containing your theme, for example "DarkTheme.qml" and use a loader to load and apply the theme during run time. thanks, Sarvesh Saran
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
