遇到的一些Qt函数记录

来源:互联网 发布:华为tsm认证通过后数据 编辑:程序博客网 时间:2024/05/21 08:42
 

Qt::MouseButton QMouseEvent::button () const

Returns the button that caused the event.

Note that the returned value is always Qt::NoButton for mouse move events.

See also buttons() and Qt::MouseButton.

原创粉丝点击