|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
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. | |
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.
1.8.1.2