打印

how to integrate SDL into Qt?

how to integrate SDL into Qt?

Dear All:

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)


Could somebody help me?

Really thanks a lot for your help!!!

TOP

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

TOP

why not google
google "integrate sdl in qt"
http://www.qtforum.org/article/18245/how-to-integrate-SDL-into-Qt.html

TOP