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