This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
lenn
/
QmlBook-In-Chinese
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
fc77162132
Větve
Značky
master
QmlBook-In-Chin...
/
extending_qml_with_c++
caiwc
fc77162132
添加QML扩展章节。
před 10 roky
..
README.md
fc77162132
添加QML扩展章节。
před 10 roky
understanding_the_qml_run-time.md
fc77162132
添加QML扩展章节。
před 10 roky
README.md
C++扩展QML(Extending QML with C++)
QML执行在受限的空间中,QML作为一种语言提供的功能有时是被限制的。通过C++写的本地函数可以扩展QML运行时的功能。应用程序可以充分利用基础平台的性能和自由度。