I recently installed Qt 5.4 and was going through the documentation I am new with QT but not C++. I want to implement an app that loads, stop, seek, fast forward and rewind videos.I have to make multiple video widgets. For example I monitor four cameras at my house hold and I want to play them such that I can forward/rewind/stop etc... at the same time with the idea that I create multiple video widgets.
What is the best way to start implementing multiple videos playing in QT with the idea that I can rewind/fast forward/play four videos at the same time.