Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
5.1.0 , 5.1.1
-
None
Description
When you are using the QML StackView, pushing a QQuickView from C+, and you want to delete the C+ pointer to the QQuickView, if you do it in the pop() method, the application crashes because the QQuickView is used by the StackViewDelegate.
Have onPopFinish and onPushFinish signals could be nice to be able to free memory.