On Tue Aug 18 14:16:05 BST 2009, vidyadhar wrote: > i have no idea as how to go about for devloping an application similar to > paint the one in windows. the one which has a pen tool, eraser,shapes to > draw. I would like to use the tool to highlight an area on picture. > so anyone has any idea how to use Qpainter class . > please help me with an example if possible. or how to go abt
Take a look at the Scribble example supplied with PyQt (in examples/widgets) and read through this tutorial: http://www.zetcode.com/tutorials/pyqt4/drawing/ David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
