mirror of
https://github.com/maicss/PyQt5-Chinese-tutorial.git
synced 2025-01-24 21:12:54 +08:00
Update 自定义控件.md
This commit is contained in:
parent
5969ee92e1
commit
55087fc6fa
1
自定义控件.md
1
自定义控件.md
@ -203,4 +203,3 @@ def changeValue(self, value):
|
||||
When we move the slider, the changeValue() method is called. Inside the method, we send a custom updateBW signal with a parameter. The parameter is the current value of the slider. The value is later used to calculate the capacity of the Burning widget to be drawn. The custom widget is then repainted.
|
||||
|
||||
![burning widget](./image/10-burning.png)
|
||||
Figure: The burning widget
|
Loading…
x
Reference in New Issue
Block a user