Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的图形场景中更改图形项目的 z 顺序。我使用 QGraphicsWebView 作为图形项。我怎样才能实现它?
您可以使用 setZValue、isObscured 和 isObscuredBy。有关这些方法的文档是精确的。