示例#1
0
int KVModel::rowCount(const QModelIndex &parent) const
{
	KeyValues *parentItem = getItem(parent);

	return parentItem->GetChildCount();
}