[Interest] What's happening w/Qt3D?

2017-10-23 Thread Andy
I just noticed that all of the Gerrit changes from KDAB contributors to qt/qt3d have been abandoned. What's going on? --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney ___ Interest mailing list

[Interest] Using QAbstractScrollArea scrollBarWidget and cornerWidget on Macintosh

2017-10-23 Thread Adam Light
Hi We use scroll bar widgets and corner widgets in several QAbstractScrollArea subclasses in our application. We set the scroll bar policy for the corresponding scroll bars to AlwaysOn. However, on Macintosh, the OS does not typically show scroll bars, and this means that our scroll bar and

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Thiago Macieira
On Monday, 23 October 2017 04:21:37 PDT Carel Combrink wrote: > > You're looking for the GL header. Installing the GLES development package > > is > > the wrong solution. > > > > Install the GL development package. > > I have also tried both of the following but they all want to install X11 >

Re: [Interest] Qt iOS - qmake runs everytime a new build is made which takes to long

2017-10-23 Thread Thiago Macieira
On Monday, 23 October 2017 07:38:49 PDT Nuno Santos wrote: > Thiago, > > Please tell me how can I distinguish it Sure. Close Qt Creator. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center

Re: [Interest] Qt iOS - qmake runs everytime a new build is made which takes to long

2017-10-23 Thread Nuno Santos
Jake, Thiago, https://bugreports.qt.io/browse/QTBUG-63982 Regards, Nuno > On 23 Oct 2017, at 01:42, Jake Petroules wrote: > > This is a known issue (as in, Ossi and I know about it) but I don't know if > there's an open

Re: [Interest] Qt iOS - qmake runs everytime a new build is made which takes to long

2017-10-23 Thread Nuno Santos
Jake, I don’t try new Qt builds for ages as I have been “stuck” to Qt 5.7.1 so for me this is new. I will open a BUG report and let you guys know about it. Regards, Nuno > On 23 Oct 2017, at 01:42, Jake Petroules wrote: > > This is a known issue (as in, Ossi and I

Re: [Interest] Qt iOS - qmake runs everytime a new build is made which takes to long

2017-10-23 Thread Nuno Santos
Thiago, Please tell me how can I distinguish it I’m just pressing CMD+B to build or CMD+R to run. Both cases produce the same results. It runs the qmake on the project file. I can distinguish this because the warning about private headers usage is show (due to qtquickcompiler usage) every

Re: [Interest] File Dialog in WebEngine

2017-10-23 Thread Allan Sandfeld Jensen
On Montag, 23. Oktober 2017 13:50:51 CEST Sudhir Sharma wrote: > Hi, > > In 5.9.2, when we try to invoke File Dialog from html loaded in WebEngine, > it does not get open. If the same url is opened in web browser, it works. > > Any idea? > How are you trying to invoke it from HTML? 'Allan

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Carel Combrink
I am aware of that that was the solution with pre Ubuntu 17.10. The issue, or rather question is, is this still the correct packages since Ubuntu 17.10 uses Wayland instead of X11? In the past Ubuntu used X11 thus those packages makes sense. Ubuntu 17.10 does not use X11 so to install a dev

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Dan Allen
Hi Carel, I always install mesa-common-dev for gl.h and what Andre suggests for glu. Thanks, Dan. On 23/10/17 12:49, André Hartmann wrote: Hi Carel, I usually encounter the problems when linking, and in this case  sudo apt install libglu1-mesa-dev helped me. Not sure if that applies to

[Interest] Set transparent fill on map using mapboxgl plugin

2017-10-23 Thread Ola Røer Thorsen
Hi, I'm evaluating using QtLocation's map using mapboxgl. Currently I'm using the default settings, default map style, default developer access token. I'd like to set most layers' fill color to transparent, to see how it works out as an overlay on top of some live video. >From the documentation

[Interest] File Dialog in WebEngine

2017-10-23 Thread Sudhir Sharma
Hi, In 5.9.2, when we try to invoke File Dialog from html loaded in WebEngine, it does not get open. If the same url is opened in web browser, it works. Any idea? Regards, Sudhir http://www.mindtree.com/email/disclaimer.html

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread André Hartmann
Hi Carel, I usually encounter the problems when linking, and in this case sudo apt install libglu1-mesa-dev helped me. Not sure if that applies to your problem also. Best regards, André Am 23.10.2017 um 13:21 schrieb Carel Combrink: You're looking for the GL header. Installing the

Re: [Interest] Building Qt apps on Ubuntu 17.10: GL/gl.h missing

2017-10-23 Thread Carel Combrink
> > > You're looking for the GL header. Installing the GLES development package > is > the wrong solution. > > Install the GL development package. > I have also tried both of the following but they all want to install X11 related packages.: - libgl-dev - libgl1-mesa-dev Is this "normal" or is

Re: [Interest] QFileDialog Query

2017-10-23 Thread Dan Allen
Thanks Giuseppe. I've created a bug report, number QTBUG-63972. I've stated in the report that this appears to only be an issue with Linux (or at least Ubuntu). I tested using Windows and OSX and the dialog always requests confirmation. Thanks, Dan. On 23/10/17 10:48, Giuseppe D'Angelo

Re: [Interest] QFileDialog Query

2017-10-23 Thread Giuseppe D'Angelo
Il 22/10/2017 20:46, Dan Allen ha scritto: Hi Guiseppe, If that line was left out the dialog would return just "text" (i.e. without the suffix). Right, so we're back in Qt territory, with this option which might be misleading. Please go ahead and file a bug report, so that the discussion

Re: [Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Sudhir Sharma
Great, Thanks a lot, it Worked..!! Regards, Sudhir From: Carel Combrink [mailto:carel.combr...@gmail.com] Sent: Monday, October 23, 2017 1:05 PM To: Sudhir Sharma Cc: interest@qt-project.org Subject: Re: [Interest] QT 5.9.2 Print Dialog * You are receiving this

Re: [Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Hamish Moffatt
On 23/10/17 18:16, Sudhir Sharma wrote: Hi, I am facing a strange problem, where I am able to invoke Print Dialog from my development machine(windows 8). But when I install my application in difference machine (win 10), the Print Dialog does not show up. Seems to be issue of missing or

Re: [Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Carel Combrink
Make sure that the 'windowsprintersupport.dll' is installed into the folder 'printsupport' alongside your exe. Your installed folder should look something like: BinFolder: * printsupport - windowsprintersupport.dll - app.exe Regards, On Mon, Oct 23, 2017 at 9:32 AM, Sudhir Sharma

Re: [Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Sudhir Sharma
No, I am using a simple installer which just bundles the binaries and copies DLL files. Regards, Sudhir From: Vadim Peretokin [mailto:vpereto...@gmail.com] Sent: Monday, October 23, 2017 12:50 PM To: Sudhir Sharma Cc: interest@qt-project.org Subject: Re: [Interest]

Re: [Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Vadim Peretokin
Are you using the windeployqt to create a deployment version of your app? On Mon, Oct 23, 2017 at 9:17 AM Sudhir Sharma wrote: > Hi, > > > > I am facing a strange problem, where I am able to invoke Print Dialog from > my development machine(windows 8). > > But when I

[Interest] QT 5.9.2 Print Dialog

2017-10-23 Thread Sudhir Sharma
Hi, I am facing a strange problem, where I am able to invoke Print Dialog from my development machine(windows 8). But when I install my application in difference machine (win 10), the Print Dialog does not show up. Seems to be issue of missing or wrong DLLs in other machine. I have checked for