MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / update_font

Method update_font

DSView/pv/dialogs/dsdialog.cpp:186–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void DSDialog::update_font()
187{
188 QFont font = this->font();
189 font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
190 ui::set_form_font(this, font);
191
192 if (_titlebar != NULL){
193 _titlebar->update_font();
194 }
195}
196
197void DSDialog::show()
198{

Callers 5

logic_probesMethod · 0.45
analog_probesMethod · 0.45
try_resize_scrollMethod · 0.45
execMethod · 0.45
load_options_viewMethod · 0.45

Calls 1

set_form_fontFunction · 0.85

Tested by

no test coverage detected