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 """ |