MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / changeEvent

Method changeEvent

src/qt/sendcoinsentry.cpp:215–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void SendCoinsEntry::changeEvent(QEvent* e)
216{
217 if (e->type() == QEvent::PaletteChange) {
218 ui->addressBookButton->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/address-book")));
219 ui->pasteButton->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/editpaste")));
220 ui->deleteButton->setIcon(platformStyle->SingleColorIcon(QStringLiteral(":/icons/remove")));
221 }
222
223 QWidget::changeEvent(e);
224}
225
226bool SendCoinsEntry::updateLabel(const QString &address)
227{

Callers

nothing calls this directly

Calls 2

typeMethod · 0.80
SingleColorIconMethod · 0.80

Tested by

no test coverage detected