PDA

View Full Version : graphicsView.fitInView does not resize properly when widget first initialized



yubin
10th October 2016, 07:53
I am trying to built a re-sizable widget consisting of svgGrapicItem and I am facing a issue with the resizeEvent. When the widget first initialize, it triggers the resizeEvent which call the graphicView.fitInView function, but the svgGraphicItem does not resize properly. However when the the widget is resized and the resizeEvent is triggered again, the svgGraphicItem was able to resize properly. Does this have anything to do with the lifecycle of the widget initialization?

Below are the images to illustrate the problem.

After Initialization
12150

After a resize action
12151

Any pointers will be greatly appreciated.