This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lenn
/
QmlBook-In-Chinese
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
fc77162132
Gałęzie
Tagi
master
QmlBook-In-Chin...
/
extending_qml_with_c++
caiwc
fc77162132
添加QML扩展章节。
9 lat temu
..
README.md
fc77162132
添加QML扩展章节。
9 lat temu
understanding_the_qml_run-time.md
fc77162132
添加QML扩展章节。
9 lat temu
README.md
C++扩展QML(Extending QML with C++)
QML执行在受限的空间中,QML作为一种语言提供的功能有时是被限制的。通过C++写的本地函数可以扩展QML运行时的功能。应用程序可以充分利用基础平台的性能和自由度。