MCPcopy Create free account
hub / github.com/IENT/YUView / on_sliderThreshold_valueChanged

Method on_sliderThreshold_valueChanged

YUViewLib/src/ui/SettingsDialog.cpp:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void SettingsDialog::on_sliderThreshold_valueChanged(int value)
491{
492 ui.labelThreshold->setText(
493 QString("Threshold (%1 MB)").arg(functions::systemMemorySizeInMB() * (value + 1) / 100));
494}

Callers

nothing calls this directly

Calls 2

systemMemorySizeInMBFunction · 0.85
setTextMethod · 0.80

Tested by

no test coverage detected