Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Signals | Properties | List of all members
ListItem Class Reference

An item for use as a delegate in a ListView. More...

Signals

void clicked ()
 Emitted when the item is clicked or the return key is pressed.
void pressAndHold ()
 Emitted following a long press on the item.

Properties

bool pressed
 Whether the item is currently pressed.
ListItemStyle style
 Provides styling properties for the item.

Detailed Description

An item for use as a delegate in a ListView.

The ListItem component is typically used as a delegate in a ListView. It provides a standard delegate appearance that can be customized using ListItemStyle.

ListItem also handles key events to provide standard key navigation in a ListView. This behaviour can be overriden in ListView.

See Also
ListItemStyle, ListView