Buttons on Qt3DQuickWindow
Unsolved
QML and Qt Quick
-
I am using Qt3DQuickWindow to display a 3D object. I want to include buttons on the window.
How do I do it? -
To the question I asked I found a way. Anyway I didn't find how to use buttons on a 3d window. Instead I used a QQuickView and created buttons and then created a rectangle and adjusted the size of buttons and rectangle. Then in the rectangle I create 3 D scene and rendered my 3D object.