Qt虚线

enum PenStyle { // pen style
NoPen,
SolidLine,
DashLine,
DotLine,
DashDotLine,
DashDotDotLine,
CustomDashLine
#ifndef Q_MOC_RUN
, MPenStyle = 0x0f
#endif
};

posted @ 2021-05-08 20:31  西北逍遥  阅读(283)  评论(0编辑  收藏  举报