Skip to content

#30 fix missing C++ objects

Jaak Kütt requested to merge feature/30-fix-missing-cpp-objects into main

Calling explicitly disconnect from events before removing the object on the Python side seems to have made the difference. I did also leave the parent reference passing in since "that's what the Qt suggests" but did not take an extra effort to refactor everything to match that pattern.

If you run in the missing C++ errors in the future - one or both of these approaches should be tried to resolve that too.

Edited by Jaak Kütt

Merge request reports