NewLegend
23rd July 2010, 21:26
Code here Print X, Only once.
Does not complete the print loop.
int x=0;
for(int i=0 ; i<5 ; i++)
{
x++;
ui->textBrowser->setText(resultString.setNum(x));
}
Does not complete the print loop.
int x=0;
for(int i=0 ; i<5 ; i++)
{
x++;
ui->textBrowser->setText(resultString.setNum(x));
}