Re: [Interest] Application build times using Qt4 vs Qt5

2014-07-29 Thread Mandeep Sandhu
I'd love to see #42! :D On Tue, Jul 29, 2014 at 1:15 PM, wrote: > Very true... just wondering #0 to #36... any link? :) > > Le 29-07-2014 20:46, william.croc...@analog.com a écrit : >> On 07/29/2014 02:22 PM, Adam Light wrote: >>> I've noticed that compiling my application takes considerably lon

Re: [Interest] Application build times using Qt4 vs Qt5

2014-07-29 Thread maitai
Very true... just wondering #0 to #36... any link? :) Le 29-07-2014 20:46, william.croc...@analog.com a écrit : > On 07/29/2014 02:22 PM, Adam Light wrote: >> I've noticed that compiling my application takes considerably longer >> when >> compiling using Qt5 vs. Qt 4. This is true on Macintosh 10

Re: [Interest] Application build times using Qt4 vs Qt5

2014-07-29 Thread william.croc...@analog.com
On 07/29/2014 02:22 PM, Adam Light wrote: > I've noticed that compiling my application takes considerably longer when > compiling using Qt5 vs. Qt 4. This is true on Macintosh 10.9 and Windows 7. > I'm > comparing builds done using the same machine with the same application source > code. > Sad

[Interest] Application build times using Qt4 vs Qt5

2014-07-29 Thread Adam Light
I've noticed that compiling my application takes considerably longer when compiling using Qt5 vs. Qt 4. This is true on Macintosh 10.9 and Windows 7. I'm comparing builds done using the same machine with the same application source code. For example, Macintosh: Qt 4.8.6: Elapsed time: 06:20 Qt 5.4

[Interest] doing bindings in C++

2014-07-29 Thread Zsombor Egri
Hi guys, I'm creating a component in C++ which when used should automatically be bound to parent's width and a given height provided by a function. The component is made in C++ due to performance reasons, so when used in a Flickable, creating of 1000 items is done instantly. So in short I'd need

[Interest] Parse.com JS Library in QML

2014-07-29 Thread Jason H
I am trying to use the parse.com JS library, but it seems to choke on the "(function()" syntax, along with it's use of '_'. Does anyone know how to modify the library to work within QML? ___ Interest mailing list Interest@qt-project.org http://lists.qt

[Interest] Parse.com

2014-07-29 Thread Jason H
___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] [ActiveX] How to use QAxAggregated with multiple interfaces?

2014-07-29 Thread Denis Shienkov
Hi all. >From the documentation on Qt ActiveX framework it is unclear how to use (aggregate) a multiple interfaces. For example, my ActiveX Server uses COM objects with two interfaces: ICredentialProvider && ICredentialProviderCredential. To me it is unclear how to me bind and to aggregate these