| 459 | this->insertRows( row, 1, parent); |
| 460 | int column = 0; |
| 461 | Q_FOREACH( QVariant current, list) { |
| 462 | QModelIndex index = this->index( row, column, parent); |
| 463 | this->setData( index, list.at( column++), Qt::DisplayRole); |
| 464 | } |
| 465 | } |
| 466 | |
| 467 | } // End of namespace Monitor |