实现图片上传下载。

This commit is contained in:
luocai
2024-06-20 21:28:30 +08:00
parent 174e22ea79
commit 6e11d190c0
5 changed files with 117 additions and 9 deletions

View File

@ -111,6 +111,7 @@ ColumnLayout {
}
Button {
text: "图片下发注册"
onClicked: App.uploadImage()
}
}
}