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.
Printable View
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.
i was doing something like this just the other day,
the way i got it to work was
100 was is the int
cheers,
Philly