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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user