Qt borderless window - Native Windows events (aerosnap)
It’s been a long time I was looking for a nice Qt borderless window as we can see on many application nowadays. So I first tryed making my own Qt window, it worked pretty well and I’ve got a nice and interactive window. The issue was that it was not able to catch Windows native events :
- Aerosnap (maximize the window hitting the top of the screen for example)
- System shadow
- Minimizing animation
- Aero shake effect (minimize all other apps)
Today, I found this wonderful GitHub repository that handle all my needs ! Thanks a lot deimos1877 for sharing your work. You will help many people making cross platform apps with a native look and feel!