I want to change the background color of a QPlainTextEdit, how do I do this?
QPlainTextEdit
May be you need to call QPlainTextEdit::setBackgroundVisible(true).
QPlainTextEdit::setBackgroundVisible(true)