Help please
I few months ago this code worked (I could only enter the numbers) but now it does not work
@
QRegExp exp ("[1-9.1]{100}");
ui->lineEdit->setValidator(new QRegExpValidator(exp,this));
@
Help me please
[edit: added missing coding tags @ SGaist]