The QML Script Console
QML and Qt Quick
4
Posts
2
Posters
3.1k
Views
1
Watching
-
wrote on 6 May 2011, 08:55 last edited by
Greetings QML developers,
I created a little debugging utility for QML and as it seems to be more useful I thought I share it with you. The basic
idea is to introduce a "ScriptConsole" component to allow injecting JavaScript code at any point into your live application.More on the wiki: http://qt-project.org/wiki/QML_Script_Console
-
wrote on 5 Aug 2013, 21:30 last edited by
This sourcecode is not available anymore.
-
wrote on 6 Aug 2013, 09:15 last edited by
Brought it back. Check the new links on the wiki page.
-
wrote on 6 Aug 2013, 10:50 last edited by
Thanks for the swift response!