MCPcopy Create free account
hub / github.com/ElementsProject/elements / setCheckValidator

Method setCheckValidator

src/qt/qvalidatedlineedit.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void QValidatedLineEdit::setCheckValidator(const QValidator *v)
113{
114 checkValidator = v;
115 checkValidity();
116}
117
118bool QValidatedLineEdit::isValid()
119{

Callers 2

OptionsDialogMethod · 0.80
setupAddressWidgetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected