2

I'm using QtAnimation using setStartValue(Rect) and setEndValue(Rect) I want to make it of fixed size after animation. How to proceed?

Nejat
  • 31,784
  • 12
  • 106
  • 138

1 Answers1

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