Hi all, I'm using Qt4.1.0 on WindowsXp. I have a QListWidget that accepts multiselections of items. I call to QAbstractItemView::setSelectionMode(QAbstractItemV iew::MultiSelection) and the items are multi selected but no rubberband is painted to see which items are you selecting and it's a bit annoying. Does anybody knows a simple way to show the rubberband or I am forced to use the QRubberband class. As I remember, in Qt3 the rubberband is shown by default in multiselection mode...

Thanks