I neglected to indicate which version I’m using: 5.12.1

 

From: John Terrell <[email protected]>
Date: Thursday, March 21, 2019 at 1:11 PM
To: <[email protected]>
Subject: Bindings generated by Shiboken2 have incorrect metaObject() 
implementation

 

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
[email protected]
https://lists.qt-project.org/listinfo/pyside

Reply via email to