79 |
79 |
80 self.subReposCheckBox.setEnabled(vcs.hasSubrepositories()) |
80 self.subReposCheckBox.setEnabled(vcs.hasSubrepositories()) |
81 |
81 |
82 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) |
82 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) |
83 |
83 |
84 self.__projectPath = \ |
84 self.__projectPath = ( |
85 vcs.getPlugin().getProjectHelper().getProject().getProjectPath() |
85 vcs.getPlugin().getProjectHelper().getProject().getProjectPath() |
|
86 ) |
86 |
87 |
87 msh = self.minimumSizeHint() |
88 msh = self.minimumSizeHint() |
88 self.resize(max(self.width(), msh.width()), msh.height()) |
89 self.resize(max(self.width(), msh.width()), msh.height()) |
89 |
90 |
90 @pyqtSlot(str) |
91 @pyqtSlot(str) |