8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
23 """ | 23 """ |
24 Constructor | 24 Constructor |
25 | 25 |
26 @param parent reference to the parent widget (QWidget) | 26 @param parent reference to the parent widget (QWidget) |
27 """ | 27 """ |
28 super(SslLabel, self).__init__(parent) | 28 super().__init__(parent) |
29 | 29 |
30 self.setFocusPolicy(Qt.FocusPolicy.NoFocus) | 30 self.setFocusPolicy(Qt.FocusPolicy.NoFocus) |
31 | 31 |
32 def setValidity(self, valid): | 32 def setValidity(self, valid): |
33 """ | 33 """ |