Extending QML with C++
用C++扩展QML
Creating application using only QML can sometimes be limiting. The QML run-time is developed using C++, and the run-time environment can be extended, making it possible to make use of the full performance and freedom of the surrounding system.
仅使用QML创建应用程序有时会受到限制。使用C++开发QML运行时,可以扩展运行时环境,使其能够充分利用周围系统的充分性能和自由度。