qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

QskScrollArea: more accurate filtering of input events

Open uwerat opened this issue 7 years ago • 0 comments

When having a viewport with rounded corners input events have to be filtered out on positions being outside the corners. This can be done by overloading QQuickItem::contains().

To support the implementation it might be helpful to have something like:

virtual bool QskSkinlet::subcontrolContains( ...., const QPointF& ) const;

uwerat avatar Jan 17 '18 11:01 uwerat