Hi,

I am using QGraphicsView in my code. This QGraphicsView is embedded into QTabWidget which is covering 70% of maximized main window. Now I want to have QGraphicsRectItem in QGraphicsView which will have width and height of QTabWidget at any point in time. But I am getting is design time size of QTabWidget when I use size() method. As QTabWidget is in layout, it will resize as the parent window resizes. So I want size of resized QTabWidget at run time.
Can anybody help me on this.


Thanks

Manish