Hi everyone,

I am trying to add a new UI element to the software i am working on and I am looking for a decent text widget that handles line wrapping properly including white space and tabs. I started using QTextEdit but apparently there is a bug with it https://bugreports.qt.nokia.com/browse/QTBUG-2466. Wondering if anyone knows of an existing widget that does a better job at line wrapping?

Thuan