MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setFrequencyHint

Method setFrequencyHint

Components/AddBookmarkDialog.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void
47AddBookmarkDialog::setFrequencyHint(qint64 val)
48{
49 this->ui->frequencySpinBox->setValue(static_cast<qreal>(val));
50}
51
52void
53AddBookmarkDialog::setBandwidthHint(qint32 val)

Callers 2

onEditBookmarkMethod · 0.80
onAddBookmarkMethod · 0.80

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected