MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / on_pbWidgetFont_clicked

Method on_pbWidgetFont_clicked

example/optionsdialog.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void OptionsDialog::on_pbWidgetFont_clicked()
102{
103 bool ok;
104 QFont font = QFontDialog::getFont(&ok, ui->leWidgetFont->font(), this);
105 if (ok)
106 ui->leWidgetFont->setFont(font);
107}
108
109void OptionsDialog::on_cbPalette_currentIndexChanged(int index)
110{

Callers

nothing calls this directly

Calls 1

setFontMethod · 0.80

Tested by

no test coverage detected