Well, QML has JavaScript engine inside, so you can use it for whatever you could use any other general language.
In the Daily Wallpaper http://store.ovi.com/content/214273 for example, I am downloading the fresh wallpaper from flickr once a day and set it as a N9 lockscreen wallpaper. UI part was done first, so when I was building a non-GUI scheduled mode I just made Qt to instantiate engine and use already working QML code for figuring out the proper image for download. Cheers, Artem. On 1.12.2011, at 10.45, Jason H wrote: > Is it possible to repurpose QML for non-gui, specifically text stream output? > > Here's what I'm thinking... Have it render HTML. Or even.better yet, take the > Wt approach so QML can be, used for web interfaces! > > Is this possible? > > > > -J > > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-qml
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
