mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +02:00
The "cacheBuffer" property determines whether delegates are retained outside the visible area of view. In the case of the ImageGallery, it determines whether the images that are not currently visible in the GridView (because we need to scroll up or down to be able to see them) will remain in the cache or not. The default value is platform- dependent (320 for Windows) and currently causes any image that is not directly visible to be lost, even if it was previously loaded when it appeared in the view: if we scroll up or down, we will necessarily need to wait for the images to be loaded again. 10000 is an arbitrary value that seems to work correctly for most cases. |
||
---|---|---|
.. | ||
ImageBadge.qml | ||
ImageDelegate.qml | ||
ImageGallery.qml | ||
IntrinsicDisplayDelegate.qml | ||
IntrinsicsIndicator.qml | ||
qmldir | ||
SensorDBDialog.qml |