Skip to content

enh(ui): emit SParameter-ish compatible signal from SPreferenceConfiguration

Description

Emit new signal with value and key in SPreferenceConfiguration

The signal called preferenceChanged as the same signature as the signal SParameter::parameterChanged this simplifies API when service needs to listen to parameter that can be changed from preference or/and from a SParameter.

An example of usage is showed in ExSParameter.

Closes #992 (closed)

How to test it?

ExSParameter -> menu preference -> change values -> value should be changed in the first SParameter.

Changes only works FROM preference to SParameter not the other way arround.

Edited by Marc SCHWEITZER

Merge request reports