hi i use QTextEdit and i want change background color on single char, i know char color can change with change
Qt Code:
  1. QTextChaFormat::setTextOutline(QPen(QColor::Color))
To copy to clipboard, switch view to plain text mode 
Underline color can change
Qt Code:
  1. QTextChaFormat::setUnderlineColor,
To copy to clipboard, switch view to plain text mode 
but i can't finde background color.