Hi,

I have a Flickable with a MouseArea on top of it. I only want to use
the MouseArea fro the pressed events, the flackable should just be
working with dragging up/down. This however isn't as easy as it
sounds..

It looks somewhat like this:

Flickable
{
    ....

    MouseArea
    {
        anchors.fill parent
        onPressed:
        {
            ....
        }
    }
}

I think you get the idea.

But how can i get this working? I'm using Qt 4.8, i know this has been
fixed in Qt 5 / QML 2, but i kinda need a workaround for 4.8 if
possible :)

Cheers,
Mark
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to