[Qt] Magnifier on OS X

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Sat Feb 17 06:41:21 CET 2007


On 2/16/07, Den Jean <Den.Jean at telenet.be> wrote:
> snippet from Qt's qrect.h
>
> #if defined(Q_OS_MAC)
>     int y1;
>     int x1;
>     int y2;
>     int x2;
> #else
>     int x1;
>     int y1;
>     int x2;
>     int y2;
> #endif

What is the point of this invertion? Is this utilized on Carbon too?
If so, then free pascal should also change the rect.

If not, it would be nice if the Qt bindings could put things in
correct order for us, se we always see a TRect.

-- 
Felipe Monteiro de Carvalho



More information about the Qt mailing list