tags:

views:

43

answers:

1

Hi

I have four QGraphicsLinearLayout items all contaning bunch of QGraphicsWidgetItems. I have one QGraphicsGridLayout item.

Is it possible to align linear layouts on grid to absolute positions. If possible how?

A: 

What about QGraphicsGridLayout::setColumnAlignment( int column, Qt::Alignment alignment )?

Exa
It is not working for me. I do not understand why it does not work. But I am trying.
onurozcelik