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

Method setBandwidthLimits

Default/Inspection/InspToolWidget.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void
291InspToolWidget::setBandwidthLimits(unsigned int min, unsigned int max)
292{
293 this->ui->bandwidthSpin->setMinimum(static_cast<int>(min));
294 this->ui->bandwidthSpin->setMaximum(static_cast<int>(max));
295}
296
297void
298InspToolWidget::setBandwidth(unsigned int freq)

Callers 2

setProfileMethod · 0.95
onSourceInfoMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected