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

Method UpdateFont

DSView/pv/dialogs/calibration.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void Calibration::UpdateFont()
397{
398 QFont font = this->font();
399 font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
400 ui::set_form_font(this, font);
401}
402
403} // namespace dialogs
404} // namespace pv

Callers

nothing calls this directly

Calls 1

set_form_fontFunction · 0.85

Tested by

no test coverage detected