Fix time input bug caused by "or"-condition in regex
Removed or-condition in regex, Qt.ImhTime can take care of this.
Removing the problematic or-condition of the regex and changing inputMethodHints to Qt.ImhTime leads to the exactly same behavior as previously, but without this this bug.