| 139 | |
| 140 | |
| 141 | class PassPhraseValidator(QtGui.QValidator, AddressPassPhraseValidatorMixin): |
| 142 | def __init__(self, parent=None, addressObject=None, feedBackObject=None, buttonBox=None, addressMandatory=False): |
| 143 | super(PassPhraseValidator, self).__init__(parent) |
| 144 | self.setParams(parent, addressObject, feedBackObject, buttonBox, addressMandatory) |