Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
Description
That way you can call e.g. intersects() from QML, which is useful for hiding items outside of the view (since we still don't have a solution for QTBUG-67274).
For example:
visible: Qt.rect(x, y, width, height).intersects(viewportRect)
Attachments
Issue Links
- relates to
-
QTBUG-67274 Qt Quick lacks a built-in solution for rendering only items that are visible
- Open