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
View. 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 th
Hi Eduardo - a huge thanks to you for your detailed and clear explanation.
An excellent tutorial to a programming novice.
Paul Isaacs
Principal Applications Engineer
Sound Devices LLC
www.sounddevices.com
On 5/11/10 3:29 PM, Eduardo Fleury wrote:
> Hi there.
>
> On Tue, May 11, 2010 at
om
text: "Main List"
MouseArea {
anchors.fill: parent
onClicked: {uiLoader.source = "MainList.qml";
list1.visible = false }
}
}
}
}
Many thanks
Paul Isaacs
___
Qt-qml mailing list
Qt-qml@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-qml