PDA

View Full Version : Using QLayout for layout in a graphics scene



ticica
21st November 2009, 01:58
Has anyone tried using QLayout for non-widget objects? For example, I would like to use existing functionality of QLayout to handle graphics items in graphics scenes. Or am I having a completely wrong idea here?

ticica
21st November 2009, 04:07
Never mind. I just realized that there is QGraphicsLayout that handles the layout for QGraphicsItems.