I was wondering if there was any documentation on embedding a VLC window in a Qt application. I can launch it as a seperate process with QProcess, but I'd like to have it in the same window as the rest of my app so I can easily move/resize the windows.
Thanks.