gpt4 book ai didi

qt - 在 QML/QT 中设置绝对图像路径时出错(Windows 下)

转载 作者:行者123 更新时间:2023-12-02 19:48:33 25 4
gpt4 key购买 nike

在 Windows 下,我无法在 QML 中加载具有绝对文件路径的图像。每次我收到以下错误:

QML 图像:无法打开:“file//d/folder/image1.jpg”

在 Ubuntu 下它运行完美。

图像通过以下代码设置为动态:

Image {
id: img
x: 0
y: 25
width: 227
height: 230
anchors.horizontalCenter: parent.horizontalCenter
source: "file://"+path
fillMode: Image.PreserveAspectFit
}

如果我单击图像,我会及时测试以下命令:

onClicked:{

console.log(path)
}

比我得到当前路径:D:/folder/image1.jpgWindows 有解决方法吗?

问候

最佳答案

“file//d/folder/image1.jpg”不是有效的 URL。它应该是“file:///d:/folder/image1.jpg”。

关于qt - 在 QML/QT 中设置绝对图像路径时出错(Windows 下),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15865846/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com