Update 事件和信号.md

This commit is contained in:
maicss 2019-03-11 20:22:27 +08:00 committed by GitHub
parent 95bd93a7f0
commit 9a888f5afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ X Y坐标显示在`QLabel`组件里
```
self.setMouseTracking(True)
```
鼠标追踪默认没有开启,当有鼠标点击事件发生后才会开启
事件追踪默认没有开启,当开启后才会追踪鼠标的点击事件
```
def mouseMoveEvent(self, e):