コード例 #1
0
ファイル: KVModel.cpp プロジェクト: PistonMiner/GKV
int KVModel::rowCount(const QModelIndex &parent) const
{
	KeyValues *parentItem = getItem(parent);

	return parentItem->GetChildCount();
}