Skip to content

Instantly share code, notes, and snippets.

@CODeRUS
Created August 21, 2016 11:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CODeRUS/4e97e2e2a2ae8073f3172d7339ae93ed to your computer and use it in GitHub Desktop.
Save CODeRUS/4e97e2e2a2ae8073f3172d7339ae93ed to your computer and use it in GitHub Desktop.
do not try this at home
Repeater {
model: 1000
delegate: Image {
width: parent.width
height: width
source: "file:///home/nemo/Pictures/Camera/20160821_003.jpg"
cache: false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment