QPainterPath 的api没有清除的功能,如果要重新画的画可以用delete的方法 delete painterPath; painterPath = new QPainterPath; delete后new可以提供下次画的 ...
確定! 回上一頁