MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / UpdateFont

Method UpdateFont

DSView/pv/dock/dsotriggerdock.cpp:496–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void DsoTriggerDock::UpdateFont()
497{
498 QFont font = this->font();
499 font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
500 ui::set_form_font(this, font);
501 font.setPointSizeF(font.pointSizeF() + 1);
502 this->parentWidget()->setFont(font);
503}
504
505} // namespace dock
506} // namespace pv

Callers

nothing calls this directly

Calls 1

set_form_fontFunction · 0.85

Tested by

no test coverage detected