Hi to all!

I have subclassed QTableView and I use this class to show a kind of shopping cart. Now, the table view's apperaence was heavly customized, but when vertical and horizontal scroll bars appear, they are default. I need them to repaint with different color (palette) and to make them wider. What is the way of doing it? Is it possible to "install" subclassed QScrollBar into QTableView?