Skip to content

Commit 9a888f5

Browse files
authored
Update 事件和信号.md
1 parent 95bd93a commit 9a888f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

事件和信号.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ X Y坐标显示在`QLabel`组件里
228228
```
229229
self.setMouseTracking(True)
230230
```
231-
鼠标追踪默认没有开启,当有鼠标点击事件发生后才会开启
231+
事件追踪默认没有开启,当开启后才会追踪鼠标的点击事件
232232

233233
```
234234
def mouseMoveEvent(self, e):

0 commit comments

Comments
 (0)