I'm trying to style my QDockWidget
so that it has a border when docked and when floating.
I tried:
QDockWidget
{
border: 5px solid purple;
}
But this only produced a border when floating. When docked, the border just disappeared.
How can I solve this?