QmlDesigner: Cache delegates in grid of the welcome page

Otherwise the delegates might get deleted and e.g. a download is canceled.

Task-number: QDS-12959
Change-Id: I8acb59088b370f3bda465712c7b013bdeb6ccae0
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2024-06-06 11:48:03 +02:00
parent 8f58dc6de9
commit a48dcdb340

View File

@@ -36,6 +36,7 @@ Item {
model: ExamplesModel {} model: ExamplesModel {}
delegate: ThumbnailDelegate {} delegate: ThumbnailDelegate {}
cacheBuffer: 65536
} }
} }
} }