8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
42 Constructor | 42 Constructor |
43 | 43 |
44 @param parent parent widget of this dialog | 44 @param parent parent widget of this dialog |
45 @type QWidget | 45 @type QWidget |
46 """ | 46 """ |
47 super(ShortcutsDialog, self).__init__(parent) | 47 super().__init__(parent) |
48 self.setupUi(self) | 48 self.setupUi(self) |
49 self.setWindowFlags(Qt.WindowType.Window) | 49 self.setWindowFlags(Qt.WindowType.Window) |
50 | 50 |
51 self.__helpViewer = None | 51 self.__helpViewer = None |
52 | 52 |