[Interest] How to get all MapItems in a given region?

2016-11-07 Thread Kishore Jonnalagadda
I could not find any API for this... I want to be able to get a list of all the mapitems on a map that have coordinates that lie within a given (rectangular) region. What is the best way to do this? The only way I see right now is to iterate all the items returned by the mapItems() API and chec

Re: [Interest] Long pause with 5.7

2016-11-07 Thread william.croc...@analog.com
I am porting my app to Qt 5.7 When I run it, it appears on the screen, but there is a long pause (~10 secs.) before it is responsive. I ran it with strace and there is a point where it makes 100K calls to the poll() function, which accounts for the long pause. I tried running it in a debugger,

Re: [Interest] Qt Platform plugins

2016-11-07 Thread Thiago Macieira
On segunda-feira, 7 de novembro de 2016 18:34:50 CST Schaefer, Brandon wrote: > Is it possible to load multiple "platform" plugins at the same time? If so, > whats the correct command line way to pass in these arguments? e.g. : > QT_DEBUG_PLUGINS=1 myapp -platform linuxfb -platform vnc No. > If t

Re: [Interest] Long pause with 5.7

2016-11-07 Thread Thiago Macieira
On segunda-feira, 7 de novembro de 2016 08:44:41 CST Bill Crocker wrote: > Hello: > > I am porting my app to Qt 5.7 > When I run it, it appears on the screen, > but there is a long pause (~10 secs.) before it is responsive. > I ran it with strace and there is a point where it makes > 100K calls to

Re: [Interest] VNC Plugin in 5.8.0 Beta to 5.6.1

2016-11-07 Thread Andrew Knight
Hi Brandon, On 11/04/16 17:27, Schaefer, Brandon wrote: > Hello, > > I'm trying to get VNC plugin that is in 5.8.0 Beta to work with 5.6.1, and > I'm running into issues during compile regarding cursors. QT_NO_CURSOR is > defined during build, and I'll get errors in plugins/platforms/vnc/qvnc.c

[Interest] Qml Attached properties list inheritance

2016-11-07 Thread Jérôme Godbout
Hi, I would like to know if this is possible to make inherited attached properties into Qml declaration append to a list of items. Example: *file A.qml* Item { AttachmentClass.myList: ['w', 'x', 'z'] } *file B.qml* A { AttachmentClass.myList: ['t', 'u'] } I would like to know if it's poss

[Interest] Problem with Qt Charts in 5.7

2016-11-07 Thread Ian Geiser
Greetings, I am trying to emulate a sparkline with Qt Charts but for some reason I cannot get the width of the chart to extend to both the right and left margins. Even when I set them to "0". Top and Bottom margins seem to have an impact on the height of the chart though. It almost looks as

[Interest] Qt Platform plugins

2016-11-07 Thread Schaefer, Brandon
A couple related questions: Is it possible to load multiple "platform" plugins at the same time? If so, whats the correct command line way to pass in these arguments? e.g. : QT_DEBUG_PLUGINS=1 myapp -platform linuxfb -platform vnc If this isn't possible, is it possible to turn say the VNC platfor

Re: [Interest] Long pause with 5.7

2016-11-07 Thread Jason H
> Sent: Monday, November 07, 2016 at 8:48 AM > From: "william.croc...@analog.com" > To: interest@qt-project.org > Subject: Re: [Interest] Long pause with 5.7 > > On 11/07/2016 08:44 AM, Bill Crocker wrote: > > This sender failed our fraud detection checks and may not be who they > > appear to >

Re: [Interest] Long pause with 5.7

2016-11-07 Thread william.croc...@analog.com
On 11/07/2016 08:44 AM, Bill Crocker wrote: This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing I am pretty sure I am who I appear to be. Bill ___ Interest mail

[Interest] Long pause with 5.7

2016-11-07 Thread Bill Crocker
Hello: I am porting my app to Qt 5.7 When I run it, it appears on the screen, but there is a long pause (~10 secs.) before it is responsive. I ran it with strace and there is a point where it makes 100K calls to the poll() function, which accounts for the long pause. I tried running it in a debug

Re: [Interest] Qt World Summit 2016 on Qt Lite?

2016-11-07 Thread Johannes Lochmann
Hi, > Any chance for the videos to be published on Youtube QtStudio account like it > was done in 2015? I would be *very* interested in that, too! Johannes ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/

Re: [Interest] Qt World Summit 2016 on Qt Lite?

2016-11-07 Thread Carl Engh
Let me get back to you on that. Your request has been noted. Carl -Original Message- From: Benjamin TERRIER [mailto:b.terr...@gmail.com] Sent: 7. november 2016 11:23 To: Carl Engh Cc: Qt Interest Subject: Re: [Interest] Qt World Summit 2016 on Qt Lite? 2016-11-04 16:51 GMT+01:00 Car

Re: [Interest] Qt World Summit 2016 on Qt Lite?

2016-11-07 Thread Benjamin TERRIER
2016-11-04 16:51 GMT+01:00 Carl Engh : > We have made screen and audio recordings of the session held by The Qt > Company employees from the summit including sessions by Lars Knoll and Nils > C. Roscher-Nielsen . After we are done editing they will be made available – > most likely through Qt Accou

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-07 Thread Nuno Santos
Great! Thanks Thiago! Regards, Nuno > On 07 Nov 2016, at 09:31, Thiago Macieira wrote: > > On segunda-feira, 7 de novembro de 2016 08:44:21 CST Nuno Santos wrote: >> I will try this. > > You will also want to force rcc to not compress the file: > > QMAKE_RESOURCE_FLAGS += -no-compress > > -

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-07 Thread Thiago Macieira
On segunda-feira, 7 de novembro de 2016 08:44:21 CST Nuno Santos wrote: > I will try this. You will also want to force rcc to not compress the file: QMAKE_RESOURCE_FLAGS += -no-compress -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Cente

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-07 Thread Nuno Santos
I will try this. Thanks! Nuno > On 07 Nov 2016, at 08:40, Alexandru Croitor wrote: > > Hi, > > from Qt 5.4.0 changes file: > > rcc now supports an optional, two-pass compilation that improves build > times for large resource bundles. This feature can be enabled by adding > "CONFIG += resourc

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-07 Thread Alexandru Croitor
Hi, from Qt 5.4.0 changes file: rcc now supports an optional, two-pass compilation that improves build times for large resource bundles. This feature can be enabled by adding "CONFIG += resources_big" to your .pro file. Note that this feature may interfere with builds that enable link-time code