Added a lot of comments to functions in the source code
This commit is contained in:
@@ -97,7 +97,6 @@ class QSwitch(QAbstractButton):
|
||||
def paintEvent(self, event):
|
||||
"""Drawing the switch itself.
|
||||
"""
|
||||
|
||||
qPaint = QPainter(self)
|
||||
qPaint.setRenderHint(QPainter.Antialiasing, True)
|
||||
qPaint.setPen(Qt.NoPen)
|
||||
|
||||
Reference in New Issue
Block a user