Re: [Qt-qml] partial MouseArea

2010-09-03 Thread Adriano Rezende
On Sun, Aug 22, 2010 at 9:36 PM, Bartosh Wroblevksy bart...@live.com wrote: I would like to set a partial MouseArea determine by real coordinates on an image. Is this possible in QML? For simple shapes you can handle it from QML side. For example, if you want to detect mouse clicks inside a

Re: [Qt-qml] partial MouseArea

2010-08-23 Thread michael.brasser
On 23/08/2010, at 10:36 AM, ext Bartosh Wroblevksy wrote: I would like to set a partial MouseArea determine by real coordinates on an image. Is this possible in QML? Hi, Only Rectangular MouseAreas are supported for 4.7. http://bugreports.qt.nokia.com/browse/QTBUG-6862 is the suggestion