Akascape / py-window-styles

Customize your python UI window with awesome pre-built windows 11 themes.
Creative Commons Zero v1.0 Universal
252 stars 14 forks source link

PyQt5. Win 10. The changes apply only to the specified window. #33

Open Yrij-Zhavoronkov opened 1 week ago

Yrij-Zhavoronkov commented 1 week ago

The changes apply only to the specified window. Dialogs, messages, and newly created windows do not inherit the style of the main window.

Akascape commented 1 week ago

@Yrij-Zhavoronkov You have to apply the style for those windows separately.

Yrij-Zhavoronkov commented 1 week ago

@Yrij-Zhavoronkov You have to apply the style for those windows separately.

It is clear that it can be applied separately to each. Is there no way not to do this?

Akascape commented 6 days ago

@Yrij-Zhavoronkov Yes, you must do this with every separate window/toplevel as each window has their own ID and different attributes.