struct SColorState { SColorState( void ) { textFg = Qt::black; textBg = Qt::white; } QColor textFg; QColor textBg; };