Planned maintenance: From Sunday 8th December 10:00 CET there will be changes to try and solve the caching issues that have been experienced. If anyone has a problem connecting after this period then please PM @AndyS or any of the moderators.
When exactly are Qt Quick items repainted?
-
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.