51 self.localPath = hd |
51 self.localPath = hd |
52 self.networkPath = "localhost/" |
52 self.networkPath = "localhost/" |
53 self.localProtocol = True |
53 self.localProtocol = True |
54 |
54 |
55 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators( |
55 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators( |
56 Preferences.getMultiProject("Workspace"))) |
56 Preferences.getMultiProject("Workspace") or Utilities.getHomeDir())) |
57 |
57 |
58 @pyqtSlot() |
58 @pyqtSlot() |
59 def on_vcsUrlButton_clicked(self): |
59 def on_vcsUrlButton_clicked(self): |
60 """ |
60 """ |
61 Private slot to display a selection dialog. |
61 Private slot to display a selection dialog. |