[Qt-qml] More QML Questions
Jason H
scorp1us at yahoo.com
Sun Jul 11 03:05:52 CEST 2010
I've been playing around with this, and I have several more questions:
1. Is there a Video element? Major bummer if there isn't
2. I've been trying to get a ListView to scroll when using an XML model. I can't
figure out how to do it. I'm using contentY, but I cannot set it to stop at
contentHeight, and that's the problem. Using a fixed number works, using
'contentHeight' I think the contentHeight is undef or 0 at start, the model
loads, and there is no way to trigger the start of the animation. So I think XML
models need a signal that emits when loading is complete. This could then be
used to start animations.
More information about the Qt-qml
mailing list