set your own delegate and reimplement its paint method. There simply remove QStyle::State_Selected from the QStyleOptionViewItem and pass all argument the the base class.
(There are some threads about that topic in the forum)