You can set a style via QApplication::setStyle(). Right now I also remember that you can do it easier with style sheets. See "Customizing QSplitter" in the docs. It is
css Code:
  1. QSplitter::handle {}
To copy to clipboard, switch view to plain text mode 
you can use.