Skip to content

Python interpreter not destroyed when parent QML is destroyed #110

@accumulator

Description

@accumulator

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions