Searched refs:itemForegroundColor (Results 1 – 4 of 4) sorted by relevance
53 virtual QColor itemForegroundColor(int index) const = 0;
50 …virtual QColor itemForegroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).foreground… in itemForegroundColor() function in SelectData
250 model->item(i)->setForeground(data.itemForegroundColor(i)); in populate()
801 (SelectData::itemForegroundColor):