You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When unloading a QML component that contains a Python QML element (in my case through QmlLive feature of QtCreator, i.e. QQuickView->setSource(..)), the python interpreter seems to stay alive.
The reload of the parent component succeeds, but then the python interpreter seems to have kept its state, and does not re-execute the code from the module imports..
The text was updated successfully, but these errors were encountered:
When unloading a QML component that contains a Python QML element (in my case through QmlLive feature of QtCreator, i.e. QQuickView->setSource(..)), the python interpreter seems to stay alive.
The reload of the parent component succeeds, but then the python interpreter seems to have kept its state, and does not re-execute the code from the module imports..
The text was updated successfully, but these errors were encountered: