Is it possible to completely hide handles from QSplitter widget? I've tried to hide() them but it doesn't work — handles are still on the screen and isVisible() reporting false.
QSplitter::setHandleWidth doesn't work as expected — it doesn't hide handles when calling it with 0.