Replies: 1 comment 3 replies
-
@deeffest Not possible at the moment. When you make any new window, you have to pass the window name to pywinstyles because every window id is unique and not interconnected. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an idea and some need to apply a window style to the whole application at once in pyqt5 for example:
I would like QMainWindow, QMessageBox and QDialog from this code to apply the dark window style at once, since I can't apply the dark window style to the message box and in general I'm more comfortable that way. But I have no idea how hard it is to implement and if it is even possible, but I hope for the best.
Beta Was this translation helpful? Give feedback.
All reactions