2012-05-10 18 views

回答

2

而不是

textEdit->setText("your text"); 

做到這一點:

textEdit->clear(); 
textEdit->append("your text");