8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
21 """ | 21 """ |
22 Constructor | 22 Constructor |
23 | 23 |
24 @param parent parent widget (QWidget) | 24 @param parent parent widget (QWidget) |
25 """ | 25 """ |
26 super(PyRegExpWizardRepeatDialog, self).__init__(parent) | 26 super().__init__(parent) |
27 self.setupUi(self) | 27 self.setupUi(self) |
28 | 28 |
29 self.unlimitedButton.setChecked(True) | 29 self.unlimitedButton.setChecked(True) |
30 | 30 |
31 msh = self.minimumSizeHint() | 31 msh = self.minimumSizeHint() |