qskinny
qskinny copied to clipboard
QskScrollArea: more accurate filtering of input events
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;