54 self.localPath = hd |
54 self.localPath = hd |
55 self.networkPath = "localhost/" |
55 self.networkPath = "localhost/" |
56 self.localProtocol = True |
56 self.localProtocol = True |
57 |
57 |
58 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators( |
58 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators( |
59 Preferences.getMultiProject("Workspace") or |
59 Preferences.getMultiProject("Workspace") or |
60 Utilities.getHomeDir())) |
60 Utilities.getHomeDir())) |
61 |
61 |
62 @pyqtSlot() |
62 @pyqtSlot() |
63 def on_vcsUrlButton_clicked(self): |
63 def on_vcsUrlButton_clicked(self): |
64 """ |
64 """ |