Relative Content

Tag Archive for qtpyqt5signals-slotsqthreadpyside6

`QObject.moveToThread` does not take a slot with it in PySide6

I am troubleshooting a threading application and I noticed the following behaviour: in PySide6, I would like to connect to both slots and non-slot methods, which accoridng to documentation should work. However it does not work as expected. I am not sure if it is a bug or I am doing something incorrectly?