Hi,
Using Qt4.1 is there a quick/easy way to override the drawing of a QSplitter handle. I would like to get rid of those little dots. I tried overriding the paintEvent which did not work, then I got to thinking that maybe I need to create a new QSplitterHandle and override it's paint event but that just seems like a lot of hard work for what I want to do.

Many thanks