hi,
u can use spin box for setting the range.
why u r using text edit?Qt Code:
sp->setRange(115.0,200.0);To copy to clipboard, switch view to plain text mode
for reading the value from spinBox
for setting the value in spinbox
sp->setValue();
Hope it helps
Bala
Bookmarks