<< qml_addimportpath | QML engine | qml_clearcomponentcache >> |
qml_addpluginpath(path) |
a string : valid path.
qml_addpluginpath adds path as a directory where the engine searches for native plugins.
By default, the list contains only .. The newly added path will be first in the qml_pluginpathlist.
qml_pluginpathlist()
qml_addpluginpath(tempdir)
qml_pluginpathlist()
qml_pluginpathlist, qml_addimportpath.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET