QT 场景图片图元QGraphicsPixmapItem 无法选中 移动 以及点击图片透明区域无效问题原因

1.QGraphicsPixmapItem(图片图元) :必须setPixmap,否则无法选中移动该图元;

2.图片透明区域:设置item的maskShape: QGraphicsPixmapItem::BoundingRectShape,设置后点击图片透明区域,便可选中该图元。

你可能感兴趣的:(QT,qt)