Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setEnabled
Method
setEnabled
src/qt/bitcoinamountfield.cpp:330–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
void BitcoinAmountField::setEnabled(bool fEnabled)
331
{
332
amount->setEnabled(fEnabled);
333
unit->setEnabled(fEnabled);
334
}
335
336
bool BitcoinAmountField::validate()
337
{
Callers
15
buttonSelectAllClicked
Method · 0.45
showMenu
Method · 0.45
updateLabels
Method · 0.45
updateView
Method · 0.45
payAmountChangedInternal
Method · 0.45
contextualMenu
Method · 0.45
createActions
Method · 0.45
createMenuBar
Method · 0.45
setWalletController
Method · 0.45
setWalletActionsEnabled
Method · 0.45
createTrayIconMenu
Method · 0.45
showEvent
Method · 0.45
Calls
no outgoing calls
Tested by
2
ConfirmSend
Function · 0.36
BumpFee
Function · 0.36