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.
-
Perfetc, and to have uppercase? I need only I or O and not i o.
Is there a way to have replace mode instead of insert mode in the qlineedit? I need to rewrite without select or delete.