Re: [Qt-qml] How to display QDeclarativeComponent created from C++?

2010-10-19 Thread michael.brasser
On 17/10/2010, at 6:56 AM, ext Charley Bay wrote: > , >> instead, have: >> >> QDeclarativeView >> -Desktop-Widget-Canvas >> -QDeclarativeItem >> -QDeclarativeItem >> -QDeclarativeItem > > Ah, that makes sense: One "convenience" QDeclarativeView, > and I'll instantiate my QDec

Re: [Qt-qml] Flipable not showing content

2010-10-19 Thread bea.lam
On 20/10/2010, at 4:36 AM, ext Colin Kern wrote: > On Fri, Sep 24, 2010 at 2:00 PM, Almo Nito wrote: >> Hello there, i have a Flippable like the one in the flipabe example >> >> Cant I use ids as front and back? do I have to place the real item there? >> > > It looks like you have to place th

Re: [Qt-qml] Animated text halo: How to animate?

2010-10-19 Thread Eduardo Fleury
Hi Charley, IIRC, the "Rotation" object you created is an ordinary object, thus can receive an "id" and have animations on its properties. In other words, try changing "angle: 72" by a "NumberAnimation on angle { something }" Alternatively you could give an "id" to this Rotation element and then

[Qt-qml] Animated text halo: How to animate?

2010-10-19 Thread Charley Bay
I'm trying to create QML code that rotates text in an apparent "halo" (like around a circle/sphere). This should be easy, but I can't figure out how to animate aspects of a "transform: Rotation" For example, the following displays text that properly "rotates" back-and-forth, but I want to dynamic

Re: [Qt-qml] Flipable not showing content

2010-10-19 Thread Colin Kern
On Fri, Sep 24, 2010 at 2:00 PM, Almo Nito wrote: > Hello there, i have a Flippable like the one in the flipabe example > > Cant I use ids as front and back? do I have to place the real item there? > It looks like you have to place the real item there: http://doc.qt.nokia.com/4.7/declarative-ui-c