389 dstProjectDirectory, ok = E5PathPickerDialog.getPath( |
389 dstProjectDirectory, ok = E5PathPickerDialog.getPath( |
390 self.parent(), |
390 self.parent(), |
391 self.tr("Copy Project"), |
391 self.tr("Copy Project"), |
392 self.tr("Enter directory for the new project (must not exist" |
392 self.tr("Enter directory for the new project (must not exist" |
393 " already):"), |
393 " already):"), |
394 mode=E5PathPickerModes.DirectoryMode, |
394 mode=E5PathPickerModes.DIRECTORY_MODE, |
395 path=srcProjectDirectory, |
395 path=srcProjectDirectory, |
396 defaultDirectory=startdir, |
396 defaultDirectory=startdir, |
397 ) |
397 ) |
398 if ( |
398 if ( |
399 ok and |
399 ok and |