mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 18:56:23 -04:00
Create a component to see the choosed image for debugging purpose
This commit is contained in:
parent
e58cd8f363
commit
d9662d81e0
1 changed files with 10 additions and 0 deletions
|
@ -43,11 +43,21 @@ Item
|
|||
onResultFileChanged:
|
||||
{
|
||||
console.log("Result file changed! " , resultFile)
|
||||
newAvatar.source = resultFile
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Image
|
||||
{
|
||||
id: newAvatar
|
||||
height: colorHash.height
|
||||
width: colorHash.height
|
||||
fillMode: Image.PreserveAspectFit
|
||||
|
||||
}
|
||||
|
||||
ColorHash
|
||||
{
|
||||
id: colorHash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue