51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#QPainterPath
关于QT的QPainterPath::arcTo 详解
这个函数文档的意思就是画弧,看了文档也不太明白,自己做了demo终于明白了意思voidTestArcTo::paintEvent(QPaintEvent*){QPointstartPt(30,30);QRectrect(startPt.x(),startPt.y(),200,200);QPainterp(this);p...
代码星球
·
2021-02-14
关于
QT
QPainterPath
arcTo
详解
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他