QT QlineEdit Input Validation -


how 1 set input validator on qlineedit such restricts valid ip address? i.e. x.x.x.x x must between 0 , 255.and x can not empty

the answer here

in short: have set qregexpvalidator appropriate regular expression ip4 adresses.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -