1

我现在想知道我应该如何在 QGraphicsItem 上编写“移动动画”。类似于 moveBy(qreal, qreal) 但不是即时的。我应该在 QtAnimation 框架中寻找它吗?

4

1 回答 1

2

使用QPropertyAnimation。有关一些示例代码,请参阅动画图形项位置

于 2011-07-03T00:49:14.870 回答