On Wednesday 15 Jul 2009 18:47:11 Usman Ajmal wrote: > Hi > > Please tell how can i get the dimensions of a graphics view widget? Is > there any built in function to get the height and width of that widget? QWidget::width() and QWidget::height() perhaps? Sean