feat: add image component with radius control

This commit is contained in:
talksik
2025-04-12 11:39:12 -07:00
parent 1e4f3ff3da
commit 13a5936b37
3 changed files with 46 additions and 0 deletions
+8
View File
@@ -97,5 +97,13 @@ AppWindow {
AppTextField {
placeholderText: qsTr("Enter name")
}
AppImage {
source: "https://storage.googleapis.com/flowy-assets/keypad/jr-korpa-9XngoIpxcEo-unsplash.jpg"
fillMode: Image.PreserveAspectCrop
height: 100
width: 100
radius: 20
}
}
}