Hi -

Is there a simple way to convert a python list of coordinates into a QPolygon in qt4? It seems that passing python lists full of QPoint values seems very memory intensive, taking several times more memory than a similar list of Python objects.

Would it be possible to allow straight Python lists to be passed to functions which take arrays of points?

QPainter.drawLines([1,2,3,4,...]) would be very handy. I seem to remember you could do something similar with qt3 using QPointArray([1,2,3,4...]).

Thanks

Jeremy

--
Jeremy Sanders <[EMAIL PROTECTED]>
http://www.jeremysanders.net/                Cambridge, UK
Public Key Server PGP Key ID: E1AAE053

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to