Hi Guys
I've got a GO game board drawing to a QCanvasView using QCanvasPolyItems.
When I want to redraw the board (on resize event, etc) I think I'll need to delete all the items on the canvas & redraw them to the new sizes. [I guess I could scale them, but anyway...].
So my question is how do you delete a QCanvasItem from a QCanvas?
I know I can get a list of items on the canvas with the allItems() member func, but I can seem to find a delete or clear type func for the QCanvasItem.
Cheers
Siggy