[Interest] QML Runtime
Rutledge Shawn
Shawn.Rutledge at digia.com
Wed Jan 30 11:24:03 CET 2013
On 30 Jan 2013, at 10:24 AM, Mark Summerfield wrote:
> Hi,
>
> I noticed that last month there was a discussion on the dev mailing list
> about creating a qml runtime so that people could write pure QML
> programs with #!/usr/bin/qml (or presumably with a file association on
> Windows).
>
> I just wondered:
>
> - Is this likely to happen?
The patch is here
https://codereview.qt-project.org/#change,43540
so you can test it and see whether it works well enough for you.
> - How would it cope with qsTr()?
>
> - Would this mean that QML would be able to access all or most of the Qt
> C++ APIs (e.g., QFile, etc.)?
No, adding new QtQuick APIs is still more work that needs to be done.
More information about the Interest
mailing list