38 Q_PROPERTY(
int animationWidgetHeight READ animationWidgetHeight WRITE setAnimationWidgetHeight)
50 bool isPopupMode()
const;
56 bool isNormalMode()
const;
62 void moveWidget(
int from,
int to);
65 void setUseAnimation(
bool on);
68 bool isUseAnimation()
const;
71 void setAnimationDuration(
int duration);
74 int animationDuration()
const;
77 int animationWidgetHeight()
const;
80 void setAnimationWidgetHeight(
int h);
83 void setNormalGeometry(
const QRect& normalGeometry);
86 QRect normalGeometry()
const;
89 void layoutRequestInnerWidgets();
104 void showEvent(QShowEvent* e)
override;
107 void hideEvent(QHideEvent* e)
override;
110 virtual void resizeEvent(QResizeEvent* e)
override;
113 void updateInnerWidgetGeometry();
116 void onAnimationFinished();
119 void setupAnimation();