Quote Originally Posted by Newbe View Post
Thanks but what if I want to use a simple box like a textEdit box for the user to type the integer or float into?
Then do that. See QString::toInt() and QString::toFloat().