[Qt-interest] New line in Rich Text Format

Maicon Kist maiconkist at gmail.com
Fri Feb 12 14:40:14 CET 2010


Hi list,

I can not add a new line in a QLabel with RTF text.


I tried:

label->append("\n");
label->append("\r\n");
label->append("\newline");
label->append("\\newline");

and none worked.

Can anyone help me?

Thnks



More information about the Qt-interest-old mailing list