QPainterPath 是一个集合,比如我要画个矩形,不通过addRect方法,使用lineTo,它会保存当前点,如 QPainterPath path; path.moveTo(10,10);
確定! 回上一頁