Changing color of Titlebar in pyside6 GUI's
Unsolved
General and Desktop
-
How do I change the color of title bar from light to say dark (black).
Scenario:
I am using Fusion style to set my GUI style and using QPalette to set dark color for complementing the dark theme. But I still get light (white) color titlebar. How do i change it to black or something suitable?Is the titlebar color OS theme dependent?
-
Hi,
Yes it is, Qt does not draw the title bar or window decorations.