我实现了一个abstractListModel,它定期调用dataCanged()来更新列表。在listmodel中,我有一个我想要在listview之外显示的变量,但是也希望在listmodel更新时更新它。有没有办法在listview外面显示的元素上发出dataChanged?
谢谢, 凯尔
答案 0 :(得分:1)
QML属性具有隐含的信号(onChanged)开箱即用,可用于此类情况。请参阅此处的示例:
http://doc.qt.io/archives/qt-4.7/qdeclarativeintroduction.html#property-change-notifications