[Qt-interest] Bug in Phonon DS9? VideoWidget size seems invariable
Jonathan Wong
jhannwong at gmail.com
Wed Apr 29 19:18:09 CEST 2009
In DS9. VideoWidget::VideoWidget(QWidget *parent).
VideoWidget does not take parent's size.
Add this: m_widget->setFixedSize(parent->size());
More information about the Qt-interest-old
mailing list