Canvas的画图功能,我想线的样式,是PenStyle的哪几种。但我发现,设置的时候,strokeStyle只能设置成BrushStyle的哪几种类型。
context.strokeStyle =context.createPattern( color, Qt.Dense5Pattern)
上面的代码,是设置成BrushStyle。
我想的是,下面的几种。
Qt::SolidLine
Qt::DashLine
Qt::DotLine
Qt::DashDotLine
Qt::DashDotDotLine
Qt::CustomDashLine