Exemple #1
0
 def __init__(self, parent, typeid):
     QRegExpValidator.__init__(self, parent)
     self.typeid = typeid
     self.init()
Exemple #2
0
 def __init__(self):
     QRegExpValidator.__init__(self)
     self.setRegExp(QRegExp(WindowCons.SHARE_CODE_LEN_REG))