1

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

Ashish
  • 8,441
  • 12
  • 55
  • 92

1 Answers1

4

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

Luca Carlon
  • 9,546
  • 13
  • 59
  • 91