qgraphicsscene 可以转换为像素图吗?

发布于 2024-12-22 09:36:36 字数 144 浏览 0 评论 0原文

我想将 QGraphicsScene 转换为像素图,这样我就可以将其作为 QGraphicsPixmapItem 添加到列表小部件中。我想知道这可能吗? 换句话说,我想要得到的就像QGraphicsScenethumb

I want to convert a QGraphicsScene to a pixmap, so I can add it to a listwidget as a QGraphicsPixmapItem. I wonder is it possible?
In another word, what I want to get is just like a thumb of a QGraphicsScene.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

新一帅帅 2024-12-29 09:36:36

是的,但不是直接的。

您可以使用静态函数 QPixmap::grabWidget()QGraphicsView 转换为像素图。创建图形视图,将场景附加到视图,然后转换小部件。

Yes, but not directly.

You can convert a QGraphicsView into a pixmap, using the static function QPixmap::grabWidget(). Create a graphics view, attach your scene to the view, and then convert the widget.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文