Greetings,
I'm finding the bool checkbox items in the ParameterTree / Parameter not working on the connect sigValueChanging (.sigValueChanging.Connect() ). Please see the example attached. In this crude example, I override the default values in the group. To trigger the value changed, press the right hand side "un-do" control. This triggers on the float and string, but not the bool checkbox. The output is listed below, including the connect added to each child. Typing into the float and string fields trigger the signal. Manually checking/unchecking the bool value does not signal.
Any suggestions? Thank you.
Output:
grp par_value
grp/chld: par_value / path
added path connect
grp/chld: par_value / date_time_append
added time connect
grp/chld: par_value / time
added time connect
path adjust string reached
time adjust float reached
Cheers,
J-