forked from qt-creator/qt-creator
QmlDesigner: Cleanups in the content library
Change-Id: I4bbb6f6d89c3e35a265624365eb61664280e9151 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -148,7 +148,7 @@ Item {
|
||||
visible: root.delegateVisible && root.downloadState != "downloading"
|
||||
cache: false
|
||||
|
||||
property string webUrl: modelData.textureWebUrl
|
||||
property string textureUrl: modelData.textureUrl
|
||||
|
||||
IconButton {
|
||||
id: downloadIcon
|
||||
@@ -279,7 +279,7 @@ Item {
|
||||
|
||||
FileDownloader {
|
||||
id: textureDownloader
|
||||
url: image.webUrl
|
||||
url: image.textureUrl
|
||||
probeUrl: false
|
||||
downloadEnabled: true
|
||||
onDownloadStarting: {
|
||||
@@ -333,7 +333,7 @@ Item {
|
||||
|
||||
FileDownloader {
|
||||
id: iconDownloader
|
||||
url: modelData.textureWebIconUrl
|
||||
url: modelData.textureIconUrl
|
||||
probeUrl: false
|
||||
downloadEnabled: true
|
||||
targetFilePath: modelData.textureIconPath
|
||||
|
||||
Reference in New Issue
Block a user