graphicsView下如何显示两个QImage
希望能在graphicsView下显示多个QImage,而且使用鼠标进行QImage的拖动。该怎么做?
[解决办法]
用QGraphicsScene + QGraphicsPixmapItem这两个类试试!
发布时间: 2013-08-10 21:14:06 作者: rapoo
graphicsView下如何显示两个QImage
希望能在graphicsView下显示多个QImage,而且使用鼠标进行QImage的拖动。该怎么做?
[解决办法]
用QGraphicsScene + QGraphicsPixmapItem这两个类试试!