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

Method setBandwidthHint

Components/AddBookmarkDialog.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void
53AddBookmarkDialog::setBandwidthHint(qint32 val)
54{
55 this->ui->bandwidthSpinBox->setValue(static_cast<qreal>(val));
56}
57
58void
59AddBookmarkDialog::setNameHint(QString const &name)

Callers 2

onEditBookmarkMethod · 0.80
onAddBookmarkMethod · 0.80

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected