//main.qml
import QtQuick 2.12
import QtQuick.Window 2.12
Window {
visible: true
width: 640
height: 480
title: qsTr("Hello World")
Image {
id: m_iPdf
sourceSize.height: 300
fillMode: Image.PreserveAspectFit //保持宽高比
source: "pdf.svg"
}
}
qml 图片 image 保持宽高比
猜你喜欢
转载自blog.csdn.net/yongwoozzang/article/details/111053948
今日推荐
周排行