[Qt-qml] SpringFollow : to not a valid property ?
rijubrata bhaumik
rijubrata at gmail.com
Thu Apr 29 11:45:01 CEST 2010
Hi,
i was trying out the highlight delegate for a list view .. but there seems
to be a problem with the "to" property in SpringFollow
Component {
id: myListHilight
Rectangle {
width: parent.width
height: 40
color: "lightsteelblue"
radius: 5
SpringFollow on y {
to: myList.currentItem.y
spring: 3
damping: 0.2
}
}
}
--
- Riju
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20100429/13a69bae/attachment.html
More information about the Qt-qml
mailing list