PDA

View Full Version : spinbox



mickey
20th May 2006, 17:05
Hi I inserted a spinbox on myApplication (from designer). i'd like to set its value to float and its step 0.1; Ho can I do this? Thanks

wysota
20th May 2006, 17:06
You can't do it with the default Qt3 spinbox. But you can use the one from wwWidgets (http://www.wysota.eu.org/wwwidgets).

bits
22nd May 2006, 08:35
If you would have been using QT 4.0 or above, you could use QDoubleSpinBox instead of QSpinBox.