How to do lower() and raise() for QGraphicsItem in Qt?
I wanted to changed z-or开发者_JAVA百科der of graphicsitems in my graphicsscene. I have used QGraphicsWebView as graphicsitem. How can i achieve it ?
You can use setZValue, isObscured and isObscuredBy. Documentation is precise about these methods.
精彩评论