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
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
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
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
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
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
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
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/.
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
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
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
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
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
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
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:
*** *** *** *** *** *** *** *** *** *** *** *** *
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
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
> > 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
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
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
20 matches
Mail list logo