Hai

How to create control array like other programming languages.
and how to convert integer to string?..

Qt Code:
  1. int i=8;
  2.  
  3. lineEdit->setText(tr("%1").arg(i)); // its working is there any other way..
To copy to clipboard, switch view to plain text mode