| Detail | Value |
|---|---|
| Import | TelegramQml 2.0 |
| Component | AbstractListModel |
| C++ class | TelegramAbstractListModel |
| Inherits | QAbstractListModel |
| Model | Yes |
- count: int (readOnly)
- isEmpty: boolean (readOnly)
- errorText: string (readOnly)
- errorCode: int (readOnly)
- items: QQmlListProperty (readOnly)
- variant get(int index, int role)
- variant get(int index, string roleName)
- map get(int index)
- int indexOf(int role, variant value)