Qt: change color of dock area in window
Moved
Unsolved
General and Desktop
-
Hi and welcome to devnet,
Do you mean the colour that is used to show the possible location or the color of the background ?
-
Hello, yes i mean the possible location color. I tried to find a stylesheet - without result. I can change color of separator, but no any stylesheets about the possible location.
QMainWindow { background-color: #444444; } QMainWindow::separator:hover { background: red; }
I want make this, for example:
QMainWindow::THE_POSIBLE_LOCATION { background: red; }
Any solutions?
-
Hi, i have never seen anything stylesheet related for the dock location marker background color.
I would consult the source code and see if i can find what it uses to draw it.