Nice to see Qt advancing steadily. Hoping that QML perf was particularly increased. The new WinRT and WP8 integration is nice to see. QQuickWidget is also a good idea, will allow for gradual migration of legacy QWidget apps to the new QML based world.
The new QML-to-C++ compiler also sounds interesting. I guess it is compiling to a mixture of plain C++ where possible (eg: simple arithmetic where deducible) and calls to some internal interpreter API for other parts. Looks like the compiler is not yet open-source?
The new QML-to-C++ compiler also sounds interesting. I guess it is compiling to a mixture of plain C++ where possible (eg: simple arithmetic where deducible) and calls to some internal interpreter API for other parts. Looks like the compiler is not yet open-source?