Question on QGraphicsProxyWidget and boundingRect
Hi
I'm embedding a widget into a scene with a proxy. But I have the following problem with the boundingRect.
http://www.qlands.com/other_files/scene03.jpg
The black boxes in the image are added according to the bounding rectangle of the proxy item but the embedded widget is not centered inside inside the rectangle.
How can I center the widget inside the bounding rectangle of the proxy item?
Thanks,
Carlos
Re: Question on QGraphicsProxyWidget and boundingRect
How exactly are you adding that proxy to the scene? Is it in the exact same manner as those black boxes, or is something different going on? There's a lot of things that could cause that kind of problem, like if you're using a layout that uses it's own padding or if you are trying to move the widget around using the wrong coordinate system. In either case, if you could provide us with a little bit of code I think it would allow us to give you more help.