I want to play a video (with sound) in a simple GUI with \"play\" and \"stop\" buttons etc. There are classes and widgets in Qt\'s Phonon module for doing that, and several
Your solution cannot work because you cannot add a QGLWidget to QGraphicsProxyWidget. Please look at
http://doc.qt.digia.com/qt/qgraphicsproxywidget.html
Note that widgets with the
Qt::WA_PaintOnScreenwidget attribute set and widgets that wrap an external application or controller cannot be embedded. Examples areQGLWidgetandQAxWidget.
Please correct me if I'm wrong.