Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.25 KB | None | 0 0
  1. ListItem {
  2.     id: listItem
  3.  
  4.     HighlightImage {
  5.         anchors.centerIn: parent
  6.         source: "my-icon.png"
  7.         highlighted: listItem.highlighted
  8.         highlightColor: Theme.highlightColor // default valuer of highlight color
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement