When exactly are Qt Quick items repainted?
Unsolved
QML and Qt Quick
-
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?
-
Some info is in the docs.
More details about how the render really does repaints was described by Gunnar in a blog post.
-
@sierdzio : Thanks. I got a similar comment at my SO crosspost. I've posted there what I could gather from the docs.