equal
deleted
inserted
replaced
68 Q_OBJECT |
68 Q_OBJECT |
69 public: |
69 public: |
70 QWidgetAnimator(QMainWindowLayout *layout); |
70 QWidgetAnimator(QMainWindowLayout *layout); |
71 void animate(QWidget *widget, const QRect &final_geometry, bool animate); |
71 void animate(QWidget *widget, const QRect &final_geometry, bool animate); |
72 bool animating() const; |
72 bool animating() const; |
73 bool animating(QWidget *widget) const; |
|
74 |
73 |
75 void abort(QWidget *widget); |
74 void abort(QWidget *widget); |
76 |
75 |
77 #ifndef QT_NO_ANIMATION |
76 #ifndef QT_NO_ANIMATION |
78 private Q_SLOTS: |
77 private Q_SLOTS: |