Emphasizing "current item" in subclass of QAbstractItemView - Mailing list pgsql-general

From Davor J.
Subject Emphasizing "current item" in subclass of QAbstractItemView
Date
Msg-id hosivt$1ucd$1@news.hub.org
Whole thread Raw
List pgsql-general
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



pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: How to implement word wrap
Next
From: Szymon Guz
Date:
Subject: Re: insert into test_b (select * from test_a) with different column order