On Sun, Jul 22, 2012 at 3:45 AM, Mark <[email protected]> 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. _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
