Thread: Emphasizing "current item" in subclass of QAbstractItemView

Emphasizing "current item" in subclass of QAbstractItemView

From
"Davor J."
Date:
By default, there is some barely visible dotted rectangle around the
QItemSelectionModel::currentIndex (). Has anyone suggestions how to change
this efficiently. (i.e. I think adjusting the model data with setData() and
Qt::FontRole or Qt::BackgroundRole or something similar isn't the right way
to do this.) So has anyone any other suggestions?

Kind regards,
Davor