When exactly are Qt Quick items repainted? I.e. on which events?
For example, if I have overlapping items A and B, and I change a property of A, will B get repainted as well? If not, how can it work?
What if they are non-overlapping?
When exactly are Qt Quick items repainted? I.e. on which events?
For example, if I have overlapping items A and B, and I change a property of A, will B get repainted as well? If not, how can it work?
What if they are non-overlapping?