85 |
85 |
86 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) |
86 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) |
87 |
87 |
88 self.__projectPath = \ |
88 self.__projectPath = \ |
89 vcs.getPlugin().getProjectHelper().getProject().getProjectPath() |
89 vcs.getPlugin().getProjectHelper().getProject().getProjectPath() |
|
90 |
|
91 msh = self.minimumSizeHint() |
|
92 self.resize(max(self.width(), msh.width()), msh.height()) |
90 |
93 |
91 @pyqtSlot(str) |
94 @pyqtSlot(str) |
92 def on_archiveEdit_textChanged(self, archive): |
95 def on_archiveEdit_textChanged(self, archive): |
93 """ |
96 """ |
94 Private slot to handle changes of the archive name. |
97 Private slot to handle changes of the archive name. |