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.

💡 Example

qml_pluginpathlist()

🔗 See also

qml_addpluginpath.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?