PDA

View Full Version : 3D scene into QML



Daxos
20th January 2012, 12:37
Hello,

This is my issue:

My 3D scene widget is put into QWidget, I have put it into my QML Gui using QGraphicsProxyWidget.

The result is that I can see my Widget, 3D scene works fine (I can hear audio) but is not visible in my QML GUI.


This mechanims of using QGraphicsProxyWidget works fine with other kind of widget (like QPushButton, etc)..


My custom widget works fine into QMainWindow but now I want to be able tu use QtQuick.