QSpinBox and QDoubleSpinBox
QSpinBox and QDoubleSpinBox
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?
Use TextEdit and retrieve the values in QString and then convert those values to whatever format you are in need..
Bookmarks