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) {
|
function changeImage(image) {
|
||||||
root.image = image;
|
let img = imageProxyModel.getImage(image);
|
||||||
console.log(image.filePath.toString());
|
root.image = img;
|
||||||
|
console.log(img.filePath.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateTitle(text) {
|
function updateTitle(text) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue