Search found 2 matches
- Sun Feb 17, 2019 8:15 am
- Forum: Advanced Help
- Topic: Irrlicht editor with QT
- Replies: 0
- Views: 4110
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( ); pub...
- Sun Feb 17, 2019 8:13 am
- Forum: Beginners Help
- Topic: Irrlicht editor with QT
- Replies: 3
- Views: 1562
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( ); pub...