使用setCursor(Qt::CursorShape)来设置鼠标样式,Qt::CursorShape包含以下选项:
1、正常选择
Qt::ArrowCursor
Qt::ForbiddenCursor
6、水平分割
Qt::SplitHCursor
7、垂直分割
Qt::SplitVCursor
8、水平调整
Qt::SizeHorCursor
9、垂直调整
Qt::SizeVerCursor
Qt::SizeFDiagCursor
12、候选
Qt::UpArrowCursor
Qt::SizeAllCursor
Qt::IBeamCursor
15、帮助选择
Qt::WhatsThisCursor
16、关闭手型
Qt::ClosedHandCursor
17、打开手型
Qt::OpenHandCursor
18、手型
Qt::PointingHandCursor
以下是Qt助手里面的内容:
注: