PDA

View Full Version : Resizing of Phonon video widget



Leolander
1st March 2010, 02:12
Hi,

I am trying to resize the phonon video widget but with no success. I have tried using scale mode and aspect ratio but nothing seems to happening. Does anyone know how to do a resize? I hope this is not a stupid question.
Thanks

Best Regards,
Leo

Ginsengelf
1st March 2010, 09:36
Hi, since it is derived from QWidget, you can use the normal mechanisms: either use a layout or set size by using QWidget::setGeometry.

Ginsengelf