| 102 | } |
| 103 | |
| 104 | Qt::ItemFlags flags(const QModelIndex &index) const override |
| 105 | { |
| 106 | return QAbstractListModel::flags(index) & ~Qt::ItemIsSelectable; |
| 107 | } |
| 108 | |
| 109 | int rowCount(const QModelIndex &parent = QModelIndex()) const override |
| 110 | { |
no outgoing calls