Helpviewer/Passwords/PasswordsDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
18 18
19 from .Ui_PasswordsDialog import Ui_PasswordsDialog 19 from .Ui_PasswordsDialog import Ui_PasswordsDialog
20 20
21 import UI.PixmapCache 21 import UI.PixmapCache
22 22
23
23 class PasswordsDialog(QDialog, Ui_PasswordsDialog): 24 class PasswordsDialog(QDialog, Ui_PasswordsDialog):
24 """ 25 """
25 Class implementing a dialog to show all saved logins. 26 Class implementing a dialog to show all saved logins.
26 """ 27 """
27 def __init__(self, parent = None): 28 def __init__(self, parent=None):
28 """ 29 """
29 Constructor 30 Constructor
30 31
31 @param parent reference to the parent widget (QWidget) 32 @param parent reference to the parent widget (QWidget)
32 """ 33 """

eric ide

mercurial