Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. itemDelegate:
  2. Image {
  3. id:img
  4. clip:true
  5. smooth: true
  6. height: 40
  7. width:itemwidth
  8. fillMode: Image.PreserveAspectCrop
  9. source: itemtext
  10. Text {
  11. visible: img.status != Image.Ready
  12. anchors.verticalCenter: parent.verticalCenter
  13. text: itemtext
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement