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

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

[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