[Qt-interest] QTextEdit howto append a integer ?

Aaron Lewis aaron.lewis1989 at gmail.com
Sun Feb 14 14:30:12 CET 2010


Hi , i'm new to QT. It's really not a good question.

i have something like this.

int i  = 5;
ui->textedit->append(i);

There's no burden for method append with an integer.
So i tried to use (char* )i  , QString(i) , both of them fails.
Any solutions ?

-- 
Best Regards,
Aaron Lewis




More information about the Qt-interest-old mailing list