Searched defs:foregroundColor (Results 1 – 3 of 3) sorted by relevance
50 const Color& foregroundColor() const { return m_foregroundColor; } in foregroundColor() function
48 …virtual QColor foregroundColor() const { return d ? QColor(d->menuStyle().foregroundColor()) : QCo… in foregroundColor() function in SelectData
128 QColor foregroundColor = data.foregroundColor(); in show() local