I'm using QtAnimation using setStartValue(Rect) and setEndValue(Rect) I want to make it of fixed size after animation. How to proceed?
Asked
Active
Viewed 272 times
1 Answers
2
If you use QPropertyAnimation
, just connect it's finished()
signal to some slot and set a fixed size for the dialog there.

Nejat
- 31,784
- 12
- 106
- 138