How to completly remove titlebar icon and shift window title ?
-
hi , I need to remove the window title icon completely , I don't want to hide or make it transparent . currently I hide the icon by making it transparent , I want to remove icon completely and also want to shift window title 16px from top left corner. example shown below need to minimize the distance between left border and window title to 16px .
one more thing I want to change the color of the window title
-
hi , I need to remove the window title icon completely , I don't want to hide or make it transparent . currently I hide the icon by making it transparent , I want to remove icon completely and also want to shift window title 16px from top left corner. example shown below need to minimize the distance between left border and window title to 16px .
one more thing I want to change the color of the window title
@veer said in How to completly remove titlebar icon and shift window title ?:
I want to change the color of the window title
This is something the OS/window manager handles, not application itself.
Regarding other changes you want to have see: https://doc.qt.io/qt-5/qtwidgets-widgets-windowflags-example.html
-
Hi
Most of what you ask is not possible with Qt alone.However, you can try this out
https://github.com/Bringer-of-Light/Qt-Nice-Frameless-Window
I think you can place text to far left and maybe even change color of the title bar.
Do note. No Linux support.