Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void
47
AddBookmarkDialog::setFrequencyHint(qint64 val)
48
{
49
this->ui->frequencySpinBox->setValue(static_cast<qreal>(val));
50
}
51
52
void
53
AddBookmarkDialog::setBandwidthHint(qint32 val)
Callers
2
onEditBookmark
Method · 0.80
onAddBookmark
Method · 0.80
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected