antonypro / QGoodWindow

QGoodWindow - border less window for Qt 5 and Qt 6
MIT License
506 stars 87 forks source link

Always On Top not working #50

Closed SpearVFX closed 7 months ago

SpearVFX commented 8 months ago

I'm trying to add always on top functionality in my application, but it seems that it isn't working. I know that the windowFlags are internally handled, but I tried to append the Qt::WindowStaysOnTop to all the initializations. It works if I remove anything related to FramelessWindow, but this beats the purpose, haha. Any ideas, or is it impossible?

antonypro commented 7 months ago

Hi, @SpearVFX!

This feature is planned for version 2.4.3.

You can see and test this feature on QGoodWindow-2.4.3-beta3: https://github.com/antonypro/QGoodWindow/tree/test/QGoodWindow-2.4.3-beta3

Thanks!

antonypro commented 7 months ago

Hi, @SpearVFX!

I'm going to close this issue because the solution is present in version 2.4.3. If you believe that are problems remaining, please ask to reopen this issue or open a new issue.

Thanks!