[Qt-qml] QML without GUI?
Artem Marchenko
artem.marchenko at gmail.com
Thu Dec 1 11:01:11 CET 2011
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
> Qt-qml at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-qml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20111201/7b0cf29c/attachment.html
More information about the Qt-qml
mailing list