Version 0.004

This commit is contained in:
LubuWest 2017-05-11 22:15:34 +02:00
commit 438f8a4e4d
64 changed files with 2736 additions and 636 deletions

View file

@ -42,12 +42,11 @@ Rectangle{
clip: true
model: imageModel
delegate: imageItem
}
FolderListModel{
id: imageModel
nameFilters: ["*.png", "*.jpg",".jpeg","*.JPG"]
nameFilters: ["*.png", "*.jpg",".jpeg","*.JPG","*.gif"]
sortField: FolderListModel.Time
sortReversed:false
showDotAndDotDot: true
@ -111,8 +110,9 @@ Rectangle{
directory=fileURL
}
else{
attachImageURL=fileURL;
imageDialog.destroy()
attachImageURLs.push(fileURL);
attachImage(fileURL);
imageDialog.destroy()
}
}
}