private bool IsLeaf(QCon qcon)
		{
			return !qcon.HasChildren();
		}