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

Method setText

src/qt/qvalidatedlineedit.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void QValidatedLineEdit::setText(const QString& text)
19{
20 QLineEdit::setText(text);
21 checkValidity();
22}
23
24void QValidatedLineEdit::setValid(bool _valid)
25{

Callers 15

HelpMessageDialogMethod · 0.80
updateLabelLockedMethod · 0.80
updateLabelsMethod · 0.80
updateViewMethod · 0.80
fixupFunction · 0.80
setValueFunction · 0.80
setValueMethod · 0.80
setAddressMethod · 0.80
updateLabelMethod · 0.80
createToolBarsMethod · 0.80

Calls

no outgoing calls

Tested by 3

EditAddressAndSubmitFunction · 0.64
SendCoinsFunction · 0.64
TestGUIFunction · 0.64