如何将 QPixmap 添加到静态的 QGraphicsView ?

发布于 2024-11-07 22:53:20 字数 255 浏览 2 评论 0原文

希望你们中有人能帮助我。我有一个 QGraphicsView,正在显示 jpeg。 jpeg 比 QGraphicsView 大得多,因此您可以拖动 jpeg(用鼠标)。我想在该 jpeg 上添加一个 QPixmap。但是这个QPixmap需要是静态的。如果我移动 jpeg,QPixmap 需要始终位于同一位置。对于只有文本的 QLabel,这不是问题。但是如果我将 QPixmap 设置为 QLabel,则不会显示它。我该如何解决我的问题? 有人有想法吗?

最好的, 奥利

hope someone of you can help me. I have a QGraphicsView, that is displaying a jpeg. The jpeg is much bigger than the QGraphicsView, so you can drag the jpeg (with the mouse). Over that jpeg I want to add a QPixmap. But this QPixmap needs to be static. If I move the jpeg, the QPixmap needs to always on the same position. With a QLabel that has only text, it isn't a problem. But if I set a QPixmap to the QLabel, it isn't displayed. How can I solve my problem?
Does anyone have an idea?

Best,
Oli

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

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

发布评论

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

评论(1

回忆躺在深渊里 2024-11-14 22:53:20

您可以尝试子类化QGraphicsScene并重新实现drawBackground方法来显示静态QPixmap。

You may try to subclass QGraphicsScene and reimplement drawBackground method to display your static QPixmap.

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