Hi EveryBody
can any one tell me how to convert int into Qstring?

I've a function int GetNo();
n my class name is let cls; n clsObj is object of this class.
so i need this function to change into QString;
clsObj.Getno();

Thanks.