On quarta-feira, 24 de julho de 2013 17:12:50, achart...@fastmail.fm wrote:
> Hi,
>
> I am not sure if this is the right mailing list to ask but I thought I'd
> ask anyway.
>
> >From my understanding, the Qt online installer is implemented using the
>
> Qt Installer Framework. I am currently wor
On quarta-feira, 24 de julho de 2013 20:32:26, Juan Navarro wrote:
> Hello all,
>
> I’m using qFuzzyCompare(a, b) in order to handle all floating point
> comparisons, but it has severe limitations when a or b may be zero.
>
> Somewhere in the docs it is recommended to add +1 to the values, but this
Hello all,
I’m using qFuzzyCompare(a, b) in order to handle all floating point
comparisons, but it has severe limitations when a or b may be zero.
Somewhere in the docs it is recommended to add +1 to the values, but this
is not a really useful suggestion because some of the values might be -1.0,
On Wed, Jul 24, 2013 at 1:36 AM, Rutledge Shawn wrote:
>
> On 23 Jul 2013, at 9:16 PM, Chris Meyer wrote:
>
> > I've been working on adding support for external drag and drop to
> QtQuick. I've created a patch which addresses the basic needs and have used
> the resulting capabilities in my non-tri