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

Method exec

DSView/pv/dialogs/dsmessagebox.cpp:138–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int DSMessageBox::exec()
139{
140 QFont font = this->font();
141 font.setPointSizeF(AppConfig::Instance().appOptions.fontSize);
142 ui::set_form_font(this, font);
143
144 if (_titlebar != NULL){
145 _titlebar->update_font();
146 }
147
148 PopupDlgList::AddDlgTolist(this);
149
150 return QDialog::exec();
151}
152
153} // namespace dialogs
154} // namespace pv

Callers

nothing calls this directly

Calls 2

set_form_fontFunction · 0.85
update_fontMethod · 0.45

Tested by

no test coverage detected