This commit is contained in:
朱子楚\zhuzi
2023-08-17 22:06:26 +08:00
parent 9bf6ed9d1d
commit b47f2d12ad
6 changed files with 65 additions and 21 deletions

View File

@ -27,7 +27,19 @@ FluScrollablePage{
}
}
Image{
id:image
Layout.preferredHeight: 400
Layout.preferredWidth: 400
fillMode: Image.PreserveAspectFit
}
FluScreenshot{
id:screenshot
captrueMode: FluScreenshotType.File
onCaptrueCompleted:
(captrue)=>{
image.source = captrue
}
}
}