Obsolete Members for SwipeListItem

The following members of QML type SwipeListItem are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

containsMouse : alias [read-only, deprecated]

This property is deprecated. We strongly advise against using it in new code.

\propertybool SwipeListItem::containsMouse

This property tells whether the cursor is currently hovering over the item.

On mobile touch devices, this will be true only when pressed.

use the hovered property instead.

See also ItemDelegate::hovered.


supportsMouseEvents : alias [default: true, deprecated]

This property is deprecated. We strongly advise against using it in new code.

\propertybool SwipeListItem::supportsMouseEvents

This property sets whether the item should emit signals related to mouse interaction.

Use hoverEnabled instead.