I have already built the whole GUI with Qt. Now I want to render videos, audioes and images under this GUI using SDL. But I am not sure how to do it.
I have searched a lot of websites and have not found usefull materials. Repaint() and resize() are suggested to be re-implemented by some references. But It does not work. And I also want to control the rendering time (i.e. press some buttons on the GUI)
here has a simple sample for integrate SDL into ETK++, maybe it'll give you a reference to find out how to integrate SDL into QT.
and, it's just for sample