Thanks a lot !
Setting the scrollbar style to another style did the trick !
Qt Code:
  1. myScrollbar->setStyle( new QCommonStyle );
To copy to clipboard, switch view to plain text mode 

Still, this is (a bit) hacky... Is there no clean way to do that ?
Anyway, it will do for now, until I find something else

Thx again !
Márwyn