@MicHes
Hey i have same problem. I use qt 6.3.0 pyside6.
This bug occurs when you open new dialog and set atrribute qt::WA_DeleteOnClose
For temporaly i fixed this issue, i removed this attribute and set all dialogs like a main class attrubute.
So dont remove any c++ object and it ll fixed but i think its awful fix. I need solution too but i couldnt find anything about this.