1130:3e9f0330f833 | 1131:7781e396c903 |
---|---|
23 Constructor | 23 Constructor |
24 | 24 |
25 @param vcs reference to the vcs object | 25 @param vcs reference to the vcs object |
26 @param parent parent widget (QWidget) | 26 @param parent parent widget (QWidget) |
27 """ | 27 """ |
28 QDialog.__init__(self, parent) | 28 super().__init__(parent) |
29 self.setupUi(self) | 29 self.setupUi(self) |
30 | 30 |
31 if Utilities.isWindowsPlatform(): | 31 if Utilities.isWindowsPlatform(): |
32 self.optionChars = ['-', '/'] | 32 self.optionChars = ['-', '/'] |
33 else: | 33 else: |