Hi,

myLineEdit->setValidator( new QDoubleValidator(0.0, 512.0, 1, this));

when I do the above, firstly it doesn't to the correct range check ( i.e. it accepts 717) and secondly I can't edit myLineEdit again after I pressed enter.

Any ideas?

Thanks in advance