Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
void QValidatedLineEdit::setText(const QString& text)
19
{
20
QLineEdit::setText(text);
21
checkValidity();
22
}
23
24
void QValidatedLineEdit::setValid(bool _valid)
25
{
Callers
15
HelpMessageDialog
Method · 0.80
updateLabelLocked
Method · 0.80
updateLabels
Method · 0.80
updateView
Method · 0.80
fixup
Function · 0.80
setValue
Function · 0.80
on_pasteButton_clicked
Method · 0.80
on_addressBookButton_clicked
Method · 0.80
setValue
Method · 0.80
setAddress
Method · 0.80
updateLabel
Method · 0.80
createToolBars
Method · 0.80
Calls
no outgoing calls
Tested by
3
EditAddressAndSubmit
Function · 0.64
SendCoins
Function · 0.64
TestGUI
Function · 0.64