I have a video output built into the QML view. It works fine, but I want to make this video output in full screen when I click on it.
Each time, some images that are in the view (some sibilizers and some not) are visible on top of my video. In fact, it should fill in the root element and be on the front screen. Changing a property zdoes nothing.
What is the best trick to make a video in full screen? When I switch from normal to full screen, the video should continue to flow without interruption.
A solution only in QML (and not C ++) would be preferable as I build my QML by parsing XML files.
source
share