| 3921 | } |
| 3922 | |
| 3923 | int StructuredDataItemModel::columnCount(const QModelIndex &parent) const |
| 3924 | { |
| 3925 | return m_ColumnNames.count(); |
| 3926 | } |
| 3927 | |
| 3928 | QVariant StructuredDataItemModel::headerData(int section, Qt::Orientation orientation, int role) const |
| 3929 | { |