MCPcopy Create free account
hub / github.com/YACReader/yacreader / contrastChanged

Method contrastChanged

YACReader/options_dialog.cpp:433–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void OptionsDialog::contrastChanged(int value)
434{
435 QSettings settings(YACReader::getSettingsPath() + "/YACReader.ini", QSettings::IniFormat);
436 settings.setValue(CONTRAST, value);
437 emit changedFilters(brightnessS->getValue(), contrastS->getValue(), gammaS->getValue());
438 /// emit(changedImageOptions());
439}
440
441void OptionsDialog::gammaChanged(int value)
442{

Callers

nothing calls this directly

Calls 2

setValueMethod · 0.80
getValueMethod · 0.80

Tested by

no test coverage detected