QGraphicsItem 图形场景项 基类


QGraphicsItem 是所有图形场景项的基类。

QGraphicsItem 以 setZValue 方法设置各项的层叠次序 (默认 0),大值在上,小值在下。

若层叠图形场景项都是透明的,则鼠标、手势相关操作可能落到第 0 层;若想处理其它层,需将操作转发给相应项。

有时,当前项收不到鼠标、手势操作,但 QGraphicsScene QGraphicsView 类可以,同上,可将操作转发给相应项。

若想将项置顶,需采用 setZValue 方法将所有项数作为值,设置项层叠次序。

Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.

Previous topic

QCheckBox 类

Next topic

QGraphicsScene 类

Quick search