Re: [Qt-qml] hardware acceleration and qml

2010-06-24 Thread Romain Pokrzywka
On Wednesday 23 June 2010 01:52:47 warwick.alli...@nokia.com wrote: > > I'd like to know more about the support for hardware acceleration in > > qml. I remember an overview focused on it but in the last snapshot > > documentation I can't find it. Is there a reason? Where I can find the > > support

Re: [Qt-qml] Emitting a C++ signal from QML

2010-06-24 Thread michael.brasser
Hi Colin, On 18/06/2010, at 1:19 PM, ext Colin Kern wrote: > I want to have a C++ object emit a signal when a QML element is > clicked on. I've tried binding the onClicked event handler of the > MouseArea to the C++ signal, thinking it would work similar to how in > pure C++ you can connect a sig