标签: c++ qt animation qdialog qpropertyanimation
我正在使用setStartValue(Rect)和setEndValue(Rect)使用QtAnimation 我想在动画后制作固定尺寸。 怎么办?
答案 0 :(得分:2)
如果您使用QPropertyAnimation,只需将其finished()信号连接到某个插槽,然后为该对话框设置固定大小。
QPropertyAnimation
finished()