QListView QAbstractListModel QStyledItemDelegate 定制化列表

一、效果图
QListView QAbstractListModel QStyledItemDelegate 定制化列表_第1张图片
二、代码构造关键点
1.继承QAbstractListModel,重写

    int rowCount(const QModelIndex &parent = QModelIndex()) const;
    int columnCount(const QModelIndex &parent = 

你可能感兴趣的:(【Qt】)