[Interest] Issue with toLatin1()

2017-09-13 Thread Sudhir Sharma
Hi, I am getting following error while executing my application on QT 5.9.1 with VS2015 (win64). Any idea what could be issue? "The procedure entry point tolatin1 could not be located in qt5xml.dll" Regards, Sudhir http://www.mindtree.com/email/disclaimer.html

Re: [Interest] [Android-development] Qt for Android - Signed Debug Packages by QtCreator

2017-09-13 Thread coroberti .
Yes, voted. This is not only the name being wrong. You can look at the code of androiddeplyqt to see what happens and what is the difference between debug package and release. When --sign is passed by QtCreator, this signals to androiddeplyqt to make the release package, and this is where the wr

[Interest] Layouting children on Resize event vs LayoutRequest event

2017-09-13 Thread Christian Gagneraud
Hi there, I am observing a fundamental behaviour difference when moving/resizing children widgets in resizeEvent vs doing the same on a LayoutRequest event. Basically, if i move the children on Resize event, Qt will triggers events in 2 bunches (traced with QApplication ::notify() overload), the

Re: [Interest] [Android-development] Qt for Android - Signed Debug Packages by QtCreator

2017-09-13 Thread Jason H
https://bugreports.qt.io/browse/QTBUG-58799 > Sent: Wednesday, September 13, 2017 at 12:29 PM > From: "coroberti ." > To: "Jason H" > Cc: "interest@qt-project.org" , android-development > > Subject: Re: [Android-development] Qt for Android - Signed Debug Packages by > QtCreator > > Dear Jason

Re: [Interest] [Android-development] Qt for Android - Signed Debug Packages by QtCreator

2017-09-13 Thread coroberti .
Dear Jason, What is the bug report number or link to vote? Thanks! Kind regards, Robert On Wed, Sep 13, 2017 at 6:55 PM, Jason H wrote: > I filed a bug about this. Vote for it. > > However the result for me was a debug package, just incorrectly named. > > >> Sent: Wednesday, September 13, 2017

Re: [Interest] [Android-development] Qt for Android - Signed Debug Packages by QtCreator

2017-09-13 Thread Jason H
I filed a bug about this. Vote for it. However the result for me was a debug package, just incorrectly named. > Sent: Wednesday, September 13, 2017 at 6:58 AM > From: "coroberti ." > To: "interest@qt-project.org" , android-development > > Subject: [Android-development] Qt for Android - Signed

[Interest] Qt for Android - Signed Debug Packages by QtCreator

2017-09-13 Thread coroberti .
Hi, androiddeployqt with flag --sign passed by QtCreator makes release package and never debug package. Sometimes, there is a need to bug Qt Android software from QtCreator using a debug package that could work only if it is signed, i.e. when using Google's API where authentication uses signature

Re: [Interest] What's the purpose of Q_DECLARE_INTERFACE?

2017-09-13 Thread Christian Gagneraud
On 13/09/2017 8:32 pm, "Elvis Stansvik" wrote: (Adding back the interest@ list to recipients) 2017-09-13 10:15 GMT+02:00 Christian Gagneraud : > > > On 13/09/2017 7:26 pm, "Elvis Stansvik" wrote: > > I'm reading about extending applications with Qt plugins. > > What is the purpose of the Q_DECL

Re: [Interest] What's the purpose of Q_DECLARE_INTERFACE?

2017-09-13 Thread Christian Gagneraud
On 13/09/2017 8:32 pm, "Elvis Stansvik" wrote: (Adding back the interest@ list to recipients) Thanks for doing that, I never reply in private without good reason. But I used my phone to answer your message, so I guess something went wrong... Chris 2017-09-13 10:15 GMT+02:00 Christian Gagnera

Re: [Interest] What's the purpose of Q_DECLARE_INTERFACE?

2017-09-13 Thread Elvis Stansvik
(Adding back the interest@ list to recipients) 2017-09-13 10:15 GMT+02:00 Christian Gagneraud : > > > On 13/09/2017 7:26 pm, "Elvis Stansvik" wrote: > > I'm reading about extending applications with Qt plugins. > > What is the purpose of the Q_DECLARE_INTERFACE/Q_INTERFACES mechanism? > > The doc

Re: [Interest] QtWebEngine Linux navigator object

2017-09-13 Thread Alexandru Croitor
> On 13. Sep 2017, at 08:41, Johannes Pointner wrote: > > Hi Alexandru, > > thanks for the hint. I added a few debug messages and saw that the > chromium code doesn't know that there is a touch device > available(touch_device_linux.cc:IsTouchDevicePresent() ) -> so > maxTouchPoints returns obvi

[Interest] What's the purpose of Q_DECLARE_INTERFACE?

2017-09-13 Thread Elvis Stansvik
I'm reading about extending applications with Qt plugins. What is the purpose of the Q_DECLARE_INTERFACE/Q_INTERFACES mechanism? The docs says: "This macro associates the given Identifier (a string literal) to the interface class called ClassName." [1] and "Use the Q_DECLARE_INTERFACE(