54 self.vcs = vcs |
54 self.vcs = vcs |
55 |
55 |
56 self.localPath = hd |
56 self.localPath = hd |
57 self.networkPath = "localhost/" |
57 self.networkPath = "localhost/" |
58 self.localProtocol = True |
58 self.localProtocol = True |
|
59 |
|
60 msh = self.minimumSizeHint() |
|
61 self.resize(max(self.width(), msh.width()), msh.height()) |
59 |
62 |
60 @pyqtSlot() |
63 @pyqtSlot() |
61 def on_vcsUrlButton_clicked(self): |
64 def on_vcsUrlButton_clicked(self): |
62 """ |
65 """ |
63 Private slot to display a selection dialog. |
66 Private slot to display a selection dialog. |