One way that works (did that once) is to implement a custom delegate and reimplement paint(): painting the selection background yourself and let the base class paint the rest (remove the QStyle::State_Selected flag).
HTH
One way that works (did that once) is to implement a custom delegate and reimplement paint(): painting the selection background yourself and let the base class paint the rest (remove the QStyle::State_Selected flag).
HTH
Bookmarks