Set with Arrays

@paul1
Your decision to use an Array for this purpose was flawed, try using the inner class instead as I suggested in the reply to your other post:

This way you can do you setter and emit the signal when the value of the class variable changes.

1 Like