Hello,

there are two models (QStandardItemModel). One of them has the item (Item1) with child items which also have child items.

The task is to cut that child items from one model (from Item1) and insert it to the definite item in the other model as a children.

Are there any standard ways of who to do it?