1
0

feat(Windows): open window will be able to use system animation

This commit is contained in:
2026-06-29 19:32:26 +08:00
committed by yyc12345
parent 6da53ced81
commit 6339a93c6c
2 changed files with 27 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ public:
void setCentralWidget(QWidget * widget);
void installResizeCapture(QObject* widget);
protected slots:
void showEvent(QShowEvent *event) override;
protected:
bool eventFilter(QObject *o, QEvent *e) override;
bool mouseHover(QHoverEvent* event, QWidget* wg);