Unfortunately, no that doesn't work. Firstly, it seems that QGraphicsProxies don't have a "width" or "height" property, I changed it to:
Qt Code:
transform.translate(-cproxy->size().width() / 2.0, -cproxy->size().height() / 2.0);To copy to clipboard, switch view to plain text mode
and it compiles and runs, but I get the same issues.
Any other ideas?
Bookmarks