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.
我正在使用使用 setStartValue(Rect) 和 setEndValue(Rect) 的 QtAnimation 我想在动画后使其具有固定大小。如何进行?
如果您使用QPropertyAnimation,只需将其finished()信号连接到某个插槽并在那里为对话框设置固定大小。
QPropertyAnimation
finished()