Input Range restriction with validation in QspinBox
-
Say the range is set to 10-50.
As per requirement :-- user should not be able to enter ' 0 ' , nor 05/ 005 /000/500.
values should be like 10/11/49/50.
Is there any method other than valuechange() because valuechange will allow user to enter and after that it will verify.
I need disabling tens digit as 0 .
Thanks in Advance
- user should not be able to enter ' 0 ' , nor 05/ 005 /000/500.