Re: [Interest] QPainter overlapping lines display problem.

2017-10-18 Thread Reinhardt Behm
On Monday 16 October 2017 12:17:28 Loic Le Goff wrote: > Hello developpers ! > > I'am trying to draw multiple lines with a width of 1px (my pen is fully > opaque), some of them are sitting on top of each other on some segments. > The default display at scale 1 is fine/uniform. > When I zoom out, l

[Interest] QPainter overlapping lines display problem.

2017-10-18 Thread Loic Le Goff
Hello developpers ! I'am trying to draw multiple lines with a width of 1px (my pen is fully opaque), some of them are sitting on top of each other on some segments. The default display at scale 1 is fine/uniform. When I zoom out, lines become less than 1px on screen and they start to appear with o

[Interest] QApplication::ApplicationStateChanged Signal Not Emitted When In EGLFS

2017-10-18 Thread Odie McNally
Hi all, I have a QApplication object have connected its QApplicationStateChanged signal to a slot in a custom object. In the slot, I test on the Qt::ApplicationState parameter and, if the QApplication is in the ApplicationReady state I begin drawing objects on my interface. This works fine when

Re: [Interest] CMAKE with Static Qt

2017-10-18 Thread Kevin Funk
On Friday, 6 October 2017 00:17:57 CEST wrote: > Does qt support static executable builds with cmake without the need to > explicitly define all the dependent libraries? Is there any solution I can > look up online? Unfortunately it is not possible at the moment, the functionality has no

[Interest] make QCompleter behave like terminal compleetion

2017-10-18 Thread Frank Rueter | OHUfx
Hi all, I am trying to make a QLineEdit behave like a terminal in terms of auto completing file paths when hitting the tab key. I found this article but it only gets me half way there. The tab key does work with this (sligh

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Hamish Moffatt
On 19/10/17 02:14, Marek.Floriańczyk wrote: the problem is the same: Can't access camera and microphone. Please explain me, how open source webRTC should be different in that case ? There is open source webRTC in Qt and I'm sure it works in QWebEngineView. But since on mobile platform only avai

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Konstantin Tokarev
18.10.2017, 20:30, "Marek.Floriańczyk" : > Dnia środa, 18 października 2017 19:16:30 CEST Konstantin Tokarev pisze: >>  18.10.2017, 18:15, "Marek.Floriańczyk" : >>  > Dnia środa, 18 października 2017 17:26:06 CEST Konstantin Tokarev pisze: >>  >> 17.10.2017, 17:38, "Marek.Floriańczyk" : >>  >> >

Re: [Interest] QML Scene2D No Keyboard Events

2017-10-18 Thread Kevron Rees
On Tue, Oct 17, 2017 at 3:05 PM Jérôme Godbout wrote: > Make sure you forward the Keys to the elements that can handle them: > > Keys.forwardTo: [] > > You can take a look at > http://doc.qt.io/qt-5/qml-qtquick-keys.html#key-handling-priorities > you probably have something else that is grabbing

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Marek.Floriańczyk
Dnia środa, 18 października 2017 19:16:30 CEST Konstantin Tokarev pisze: > 18.10.2017, 18:15, "Marek.Floriańczyk" : > > Dnia środa, 18 października 2017 17:26:06 CEST Konstantin Tokarev pisze: > >> 17.10.2017, 17:38, "Marek.Floriańczyk" : > >> > Dnia wtorek, 17 października 2017 16:27:05 CEST Jas

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Konstantin Tokarev
18.10.2017, 18:15, "Marek.Floriańczyk" : > Dnia środa, 18 października 2017 17:26:06 CEST Konstantin Tokarev pisze: >>  17.10.2017, 17:38, "Marek.Floriańczyk" : >>  > Dnia wtorek, 17 października 2017 16:27:05 CEST Jason H pisze: >>  >> > Sent: Wednesday, October 11, 2017 at 12:47 PM >>  >> > Fro

Re: [Interest] QStringLiteral and Visual Studio 2017 15.3 :(

2017-10-18 Thread Thiago Macieira
On Wednesday, 18 October 2017 07:58:42 PDT Philippe wrote: > FYI, I just discovered that QStringLiteral has become pretty expensive under > Visual Studio 2017 15.3, compared to the past (Visual Studio 2015). > > Much more assembly code generated for the associated lambda, and > _Init_thread_header

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Marek.Floriańczyk
Dnia środa, 18 października 2017 17:26:06 CEST Konstantin Tokarev pisze: > 17.10.2017, 17:38, "Marek.Floriańczyk" : > > Dnia wtorek, 17 października 2017 16:27:05 CEST Jason H pisze: > >> > Sent: Wednesday, October 11, 2017 at 12:47 PM > >> > From: "Marek.Floriańczyk" > >> > To: interest@qt-pro

[Interest] QStringLiteral and Visual Studio 2017 15.3 :(

2017-10-18 Thread Philippe
FYI, I just discovered that QStringLiteral has become pretty expensive under Visual Studio 2017 15.3, compared to the past (Visual Studio 2015). Much more assembly code generated for the associated lambda, and _Init_thread_header / _Init_thread_footer is called at the first call of each instanc

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Konstantin Tokarev
17.10.2017, 17:38, "Marek.Floriańczyk" : > Dnia wtorek, 17 października 2017 16:27:05 CEST Jason H pisze: >>  > Sent: Wednesday, October 11, 2017 at 12:47 PM >>  > From: "Marek.Floriańczyk" >>  > To: interest@qt-project.org >>  > Subject: [Interest] WebView will someone shed some light please >>

Re: [Interest] WebView will someone shed some light please

2017-10-18 Thread Jason H
> It's not web-driven app, there are push notifications, in app purchase, > google > api authorization and a few more. WebRTC allows me to use some "call center" > infrastructure with TURN and STUN servers provided by VoIP provider. They > have > commercial JS library where all webRTC commun

Re: [Interest] [Development] Qt installation prefix path issue

2017-10-18 Thread Christian Gagneraud
On 18/10/2017 8:08 pm, "Thiago Macieira" wrote: [moving to the interest mailing list; please drop development@ when replying] On Tuesday, 17 October 2017 23:38:24 PDT bhaskar kotha wrote: > How to configure Qt so that Qmake should not take absolute path. That's not possible. You can't move Qt:

Re: [Interest] [Development] Qt installation prefix path issue

2017-10-18 Thread Thiago Macieira
[moving to the interest mailing list; please drop development@ when replying] On Tuesday, 17 October 2017 23:38:24 PDT bhaskar kotha wrote: > How to configure Qt so that Qmake should not take absolute path. That's not possible. You can't move Qt: you have to decide where it's going to be the mom