mirror of
https://github.com/Wanderson-Magalhaes/PyOneDark_Qt_Widgets_Modern_GUI.git
synced 2026-07-06 17:15:09 +00:00
16/06/2021
This commit is contained in:
@@ -59,7 +59,6 @@ class PyToggle(QCheckBox):
|
||||
else:
|
||||
self.animation.setEndValue(4)
|
||||
self.animation.start()
|
||||
print(f"Status: {self.isChecked()}")
|
||||
|
||||
def hitButton(self, pos: QPoint):
|
||||
return self.contentsRect().contains(pos)
|
||||
|
||||
Reference in New Issue
Block a user