I wanted to changed z-order of graphicsitems in my graphicsscene. I have used QGraphicsWebView as graphicsitem. How can i achieve it ?

link|improve this question

48% accept rate
feedback

1 Answer

up vote 3 down vote accepted

You can use setZValue, isObscured and isObscuredBy. Documentation is precise about these methods.

link|improve this answer
This is interesting to read as well: doc.qt.nokia.com/latest/qgraphicsitem.html#sorting. – Luca Carlon Oct 3 '11 at 11:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.