This commit is contained in:
zhuzihcu
2023-05-09 17:17:57 +08:00
parent eaad0dc565
commit b5c0ec50a8
5 changed files with 14 additions and 12 deletions

View File

@ -124,15 +124,15 @@ FluWindow {
Layout.preferredHeight: 252
Row{
anchors.horizontalCenter: parent.horizontalCenter
spacing: 60
spacing: 30
Image{
width: 164.55
height: 224.25
width: 250
height: 250
source: "qrc:/example/res/image/qrcode_wx.jpg"
}
Image{
width: 162
height: 252
width: 250
height: 250
source: "qrc:/example/res/image/qrcode_zfb.jpg"
}
}