In MeeGo IVI I am embedding Navit in Qt Application using QX11EmbedContainer working fine. However once I start QMediaPlayer to play video (in other QWidget) and go back to Navit, QX11 does not show anything. Navit is still working and responding to DBus requests, but I cannot see anything. I already tried to call show(); repaint(); etc. methods of QX11, but without success.
So is there anything I did not think about using embeddedcontainer with qmediaplayer in parallel? //this is how I start video QMediaPlayer *player = new QMediaPlayer; QVideoWidget *widget = new QVideoWidget(); player->setVideoOutput(widget); widget->show(); player->play(); cheers simon:) mit freundlichem Gruss / best regards / pozdrawiam / atentamente Simon P. Bolek ------------------------------------------------------ Dipl. Inf. Simon P. Bolek SAP Consultant Business Mobile and IVI Solutions Cell: +49 (177) 67 36 556 mailto: [email protected] http://www.arcom-ivi.de/ XING: https://www.xing.com/profile/SimonP_Bolek GULP: 84465
_______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
