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

This commit is contained in:
2026-06-29 19:32:26 +08:00
parent 2d9d214cea
commit bc88fea667
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);