-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Suggestion
Enable fully unloading Qml plugins.
Add warnings / documentation to QPluginLoader for cases where a plugin cannot be fully and safely unloaded.
Use case:
Application has a set of plugins that may be installed / uninstalled during runtime. Plugins provide different versions of similar QML content which would be loaded based on plugin selection.
Content needs to be placed in a plugin because it can be updated.