Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试生成正确的 HTML 以在 RHEL 5.3 上使用 Qt 4.2 呈现给 QTextEdit。到目前为止,我的算法生成了以下 html。我不是专业的网络开发人员,但对我来说,这个字符串似乎是有效的。
319:14:27:22: <font color="rgb(255,0,0)" bgcolor="rgb(255,0,0)">Message</font><br>
需要改变什么来渲染颜色。目前它只是呈现为白色背景上的黑色文本。
QTextEdit 接受文档中详述的 HTML子集。
对于字体颜色属性,它必须是“Qt 颜色名称或#RRGGBB”。