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
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to