[solved] QPlainTextEdit HTML question
-
Hello,
what is bad in the 3rd line ?
(or is it simply not supported)plainTextEdit->appendHtml("<font color = \"red\"> Sample red Text</font>"); plainTextEdit->appendHtml("<font color = \"#ff0000\"> Sample red Text</font>"); plainTextEdit->appendHtml("<font color = \"rgb(255,0,0)\"> Sample red Text</font>");
OUTPUT:
red text
red text
black text -
Hello,
what is bad in the 3rd line ?
(or is it simply not supported)plainTextEdit->appendHtml("<font color = \"red\"> Sample red Text</font>"); plainTextEdit->appendHtml("<font color = \"#ff0000\"> Sample red Text</font>"); plainTextEdit->appendHtml("<font color = \"rgb(255,0,0)\"> Sample red Text</font>");
OUTPUT:
red text
red text
black text