Disable window animation in Windows
-
wrote on 8 Apr 2019, 13:18 last edited by
Is it possible to disable window animation when minimizing (and maximizing) only for one Qt application? I want to start my application immediately without changing global settings.
-
Hi,
That's something you need to check with the Windows API directly. Qt doesn't handle the window decoration.
1/2