Qt quick Image从文件中加载图片 发表评论 Qt quick Image 从文件中加载图片: Image{ width: parent.width height: parent.height source: "file:./images/home.png" }CSSCopy 注意,当前目录是批Qt Creater中设置的工作目录