src/eric7/EricWidgets/EricPasswordMeter.py

branch
eric7
changeset 10933
95a15b70f7bb
parent 10689
3ede487187f2
child 11090
f5f5f5803935
equal deleted inserted replaced
10932:82de5109035a 10933:95a15b70f7bb
7 Module implementing a custom widget indicating the strength of a password. 7 Module implementing a custom widget indicating the strength of a password.
8 """ 8 """
9 9
10 from PyQt6.QtWidgets import QProgressBar 10 from PyQt6.QtWidgets import QProgressBar
11 11
12 from eric7.Utilities.PasswordChecker import PasswordChecker, PasswordStrength 12 from eric7.EricUtilities.EricPasswordChecker import PasswordChecker, PasswordStrength
13 13
14 14
15 class EricPasswordMeter(QProgressBar): 15 class EricPasswordMeter(QProgressBar):
16 """ 16 """
17 Class implementing a custom widget indicating the strength of a password. 17 Class implementing a custom widget indicating the strength of a password.

eric ide

mercurial