[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

Re: [Development] Adding .mtl files into qt3d+qt5.5 based application

2015-03-18 Thread Arjun Das
Hi, One last question on the same topic, I can see that most of the .obj files in the examples are created using blender. How were the corresponding .webp files created? For instance chest.obj has a corresponding diffuse.webp, so how were these webp created. I can see that they are not arbitrary i

Re: [Development] Adding .mtl files into qt3d+qt5.5 based applcation

2015-03-18 Thread Arjun Das
Thanks for the information. I am also seeing .webp file formats for texturing. Is there anyway to convert .mtl files to the webp files? Thanks Regards Arjun ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/lis

[Development] Adding .mtl files into qt3d+qt5.5 based applcation

2015-03-17 Thread Arjun Das
Hi, When i export "blender" files into .obj files, i get .mtl supporting files as well. However, I am able to add .obj files but am not sure how to add the .mtl file information. Additionally, are there any documentation for qt3d 2.0 (5.5 branch) ? I am trying to understand the APIs from the exam

[Development] [Solved] qt3d examples with qt5.5 crashing

2015-03-13 Thread Arjun Das
Hi, >When i try to run any of the compiled qt3d application's release version.The application crashes, and this are the error details collected by windows: The problem was with OpenGl version. The OpenGL version (It was 1.0) was not updated. With OPenGL version updated to 4.0, all examples are c

Re: [Development] qt3d examples with qt5.5 crashing (Friedemann Kleint)

2015-03-12 Thread Arjun Das
>When i try to run any of the compiled qt3d application's release version.The application crashes, and this are the error details collected by windows: >>I don''t see any crashes with MSVC2013 64bit/5.5. Can you please provide >>a stack trace and the output of the qtdiag tool? Hi, I am sorry bu

[Development] qt3d examples with qt5.5 crashing

2015-03-11 Thread Arjun Das
Hi, When i try to run any of the compiled qt3d application's release version.The application crashes, and this are the error details collected by windows: Problem signature: Problem Event Name: APPCRASH Application Name: keyboardinput-qml.exe Application Version: 0.0.0.0 Application Times

Re: [Development] compilation of qt5.5 examples with qtcreator with visualstudio 2012 (msvc2012) fails - FIXED!!!

2015-03-11 Thread Arjun Das
>According to Ossi in this bug report[1], the problem was doing a make install >on a build that shouldn't be installed. >[1] https://bugreports.qt.io/browse/QTBUG-44862 Thanks. This fixed the problem.I had initially run nmake install, this had somehow confused qt from locating shell32.dll. Howev

Re: [Development] compilation of qt5.5 examples with qtcreator with visualstudio 2012 (msvc2012) fails

2015-03-10 Thread Arjun Das
I used QT creator to create a QT quick application. I only added shell32 library using QT creator which modified the.pro file as win32: LIBS += -lshell32 However I am still getting the same error with the project files created by QT creator. qtmaind.lib(qtmain_win.obj) : error LNK2019: unresolv

Re: [Development] compilation of qt5.5 examples with qtcreator with visual studio 2012 (msvc2012) fails

2015-03-09 Thread Arjun Das
> > On Monday 09 March 2015 23:44:08 Arjun Das wrote: > > *cpp.exe.2968.1625.jom qtmain.lib(qtmain_win.obj) : error LNK2019: > > unresolved external symbol __imp__CommandLineToArgvW@8 referenced in > > function _WinMain@16 > > > I understand that this error is be

[Development] compilation of qt5.5 examples with qt creator with visual studio 2012 (msvc2012) fails

2015-03-09 Thread Arjun Das
Hi I used the following configure options and commands to build qt5.5: *configure -developer-build -opensource -confirm-license -platform win32-msvc2013 -opengl desktop -nomake examples -nomake tests nmake* QT is built successfully. After this, I installed QT creator 3.4.0 beta and configured qm

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-22 Thread Arjun Das
Harmer wrote: > Hi, > > aha, you've been pipped to the post again. Peppe added those to qtbase a > couple of days ago. Please git pull in qtbase and build that. Then try > building Qt3D again. Welcome to the bleeding edge :) > > Cheers, > > Sean > > On Thursday 2

Re: [Development] Error in compilation while compiling qt5 with qt3d

2015-01-22 Thread Arjun Das
kend\rendertexture.cpp(250) : error C2061: syntax error : identifier 'ComparisonMode' Thanks Regards Arjun On Wed, Jan 21, 2015 at 12:31 AM, Sean Harmer wrote: > On Tuesday 20 January 2015 22:39:09 Arjun Das wrote: > > Hi, > > > > I am a beginner to QT framework, h

[Development] Error in compilation while compiling qt5 with qt3d

2015-01-20 Thread Arjun Das
Hi, I am a beginner to QT framework, however i have solved all errors till now. But I am stuck on this one. Compilation of qt5 with qt3d module is failing for me in windows. I have given the following configuration: configure -debug-and-release -opensource -platform win32-msvc2012 -opengl desktop