Hello all,

I have a QGraphicsView on my main window, whose geometry is reported in QtDesigner to have a width of 579 pixels. However, when I ask for its width in code:

win.mapView.width()
- or -
win.mapView.geometry().width()

I get the value 100. Why is that, and how can I get the real value?

Thanks.