feat: add image component with radius control
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user