22 property bool pressed:
false
23 property real pressedOpacity: 0.3
27 state: pressed ?
"pressed" :
""
31 PropertyChanges { target: highlight; opacity: pressedOpacity}
38 NumberAnimation { target: highlight;
property:
"opacity"; duration: 50}
43 NumberAnimation { target: highlight;
property:
"opacity"; duration: 100}