Subclass QUiLoader
-
What version of PySide2 are you currently using ?
On what OS ?PySide2 5.11.1 and 5.13.0 on macOS are working with your test example.
-
What version of PySide2 are you currently using ?
On what OS ?PySide2 5.11.1 and 5.13.0 on macOS are working with your test example.
-
No I didn't because I overlooked it and I must say I expect to run crashing examples with the "working" version in comment rather than the contrary.
Before digging further, can you just explain what you want to do exactly in
createWidget
? -
-
What wrapping do you have in mind ?
-
I have several ideas. One I would have liked to implement earlier today is a subclass with
__del__
so that I can confirm that I haven't created a cyclic reference. I do this in portions of the GUI I design manually, but I can't do it in portions I design using Qt Designer. -
I wonder if it's a python specific issue.
Can you test if the same issue happens in C++ ?