[Development] QML: onCountChanged in ListModel and ListView

Sandro Andrade sandroandrade at kde.org
Thu Nov 24 14:39:46 CET 2011


Hi there,

Any idea why ListView { onCountChanged: ... } works fine while
ListModel { onCountChanged: ... } gives me a "undefined property
'onCountChanged'" ?
Both qdeclarativelistview_p.h and qdeclarativexmllistmodel_p.h have
count property with NOTIFY signal.

Thanks,
--
Sandro



More information about the Development mailing list