QSplitter - change the color of the grabbable area to make it more visible

With QSplitter it is sometimes difficult to see whether there is a "grabbable" area and where to click in order to grab it.

I'd like to set the color of the grabbale area to something different to the background so it is visible.

Is this possible?


Sure, use handle selector:

QSplitter::handle {
    background: red;
}