I wanted to changed z-order of graphicsitems in my graphicsscene. I have used QGraphicsWebView as graphicsitem. How can i achieve it ?
|
feedback
|
|
You can use setZValue, isObscured and isObscuredBy. Documentation is precise about these methods. | |||
feedback
|