赞
踩
1.QGraphicsPixmapItem(图片图元) :必须setPixmap,否则无法选中移动该图元;
2.图片透明区域:设置item的maskShape: QGraphicsPixmapItem::BoundingRectShape,设置后点击图片透明区域,便可选中该图元。