MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / setValid

Method setValid

src/qt/bitcoinamountfield.cpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void BitcoinAmountField::setValid(bool valid)
244{
245 if (valid)
246 amount->setStyleSheet("");
247 else
248 amount->setStyleSheet(STYLE_INVALID);
249}
250
251bool BitcoinAmountField::eventFilter(QObject *object, QEvent *event)
252{

Callers 4

validateMethod · 0.45
acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected