Hi,
this is also my problem. I need the current item to be highlighted even if the list has not the focus. I try to play with the style sheets. This line sets the background even with no focus:
Code:
ui.iList->setStyleSheet(QString::fromAscii("QListView::item:selected {border: #EEEEEE}"));
The problem is that this does not follow the theme of the phone. If the theme uses a grey background, the user will not be able to distinguish the current item.
I still don't know how to get the 4.6.2 drawing behaviour.
I have posted a Qt bug:
http://bugreports.qt.nokia.com/browse/QTBUG-11941