Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

qml_pluginpathlist

Returns the list of directories where the engine searches for native plugins for imported modules.

Syntax

  • p = qml_pluginpathlist()

Output argument

  • p - a string: path.

Description

Returns the list of directories where the engine searches for native plugins for imported modules.

See also

qml_addpluginpath.

Example

qml_pluginpathlist()

History

VersionDescription
1.0.0initial version

Author

Allan CORNET