Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
54 54
55 self.sourceEdit.setText(source) 55 self.sourceEdit.setText(source)
56 56
57 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) 57 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
58 58
59 msh = self.minimumSizeHint()
60 self.resize(max(self.width(), msh.width()), msh.height())
61
59 def getData(self): 62 def getData(self):
60 """ 63 """
61 Public method to retrieve the copy data. 64 Public method to retrieve the copy data.
62 65
63 @return the target name (string) and a flag indicating 66 @return the target name (string) and a flag indicating

eric ide

mercurial