QAbstractItemModel 数据更新

来源:互联网 发布:基础教育教师培训软件 编辑:程序博客网 时间:2024/06/08 19:34

QAbstractItemModel

 

  void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
    void headerDataChanged(Qt::Orientation orientation, int first, int last);
    void layoutChanged();
    void layoutAboutToBeChanged();

 

这些Q_SIGNALS:

原创粉丝点击