PDA

View Full Version : QString Question



fortyhideout12
17th August 2009, 19:07
So I have a Qstring = logtext that is storing some log text.

My queston is how would I write out the contents of log text to a QTextedit GUI named ECUPLog (QTextEdit)

Thanks in advance!

Boron
17th August 2009, 19:14
Waht about this: http://doc.trolltech.com/4.5/qtextedit.html#setText
textEdit->setText( yourString );