Hi, I looking for a way to know if an Qml Item is rendered, we are reparenting some Item to display or not some Item Tree. Concret we swap between parent null and by parent of the rendering scene container. This allow to know only the part we are currently displaying, the others parentless Item are unknown at this given time and may appears only later on.
I have something that do an action that is only required when the Item is displayed, but I cannot based myself on the visible. I was wondering if there's a way to know if an Item is rendered (was traversed during the Rendering Node of last frame would be good enough). Anybody have an idea? Thanks, Jerome
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest