Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在想知道我应该如何在 QGraphicsItem 上编写“移动动画”。类似于 moveBy(qreal, qreal) 但不是即时的。我应该在 QtAnimation 框架中寻找它吗?
使用QPropertyAnimation。有关一些示例代码,请参阅动画图形项位置