Hi

If got a QTableWidgetItem which I fill with text that includes newlines.
Example text:
"aaaaa
bbbbb
ccccc"

On Linux (Qt 4.7.2) it behaves like I want to: it replaces the newlines with 
blanks and shows the first 2 text-rows ("aaaaa bbbbb").
On Windows (Qt 4.8.0) the newlines get delete but not replaced with blanks 
("aaaaabbbbb").

How can I change the behavior on Windows?

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to