>> 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");
>>
I have used HTML in QLabel to great success.
In that case <br> would be the ticket.
Bill