Hi wysota,
I definitely do not want to use them in such a big resolution.
So I should use the QML Item's scale property?
Something like:
Image {
id: imageDelegate
asynchronous: true
source: url
smooth: true
width: 110
height: 110
fillMode: Image.PreserveAspectFit
sourceSize.width: 110
sourceSize.height: 110
scale: 0.3 //for example?
Image {
id: imageDelegate
asynchronous: true
source: url
smooth: true
width: 110
height: 110
fillMode: Image.PreserveAspectFit
sourceSize.width: 110
sourceSize.height: 110
scale: 0.3 //for example?
To copy to clipboard, switch view to plain text mode
Wladek.
Bookmarks