The specializations of QGraphicsLayout (e.g. QGraphicsLinearLayout) include an insertStretch method.
What kind of object do QGraphicsLinearLayout::insertStretch method insert in the list of items managed by the layout? Better asked: what type of object is returned by QGraphicsLayout::itemAt method when called for a stretch position?