我应该在哪里捕获触摸事件以在 QGraphicsScene 上绘画?

发布于 2024-11-07 04:12:37 字数 277 浏览 0 评论 0原文

我想使用我的 fingerpaint 示例重新实现="http://doc.trolltech.com/latest/qgraphicsscene.html" rel="nofollow">QGraphicsScene 而不是 QWidget。然而,我找不到这方面的例子,所以我不确定我是否应该捕获视图中的事件并将它们传递到场景或其他地方。这里有什么建议?

I want to reimplement the Qt fingerpaint example using my QGraphicsScene rather than a QWidget. However I cannot find an example of this so am unsure if I should capture the events at the view and pass them down to the scene or something else. What is the advice here?

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

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

发布评论

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

评论(1

清风不识月 2024-11-14 04:12:37

捏缩放示例怎么样?它使用 QGraphicsView 作为触摸区域。

How about the the pinch zoom example? It uses a QGraphicsView as the touch area.

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