Porting from Pyside to PythonQt
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Greetings everyone, (this is a duplicate with a more appropriate title)
I'm trying to convert a piece of code form PySide to PythonQt and I'm having a hard time so far figuring this one out, here is the working PySide version:
When translated to PythonQt in_widget.winId() becomes in_widget.winId but I'm getting this error:
TypeError: PyCObject_AsVoidPtr with non-C-object
Anyone could help me clear this up?
Thx