Hello,
I am on Windows 10 and using Qt 5.13 (official build).
I created a very small app with a main QWidget containing a QFrame as the player hwnd and two buttons (play & stop).
It works and I can play local and remote videos. But I couldn't find guides on how to implement these features:
How to display the player controls on top of the video ?
And what are the strategies to go fullscreen and also display controls on hover while in full screen?
Best regards,