|
%!s(int64=9) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=9) %!d(string=hai) anos | |
creating_the_plugin.md | %!s(int64=9) %!d(string=hai) anos | |
fileio_implementation.md | %!s(int64=9) %!d(string=hai) anos | |
finishing_touch.md | %!s(int64=9) %!d(string=hai) anos | |
formatting_the_table.md | %!s(int64=9) %!d(string=hai) anos | |
plugin_content.md | %!s(int64=9) %!d(string=hai) anos | |
reading_data.md | %!s(int64=9) %!d(string=hai) anos | |
summary.md | %!s(int64=9) %!d(string=hai) anos | |
the_application_window.md | %!s(int64=9) %!d(string=hai) anos | |
understanding_the_qml_run-time.md | %!s(int64=9) %!d(string=hai) anos | |
using_actions.md | %!s(int64=9) %!d(string=hai) anos | |
using_fileio.md | %!s(int64=9) %!d(string=hai) anos | |
writing_data.md | %!s(int64=9) %!d(string=hai) anos |
QML执行在受限的空间中,QML作为一种语言提供的功能有时是被限制的。通过C++写的本地函数可以扩展QML运行时的功能。应用程序可以充分利用基础平台的性能和自由度。