Skip to content

Commit 7b48339

Browse files
authored
Update password.py
1 parent 120d0d4 commit 7b48339

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qtwidgets/passwordedit/password.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
class PasswordEdit(QtWidgets.QLineEdit):
1616
"""
1717
Password LineEdit with icons to show/hide password entries.
18+
Based on this example https://kushaldas.in/posts/creating-password-input-widget-in-pyqt.html by Kushal Das.
1819
"""
1920

2021
def __init__(self, show_visibility=True, *args, **kwargs):

0 commit comments

Comments
 (0)