qskinny
qskinny copied to clipboard
Cleanup of scene graph nodes after leaving the scene
When a QQuickItem is removed from the scene ( window ) nobody takes care of its scene graph nodes and they usually end up as memory leaks.
A workaround ( used in QskInputContext ) is to set the item to invisible as in this case the CleanupOnVisibility feature does the job.