Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
void QValidatedLineEdit::setCheckValidator(const QValidator *v)
113
{
114
checkValidator = v;
115
checkValidity();
116
}
117
118
bool QValidatedLineEdit::isValid()
119
{
Callers
2
OptionsDialog
Method · 0.80
setupAddressWidget
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected