Search found 2 matches

by kingw
Sun Feb 17, 2019 8:15 am
Forum: Advanced Help
Topic: Irrlicht editor with QT
Replies: 0
Views: 5389

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( );

public slots ...
by kingw
Sun Feb 17, 2019 8:13 am
Forum: Beginners Help
Topic: Irrlicht editor with QT
Replies: 3
Views: 1869

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( );

public slots ...