In QML is there a way of getting the top-level Window
of any visual object? Preferably without recursing up through the visual parent
hierarchy.
I'm trying to find the geometry of the top-level window, so descendent objects can detect if their bounds have crossed the window's.