because:
QGraphicsObject is NOT a QWidget subclass which is why:Returns the given object cast to type T if the object is of type T (or of a subclass); otherwise returns 0. If object is 0 then it will also return 0.
wont work.Qt Code:
To copy to clipboard, switch view to plain text mode
This technology does not exist yet.because i want a QDialog with the stuff coming from QML
You can have widgets in QGraphicsView, but you can't have QGraphicsObject as QWidgets. (unless these are QProxyWidget s, which means they have a QWidget counterparts to start with)
Bookmarks