I'm using QTextBrowser with setSource() to display the contents of a text file. The problem is that EOL in the text file is ignored (actually treated as a space). I've tried setting EOL in the file to both DOS and Unix versions, but it makes no difference. How can I get QTestBrowser to apply a CR at the end of the text lines?

Thanks
Gib