I can found existing parent item when using model class match() function which return valid QModelIndexList. However, how I will activated or 'selected it' in Qt 5 when using model as tree model ?

I'am using QAbstractItemModel and I called it from QML side via other model class.