如何设置在QPlainTextEdit字体的大小、颜色?QPlainTextEdit text = new QPlainTextEdit;
setFont可以设置字体
字体颜色:text->setStyleSheet(“color:#00ff00;可以添加多个” );