Hi! How can I remove items from a canvas? The documentation marks the method QCanvas.removeItem(item) as virtual and internal. Using it results in an AttributeError. Using "del" doesn't really seem to work either... How can I remove complete windows or the complete canvas... Karl