[Gambas-devel] Drawing an image in QT4
Benoît Minisini
gambas at ...1...
Fri Aug 28 22:05:47 CEST 2009
> Hi, I got the attached project, it draws an the image if I use QT, but
> doesn't with QT4, what I'm doing wrong?
>
> Regards
>
>
> --
> David
The DrawingArea calls Draw.Begin() and Draw.End() for you, so you don't have
to. Read the warning messages printed by Qt4: Qt3 allowed
Draw.Begin(DrawingArea1) to be called twice, not Qt4. It is less tolerant!
--
Benoît
More information about the Devel
mailing list