james_attree's avatar
james_attree
Occasional Contributor
9 years ago
Status:
New Idea

Qt support to find objects that are inherited from QObject

My feature request is to add support for the object finder to see objects that inherit from QObject.

 

We have a Qt 4.8 application which draws custom graphics objects onto a QWidget. The custom objects have a defined bounding rectangle and inherit from QObject. However the object spy cannot see these objects because they do not inherit from QWidget.

No CommentsBe the first to comment