[Interest] MouseArea on top of Flickable

Mark markg85 at gmail.com
Tue Jul 24 19:40:15 CEST 2012


On Sun, Jul 22, 2012 at 3:45 AM, Mark <markg85 at gmail.com> wrote:
> 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

Bump..
still having this issue.



More information about the Interest mailing list