[PyQt] QGraphicsGridLayout

2009-12-09 Thread Aron Bierbaum
I have been trying to use the QGraphicsGridLayout but I am running into problems when I try to have a QGraphicsWidget span multiple columns. The basic problem is that if I try to span a large widget in the second row under four smaller widgets in the top row, the widgets in the top row are not

Re: [PyQt] QGraphicsGridLayout

2009-12-09 Thread Nick Gaens
Aron Bierbaum wrote: I have been trying to use the QGraphicsGridLayout but I am running into problems when I try to have a QGraphicsWidget span multiple columns. The basic problem is that if I try to span a large widget in the second row under four smaller widgets in the top row, the widgets in

Re: [PyQt] QGraphicsGridLayout

2009-12-09 Thread Aron Bierbaum
What do you mean? Did you not get an attachment? Does it not run for you? The example that was attached shows four small rectangles in the first row of a grid layout and one large rectangle in the second row. Maybe you are just seeing something fundamentally wrong that I am missing. -Aron P.S. I