[Qt-qml] GridView States
Paul Isaacs
paul_isaacs at sounddevices.com
Tue Jun 22 21:34:25 CEST 2010
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
using the state method used in this recipes example.
I have no trouble expanding the current GridView item to fill the screen
when clicked, but I am finding it difficult hiding the other items in
the GridView. They always remain on top of the expanded item.
What am I missing?
many thanks
Paul Isaacs
More information about the Qt-qml
mailing list