setPen 公共函数用于设置 QPainter 2D 图形描绘钢笔样式,包含以下 3 种形式:
setPen(const QPen & pen) setPen(const QColor & color) setPen(Qt::PenStyle style)
setPen 公共函数必须放在 QPainter 描绘器 begin(QPaintDevice * device) 公共函数后。
Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.