Hello,
I want to define a mask for QLineEdit to match IP addresses. I want to prohibit the 0 front the number entered. With QRegExp how to allow 1 but not 01 nor 001, 21 but not 021 etc.
Thanks,
Hello,
I want to define a mask for QLineEdit to match IP addresses. I want to prohibit the 0 front the number entered. With QRegExp how to allow 1 but not 01 nor 001, 21 but not 021 etc.
Thanks,
Bookmarks