Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void
53
AddBookmarkDialog::setBandwidthHint(qint32 val)
54
{
55
this->ui->bandwidthSpinBox->setValue(static_cast<qreal>(val));
56
}
57
58
void
59
AddBookmarkDialog::setNameHint(QString const &name)
Callers
2
onEditBookmark
Method · 0.80
onAddBookmark
Method · 0.80
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected