The crash does not occur on 5.15.0!
Turns out it boils down to the flowlayout which is a spinoff of the original example files. pylint was suggesting to make some methods static that didn't need self inside! So I did and it was good. Apparently the new Qt version does not like. It just 🗯 poof... disappears.
I'll report that to Qt ... and roll back the changes here ...
The crash does not occur on 5.15.0! Turns out it boils down to the
flowlayout
which is a spinoff of the original example files. pylint was suggesting to make some methods static that didn't needself
inside! So I did and it was good. Apparently the new Qt version does not like. It just 🗯 poof... disappears.I'll report that to Qt ... and roll back the changes here ...