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

Method setValue

src/qt/qvaluecombobox.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void QValueComboBox::setValue(const QVariant &value)
19{
20 setCurrentIndex(findData(value, role));
21}
22
23void QValueComboBox::setRole(int _role)
24{

Callers 15

~CoinControlDialogMethod · 0.45
showProgressMethod · 0.45
InitMethod · 0.45
CopySettingsFunction · 0.45
ResetMethod · 0.45
SetProxySettingFunction · 0.45
SetPruneEnabledMethod · 0.45
SetPruneTargetGBMethod · 0.45
setDataMethod · 0.45
setDisplayUnitMethod · 0.45
setRestartRequiredMethod · 0.45
checkAndMigrateMethod · 0.45

Calls

no outgoing calls

Tested by 2

SendCoinsFunction · 0.36
TestGUIFunction · 0.36