Change Window title bar color in windows
-
wrote on 11 Dec 2017, 12:37 last edited by
Hi,
We are developing a desktop application for windows in Qt and we want to set a color to window title bar. If window title bar color is OS specific, can anyone guide us with native windows API to change color of windows title bar.Thanks
Tirupathi -
Hi,
That's a question better asked on Microsoft's forum.
A quick search returns the SetSysColors method which is likely what you are looking for.
Hope it helps.
-
Hi
Title bar is drawn by windows and you cannot change it from Qt.However, you can do it natively
https://stackoverflow.com/questions/32310316/setting-title-bar-and-border-colors-programmatically -
Hi,
That's a question better asked on Microsoft's forum.
A quick search returns the SetSysColors method which is likely what you are looking for.
Hope it helps.
wrote on 11 Dec 2017, 12:50 last edited by@SGaist thanks
-
Hi
Title bar is drawn by windows and you cannot change it from Qt.However, you can do it natively
https://stackoverflow.com/questions/32310316/setting-title-bar-and-border-colors-programmaticallywrote on 11 Dec 2017, 12:50 last edited by@mrjj thanks
-
5/5