forked from qt-creator/qt-creator
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:
@@ -36,6 +36,7 @@ Item {
|
|||||||
|
|
||||||
model: ExamplesModel {}
|
model: ExamplesModel {}
|
||||||
delegate: ThumbnailDelegate {}
|
delegate: ThumbnailDelegate {}
|
||||||
|
cacheBuffer: 65536
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user