zhiyiYo / PyQt-Frameless-Window

A cross-platform frameless window based on pyqt5, support Win32, Linux and macOS.
https://pyqt-frameless-window.readthedocs.io
GNU General Public License v3.0
471 stars 66 forks source link

Does this library provide a dark mode feature for a frameless window? #127

Closed deeffest closed 11 months ago

deeffest commented 11 months ago

If dark mode is still implemented, how do I use it?

zhiyiYo commented 11 months ago

You can use darkdetect package to detect the theme of OS and change the qss of title bar and window. QFramelessWindow does not provide this feature.