No CommentsBe the first to comment
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.