I wanted to changed z-order of graphicsitems in my graphicsscene. I have used QGraphicsWebView as graphicsitem. How can i achieve it ?
Asked
Active
Viewed 1,846 times
1 Answers
4
You can use setZValue, isObscured and isObscuredBy. Documentation is precise about these methods.

Luca Carlon
- 9,546
- 13
- 59
- 91
-
This is interesting to read as well: http://doc.qt.nokia.com/latest/qgraphicsitem.html#sorting. – Luca Carlon Oct 03 '11 at 11:57