Re: [Qt-qml] Audio - Qt.multimedia

2010-06-22 Thread kai.koehne
qt-qml-boun...@trolltech.com wrote: >> QDeclarativeEngine::importPlugin "Qt.multimedia" from >> "C:/Qt/qtcreator-1.3.83/bin/Qt/multimedia/multimedia.dll" > > This is the real problem: multimedia.dll is being found in > you Qt Creator bin directory. Sorry, no idea why. Because he has launched 'tv

[Qt-qml] hardware acceleration and qml

2010-06-22 Thread Gianni Valdambrini
Hi, 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 supported platforms? Thanks! ___ Qt-q

[Qt-qml] GridView States

2010-06-22 Thread Paul Isaacs
Hi QML gurus I have several items in a GridView and when any one of those items is selected I want to expand it to show more details and hide the other items. With this in mind, I have been experimenting with modifying the 'recipes.qml' example to use a GridView instead of a ListView. I am usi

Re: [Qt-qml] GridView States

2010-06-22 Thread Martin Jones
On Wed, 23 Jun 2010 05:34:25 am ext Paul Isaacs wrote: > Hi QML gurus > > I have several items in a GridView and when any one of those items is > selected I want to expand it to show more details and hide the other items. > With this in mind, I have been experimenting with modifying the > 'recipes

Re: [Qt-qml] hardware acceleration and qml

2010-06-22 Thread warwick.allison
> 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 > supported platforms? QML builds directly upon QGraphicsView, which in turn builds u

Re: [Qt-qml] GridView States

2010-06-22 Thread Paul Isaacs
So simple - thanks a lot Martin. Paul On 6/22/10 5:49 PM, Martin Jones wrote: > On Wed, 23 Jun 2010 05:34:25 am ext Paul Isaacs wrote: > >> Hi QML gurus >> >> I have several items in a GridView and when any one of those items is >> selected I want to expand it to show more details and hide t