ItemModel = new QStandardItemModel(this);ItemModel->removeRows(0,ItemModel->rowCount());
ItemModel->removeRow(1);ItemModel->removeRows(0,5);