Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Shantanu Tushar
You're welcome :) On Wed, Oct 21, 2015 at 12:07 AM, Michael R Nelson wrote: > Your post was very helpful, thanks. > > > > I’ve confirmed the driver selection works as described in the link you > posted, even in the Qt 5.5.1 mingw install I’m using. I’ve lost track of > what may have been at issu

Re: [Interest] Pass socket descriptor to external library

2015-10-20 Thread Bob Hood
On 10/20/2015 3:12 PM, Giuseppe D'Angelo wrote: > Il 20/10/2015 22:17, Bob Hood ha scritto: >> For each incoming >> connection, I need to pass the raw socket descriptor returned by >> QTcpSocket::socketDescriptor() to the library interface for its exclusive >> use. >> >> Are there any conflicts in

Re: [Interest] Pass socket descriptor to external library

2015-10-20 Thread Thiago Macieira
On Tuesday 20 October 2015 14:17:53 Bob Hood wrote: > I have an external library that implements a proprietary protocol with > clients connected via a TCP socket. I'm using Qt as the front end to deal > with discovery (via Avahi) and connections (via QTcpServer). For each > incoming connection, I

Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Thiago Macieira
On Tuesday 20 October 2015 13:37:47 Bob Hood wrote: > > Use another tool besides qmake. For example, cmake. > > So, qmake is the likely culprit here? > > > You said you can't change the names. Does that mean the buildsystem > > existed > > before you started using Creator? If so, did it work? Tha

[Interest] Pass socket descriptor to external library

2015-10-20 Thread Bob Hood
I have an external library that implements a proprietary protocol with clients connected via a TCP socket. I'm using Qt as the front end to deal with discovery (via Avahi) and connections (via QTcpServer). For each incoming connection, I need to pass the raw socket descriptor returned by QTcp

Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Bob Hood
On 10/20/2015 12:08 PM, Thiago Macieira wrote: > On Tuesday 20 October 2015 11:52:55 Bob Hood wrote: >> I'm trying to work on a subproject of a larger application, and I am kind of >> irritated by QtCreator's inability to handle invalid command line >> characters. I cannot change the folder names I

Re: [Interest] Convertion between QImage to QPixmap taking to much time.

2015-10-20 Thread Celal SAVUR
Thank you Allan and Gunnar, I have tried the some of your method but no luck. When I used Qt::NoFormatConversion flag. If I do not enable the openGL for my graphic view, It does not draw a image and it just crash. but whenever I enable the openGL, it draw but speed is same, in addition to that so

Re: [Interest] OS X 10.6.8 Dyld Error Message: Library not loaded: /usr/lib/libc++.1.dylib

2015-10-20 Thread Thiago Macieira
On Tuesday 20 October 2015 18:59:01 Edward Sutton wrote: > Today one customer reported his 27" iMac from mid-2011 was crashing when > launching my Qt 5.5 widget app. > Dyld Error Message: > Library not loaded: /usr/lib/libc++.1.dylib > Referenced from: > /Volumes/TSR/TSR.app/Contents/MacOS/.

[Interest] OS X 10.6.8 Dyld Error Message: Library not loaded: /usr/lib/libc++.1.dylib

2015-10-20 Thread Edward Sutton
Today one customer reported his 27" iMac from mid-2011 was crashing when launching my Qt 5.5 widget app. Is this fixable? Would I need to make a special build machine, and Qt build, to build a version of my app for 10.6 users? If no quick solution, I think my time is better spent persuading cu

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Michael R Nelson
Your post was very helpful, thanks. I’ve confirmed the driver selection works as described in the link you posted, even in the Qt 5.5.1 mingw install I’m using. I’ve lost track of what may have been at issue originally, as it all works as it’s supposed to now, but suspect perhaps I stumbled acr

Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Thiago Macieira
On Tuesday 20 October 2015 11:52:55 Bob Hood wrote: > I'm trying to work on a subproject of a larger application, and I am kind of > irritated by QtCreator's inability to handle invalid command line > characters. I cannot change the folder names I must reference for things > like headers and link l

Re: [Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Giuseppe D'Angelo
Il 20/10/2015 19:52, Bob Hood ha scritto: I cannot change the names of these paths I must reference, nor can I ask them to change the folder names to suite my chosen IDE. I can escape the paths when I am referencing them explicitly (e.g., "../Source \\(Shared\\)/Processing/..." seems to work), b

[Interest] Well, I'm kind of irritated by QtCreator...

2015-10-20 Thread Bob Hood
I'm trying to work on a subproject of a larger application, and I am kind of irritated by QtCreator's inability to handle invalid command line characters. I cannot change the folder names I must reference for things like headers and link libraries, and those paths contain parentheses. QtCreato

Re: [Interest] Infinte animation

2015-10-20 Thread Jérôme Godbout
Just an idea for a Timer based "solution" (more a workaround): you may want to use a Timer to trigger update event, where you could read the actual time and perform a delta by using javascript new Date() object and http://javascript.info/tutorial/datetime-functions#numeric-conversion-date-diff Ma

[Interest] Qt Android app crashing on Nexus 5

2015-10-20 Thread Nuno Santos
Hi, Today a user told me one of my apps was crashing on it’s Nexus 5. I went to Google Developer console to see crashes. There were 8 crashes for Nexus 5 around the same thing. It seems something regarding cryptography. This is the stack trace: *** *** *** *** *** *** *** *** *** *** *** *** *

[Interest] Infinte animation

2015-10-20 Thread Dmitry Volosnykh
I need to continuously increment some value with constant velocity over time until the animation is requested to stop. I.e. I don't know the end value in advance. SmoothedAnimation does not provide constant motion since it accelerates/decelerates. NumberAnimation with loops: Animation.Infinite do

Re: [Interest] Qt3d Support?

2015-10-20 Thread Edward Sutton
From: interest-bounces+edward.sutton=subsite@qt-project.org [mailto:interest-bounces+edward.sutton=subsite@qt-project.org] On Behalf Of Jeremy Sent: Monday, October 19, 2015 8:09 PM To: interest@qt-project.org Subject: [Interest] Qt3d Support? >Is there a better place to get Qt3d suppo

Re: [Interest] Qt3d Support?

2015-10-20 Thread Paul Lemire
> > Subject: Re: [Interest] Qt3d Support? > > Date: Tuesday 20 October 2015, 02:49:09 > > From: Jeremy > > To: Thiago Macieira , interest@qt-project.org > > > > Thanks. > > > > For anyone interested this is what I'm tinkering with > > http://jswigart.github.io/game-analytics/ > > > > I made the

Re: [Interest] QtQuick under Windows Remote Desktop?

2015-10-20 Thread Shantanu Tushar
Adding to what Gunnar said, a very easy way to see what mode your app actually is running is to use http://technet.microsoft.com/en-in/sysinternals/bb896653.aspx and see what DLLs are loaded. If libGLES and friends are loaded, its ANGLE, otherwise it will be opengl32.dll from windows system directo

Re: [Interest] Draw multiple rectangles in a QGraphicsItem using the mouse

2015-10-20 Thread David Carmona
Hi Michael, Thank you for your answer. I'm going to try it and tell you. Regards David Le 20 oct. 2015 08:42, "Michael Sué" a écrit : > Hi, > > > I would like to create a Graphical User Interface which allows the user > to draw as many rectangles as he wants on an image using the left button of