stdware / qwindowkit

Cross-platform frameless window framework for Qt. Support Windows, macOS, Linux.
Apache License 2.0
490 stars 78 forks source link

Missing SystemButton::Restore #28

Closed razaqq closed 6 months ago

razaqq commented 7 months ago

Framelesshelper used to have it, why is it gone?

wangwenx190 commented 7 months ago

Even in FramelessHelper, SystemButton::Restore is treated the same as SystemButton::Maximize internally, so QWK removed it. I also can't imagine some application use different buttons for maxmize and restore.