when i invoke toInt(), it return 0.
now i first use atoi(), and then QString::number();
but, it seems too much procedure???
how can i do that only using QString's method ?
thanks.