QGraphicsItem 沿着路径移动
是否可以为QGraphicsItem
设置动画,使其沿着QGraphicsScene
/ QGraphicsView
内的某个路径移动?
类似这个演示,其中白点沿着齿轮移动 - 一条闭合曲线。
如果是的话,那该怎么办呢?
Is it possible to animate a QGraphicsItem
in such a way that it would move along some path within QGraphicsScene
/ QGraphicsView
?
Something like this demo, where white point moves along gear - a closed curve.
If so, then how could it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在此处找到了解决方案:
Found a solution here: