The QML Script Console
QML and Qt Quick
4
Posts
2
Posters
3.1k
Views
1
Watching
-
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
-
Brought it back. Check the new links on the wiki page.