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
- containsMouse : alias
(deprecated)
- supportsMouseEvents : alias
(deprecated)
Property Documentation
containsMouse : alias |
This property is deprecated. We strongly advise against using it in new code.
\property
bool 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 |
This property is deprecated. We strongly advise against using it in new code.
\property
bool SwipeListItem::supportsMouseEvents
This property sets whether the item should emit signals related to mouse interaction.
Use hoverEnabled instead.