[Interest] Understanding issues with Qt3D shadowmap example

2018-02-05 Thread Volker Enderlein
Hi, I'm currently playing with the shadowmap example of Qt3D. When having a PlaneMesh at (0, -5, 0), a CuboidMesh (width=height=depth=1) above the PlaneMesh at (0, -4, 0), and a directional light source at (0, 30, 0) no shadow is visible on the plane. Because the CuboidMesh is above the

Re: [Interest] Qt MaintenanceTool error - You need to install Xcode version 5.0.0

2018-02-05 Thread Nuno Santos
It seems this was caused by having installed xcode command line tools via brew. Running the following command fixed the issue: sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer Thx! > On 5 Feb 2018, at 17:15, Nuno Santos wrote: > > Hi, >

[Interest] Qt MaintenanceTool error - You need to install Xcode version 5.0.0

2018-02-05 Thread Nuno Santos
Hi, I’m having an awkward problem when using the Maintenance Tool from Qt with a fresh install of 10.13.2 High Sierra Mac OS X with Xcode 9.2 installed. The application fails with a error that has no workaround. It says: You need to install Xcode version 5.0.0. Does anyone had the same

Re: [Interest] QFileDialog not localizing in Qt 5.4.2

2018-02-05 Thread Thiago Macieira
On segunda-feira, 5 de fevereiro de 2018 08:55:49 PST Bob Hood wrote: > On 2/4/2018 9:14 PM, Thiago Macieira wrote: > > On domingo, 4 de fevereiro de 2018 11:52:20 PST Boudewijn Rempt wrote: > >> On Sunday, 4 February 2018 18:44:52 CET Thiago Macieira wrote: > >>> On Sunday, 4 February 2018

Re: [Interest] QFileDialog not localizing in Qt 5.4.2

2018-02-05 Thread Bob Hood
On 2/4/2018 9:14 PM, Thiago Macieira wrote: On domingo, 4 de fevereiro de 2018 11:52:20 PST Boudewijn Rempt wrote: On Sunday, 4 February 2018 18:44:52 CET Thiago Macieira wrote: On Sunday, 4 February 2018 09:32:24 PST Bob Hood wrote: Has anybody else had problems with this?Might I be doing