| 218 | } |
| 219 | |
| 220 | int |
| 221 | MonitorDataModel::rowCount( const QModelIndex& parent) const |
| 222 | { |
| 223 | if( parent.column() > 0) { |
| 224 | return 0; |
| 225 | } |
| 226 | |
| 227 | return this->getNode( parent)->size(); |
| 228 | } |
| 229 | |
| 230 | int |
| 231 | MonitorDataModel::columnCount( const QModelIndex& parent) const |