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 |