Qt-interest Archive, May 2008
QWidgets-Media Player example
Message 1 in thread
HI!
How can make all the parts of the QWidget of Media player invisible, except the video frame.
I just want to see the video being played, no buttons, label controls, frame , border etc.
regards
-Nitin
Send instant messages to your online friends http://uk.messenger.yahoo.com
--
[ signature omitted ]
Message 2 in thread
"Nitin Mahajan" <nitinm76@xxxxxxxxx> wrote in message
news:535831.45691.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> How can make all the parts of the QWidget of Media player invisible,
> except the video frame.
>
> I just want to see the video being played, no buttons, label controls,
> frame , border etc.
Err... just don't show them in your form? Only display the displaying
widget, and set the correct window flags to remove the border.
AndrÃ
--
[ signature omitted ]