标签: qgraphicsscene
我想将QGraphicsScene转换为像素图,因此我可以将其作为QGraphicsPixmapItem添加到listwidget。我不知道有可能吗? 换句话说,我想得到的就像thumb的{{1}}。
QGraphicsScene
QGraphicsPixmapItem
thumb
答案 0 :(得分:0)
是的,但不是直接的。
您可以使用静态函数QGraphicsView将QPixmap::grabWidget()转换为像素图。创建图形视图,将场景附加到视图,然后转换窗口小部件。
QGraphicsView
QPixmap::grabWidget()