Searched refs:m_textBackgroundColor (Results 1 – 2 of 2) sorted by relevance
619 if (d_ptr->m_textBackgroundColor != color) { in setLabelBackgroundColor()620 d_ptr->m_textBackgroundColor = color; in setLabelBackgroundColor()628 return d_ptr->m_textBackgroundColor; in labelBackgroundColor()1046 m_textBackgroundColor(Qt::gray), in Q3DThemePrivate()1151 other.q_ptr->setLabelBackgroundColor(m_textBackgroundColor); in sync()
134 QColor m_textBackgroundColor; variable