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:
7add33cda1
Gałęzie
Tagi
master
QmlBook-In-Chin...
/
extending_qml_with_c++
caiwc
7add33cda1
添加创建插件内容。
10 lat temu
..
README.md
fc77162132
添加QML扩展章节。
10 lat temu
creating_the_plugin.md
7add33cda1
添加创建插件内容。
10 lat temu
plugin_content.md
697a0c9ba3
添加插件内容章节。
10 lat temu
understanding_the_qml_run-time.md
fc77162132
添加QML扩展章节。
10 lat temu
README.md
C++扩展QML(Extending QML with C++)
QML执行在受限的空间中,QML作为一种语言提供的功能有时是被限制的。通过C++写的本地函数可以扩展QML运行时的功能。应用程序可以充分利用基础平台的性能和自由度。