53 |
53 |
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( |
59 Preferences.getMultiProject("Workspace") or \ |
59 Utilities.toNativeSeparators( |
|
60 Preferences.getMultiProject("Workspace") or |
60 Utilities.getHomeDir())) |
61 Utilities.getHomeDir())) |
61 |
62 |
62 @pyqtSlot() |
63 @pyqtSlot() |
63 def on_vcsUrlButton_clicked(self): |
64 def on_vcsUrlButton_clicked(self): |
64 """ |
65 """ |