when adding a dynamic property to the editor then move it to the correct group or create a new group

This commit is contained in:
wmayer
2018-08-25 13:26:14 +02:00
parent fc0f10c0de
commit 25a7131e03
3 changed files with 76 additions and 12 deletions

View File

@@ -206,6 +206,11 @@ void PropertyItem::appendChild(PropertyItem *item)
childItems.append(item);
}
void PropertyItem::insertChild(int index, PropertyItem *child)
{
childItems.insert(index, child);
}
/*!
* \brief PropertyItem::removeChildren
* Deletes the children in the range of [from, to]