Changing color of window qt caption
Unsolved
General and Desktop
-
@vidisha How the title bar is managed/painted comes directly from the OS-you're using. SO there is no predefined Qt-Way to change that.
But, I blieve you can simply set the
Qt::FramelessWindowHint
flag and substitute the predefined 'topbar' with a custom widget.
Or look into your OS-documentation and search for the way to change the native event via external (cpp) event :) -
-
use https://postimg.cc/
http://imgur.com/upload to upload the image and provide the link to the users.Thanks,
-
http://imgur.com/a/AV5LD
Please find the attached image.