forked from qt-creator/qt-creator
StudioWelcome: Use preview thumbnail
Change-Id: Ifd7ebc6f83ceecf7241379e4ce44d022b4a7310e Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -37,7 +37,7 @@ GridView {
|
|||||||
|
|
||||||
delegate: HoverOverDesaturate {
|
delegate: HoverOverDesaturate {
|
||||||
id: hoverOverDesaturate
|
id: hoverOverDesaturate
|
||||||
imageSource: typeof(thumbnail) === "undefined" ? "images/thumbnail_test.png" : thumbnail;
|
imageSource: typeof(thumbnail) === "undefined" ? previewUrl : thumbnail
|
||||||
labelText: displayName
|
labelText: displayName
|
||||||
downloadIcon: typeof(showDownload) === "undefined" ? false : showDownload;
|
downloadIcon: typeof(showDownload) === "undefined" ? false : showDownload;
|
||||||
onClicked: root.itemSelected(index, root.model.get(index))
|
onClicked: root.itemSelected(index, root.model.get(index))
|
||||||
|
|||||||
Reference in New Issue
Block a user