Hi folks, I’m running into this and I want to make sure I’m not doing something 
incorrectly.   In the bindings that get created by Shiboken2 for my custom 
widget, the metaobject() implementation of the wrapper class always returns 
this->::QObject::metaObject() instead of the metaobject of the class being 
wrapped.   This causes code that relies on the correct class name being 
returned from the metaObject to fail (such functions that use 
QAccessible::installFactory()).   

 

Has anyone else run into this?

 

Thanks.

 

-John

 

_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to