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

Method changeEvent

src/qt/transactionview.cpp:254–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void TransactionView::changeEvent(QEvent* e)
255{
256 if (e->type() == QEvent::PaletteChange) {
257 watchOnlyWidget->setItemIcon(
258 TransactionFilterProxy::WatchOnlyFilter_Yes,
259 m_platform_style->SingleColorIcon(QStringLiteral(":/icons/eye_plus")));
260 watchOnlyWidget->setItemIcon(
261 TransactionFilterProxy::WatchOnlyFilter_No,
262 m_platform_style->SingleColorIcon(QStringLiteral(":/icons/eye_minus")));
263 }
264
265 QWidget::changeEvent(e);
266}
267
268void TransactionView::chooseDate(int idx)
269{

Callers

nothing calls this directly

Calls 2

typeMethod · 0.80
SingleColorIconMethod · 0.80

Tested by

no test coverage detected