Lutz wrote: > Hi, > little question, how can i extract a QStandartItem on > QStandartItemModel. I don't understand what you mean by extract? If you have a model and just want to get an item then look at item or itemFromIndex. If you want to remove the item from the model then look at takeItem. Tony.