Hey everybody,
First of all: Thank you so much for libVLC, it is truly awesome!
I'm currently developing a movie-annotation application using libVLC and Qt.
While everything works as expected on Windows and Ubuntu, I have the strange issue, that QDockWidgets get broken by the VLC-Instance
on OSX. I'm not completely clear what happens, but it seems like VLC is taking Focus while the DockWidget is getting dragged, docked or undocked, leading to a completely
unpredictable behaviour.
The behaviour can be reproduced using PyQt or C++ Qt.
My Question is now, if someone does know more about this, or could maybe imagine why this could happend, and if there is a workaround for this issue.
thanks for your answers in advance.
Gaudenz