changeImage works now
This commit is contained in:
parent
2065a0f8aa
commit
c634c6406d
1 changed files with 3 additions and 2 deletions
|
@ -125,8 +125,9 @@ Item {
|
|||
}
|
||||
|
||||
function changeImage(image) {
|
||||
root.image = image;
|
||||
console.log(image.filePath.toString());
|
||||
let img = imageProxyModel.getImage(image);
|
||||
root.image = img;
|
||||
console.log(img.filePath.toString());
|
||||
}
|
||||
|
||||
function updateTitle(text) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue