[Qt-qml] QML Questions
bea.lam at nokia.com
bea.lam at nokia.com
Mon Jul 12 02:51:32 CEST 2010
On 10/07/2010, at 12:37 AM, ext Jason H wrote:
> So I dug more into it and got this:
> ListView{
> id: lv
> width: 1000
> height: 700
> anchors.fill: parent
> model: visualModel
> spacing: 10
> NumberAnimation on contentY {
> from: 0
> to: contentHeight
> duration: 10000
> easing: Easing.Linear
> }
> }
> However I get 2 messages:
> Unable to assign double to QEasingCurve // easing: Easing.Linea
Sorry, I should have written
easing.type: Easing.Linear
instead of
easing: Easing.Linear
> Unable to assign [undefined] to double to // to: contentHeight
>
Not sure about this error - I can't reproduce it myself. Could you file a bug with a standalone example?
regards,
Bea
More information about the Qt-qml
mailing list