10435:c712d09cc839 | 10436:f6881d10e995 |
---|---|
25 | 25 |
26 def __init__(self, parent=None): | 26 def __init__(self, parent=None): |
27 """ | 27 """ |
28 Constructor | 28 Constructor |
29 | 29 |
30 @param parent reference to the parent widget (QWidget) | 30 @param parent reference to the parent widget |
31 @type QWidget | |
31 """ | 32 """ |
32 super().__init__(parent) | 33 super().__init__(parent) |
33 self.setupUi(self) | 34 self.setupUi(self) |
34 | 35 |
35 self.__showPasswordsText = self.tr("Show Passwords") | 36 self.__showPasswordsText = self.tr("Show Passwords") |