qml: improve batch rendering of GridView
Items in the grid view overlaps each other due to their shadow effect, by grouping them every even index (vertically and horizontally), we can ensure that items with the same Z index won't overlaps. This allows items of the same group to be batch rendered by the engine.
Loading
Please register or sign in to comment