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