[Qt-interest] string is not append in text browser

Yuvraj yuvraj.ragupathi at indieontech.com
Tue Feb 16 12:11:40 CET 2010


Hi

inside while loop(infinite loop), i am appending some text to text 
browser.But text is not happening and application also hangup

code

QString data;
while(1)
{
data =  //get from some where

ui->textBrowser->append(data)    // Data is not appending in browser

}
   



Thanks

Yuvraj



More information about the Qt-interest-old mailing list