using
splitter->setHandleWidth(1);
qApp->setStyleSheet("QSplitter::handle{background-image: url(:/images/img-1.png);}");
splitter->setHandleWidth(1);
qApp->setStyleSheet("QSplitter::handle{background-image: url(:/images/img-1.png);}");
To copy to clipboard, switch view to plain text mode
or
splitter->setHandleWidth(1);
qApp->setStyleSheet("QSplitter::handle{background-color: black;}");
splitter->setHandleWidth(1);
qApp->setStyleSheet("QSplitter::handle{background-color: black;}");
To copy to clipboard, switch view to plain text mode
it is possible to change its appearance to look like a line.
Still I'm not able to hide the handle.
Bookmarks