28 Constructor |
30 Constructor |
29 |
31 |
30 @param vcs reference to the vcs object |
32 @param vcs reference to the vcs object |
31 @param parent parent widget (QWidget) |
33 @param parent parent widget (QWidget) |
32 """ |
34 """ |
33 super().__init__(parent) |
35 super(SvnPropListDialog, self).__init__(parent) |
34 self.setupUi(self) |
36 self.setupUi(self) |
35 SvnDialogMixin.__init__(self) |
37 SvnDialogMixin.__init__(self) |
36 |
38 |
37 self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) |
39 self.buttonBox.button(QDialogButtonBox.Close).setEnabled(False) |
38 self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) |
40 self.buttonBox.button(QDialogButtonBox.Cancel).setDefault(True) |