Sean Harmer <sean.harmer <at> kdab.com> writes: > > On Monday 30 Mar 2015 17:38:37 Arjun Das wrote: > > Hi , > > > > I have created a simple qt3d application in c++, which has a rotating cube. > > I would like to add buttons to the windows to stop/start rotating the cube. > > I am not able to see such an example anywhere in the qt3d examples which > > has support for widgets. > > > > Could anyone please help me? > > QWidget::createWindowContainer() if you wish to embed the window in a widget > hierarchy. > > Alternatively, use a Scene3D element if you wish to use a Qt3D scene within a > Qt Quick 2 scene (i.e. to overlay Qt Quick 2 controls over the 3D scene). > > More integration points will come later. > > Cheers, > > Sean >
It won't work Sean. In 5.6 QWidget::createWindowContainer() has been deprecated. Since many of us use c++ with Qt3d with widgets we seem to be out of luck here unless something changes. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
