Home
last modified time | relevance | path

Searched refs:disabledColorGroup (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc257 Parent::paintCell(p, list->disabledColorGroup, column, width, align); in paintCell()
342 disabledColorGroup = palette().active(); in ConfigList()
343 disabledColorGroup.setColor(QColorGroup::Text, palette().disabled().text()); in ConfigList()
H A Dqconf.h134 QColorGroup disabledColorGroup; variable