Search found 1 match
- Mon May 20, 2019 8:31 pm
- Forum: Beginners Help
- Topic: Irrlicht editor with QT
- Replies: 3
- Views: 1564
Re: Irrlicht editor with QT
I want to write my own irrlicht scene editor with QT. I create a class QIrrlichtWidget which derived from the QWidget, and reimplement the "paintEvent" mehtod to drive the Irrlicht drawing loop. //.h class QIrrlichtWidget : public QWidget { signals: void updateIrrlicht( ); pu...