We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120d0d4 commit 7b48339Copy full SHA for 7b48339
qtwidgets/passwordedit/password.py
@@ -15,6 +15,7 @@
15
class PasswordEdit(QtWidgets.QLineEdit):
16
"""
17
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.
19
20
21
def __init__(self, show_visibility=True, *args, **kwargs):
0 commit comments