Re: [Development] Add widgets into qt3d window

2016-02-25 Thread Sean Harmer
Hi, On 25/02/2016 18:02, Pierre wrote: Sean Harmer 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

Re: [Development] Add widgets into qt3d window

2016-02-25 Thread Pierre
Sean Harmer 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 examp

Re: [Development] Add widgets into qt3d window

2015-03-31 Thread Sean Harmer
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 supp

Re: [Development] Add widgets into qt3d window

2015-03-30 Thread Christian Gagneraud
On 31/03/15 01:08, 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 widge

[Development] Add widgets into qt3d window

2015-03-30 Thread Arjun Das
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? Thanks Rega