QValidator, more than one in a one QLineEdit
-
Hi
you might want to take a look at
http://doc.qt.io/qt-5/qregularexpressionvalidator.htmlHTH
-
-
Hi,
([0-1][0-9]|2[0-3])
for the 00 to 23 -
Another option may be subclassing validator.