312 dlg = DeleteFilesConfirmationDialog( |
312 dlg = DeleteFilesConfirmationDialog( |
313 self.parent(), |
313 self.parent(), |
314 QCoreApplication.translate("ProjectBaseBrowser", "Delete directories"), |
314 QCoreApplication.translate("ProjectBaseBrowser", "Delete directories"), |
315 QCoreApplication.translate( |
315 QCoreApplication.translate( |
316 "ProjectBaseBrowser", |
316 "ProjectBaseBrowser", |
317 "Do you really want to delete these directories from" " the project?", |
317 "Do you really want to delete these directories from the project?", |
318 ), |
318 ), |
319 dirs, |
319 dirs, |
320 ) |
320 ) |
321 |
321 |
322 if dlg.exec() == QDialog.DialogCode.Accepted: |
322 if dlg.exec() == QDialog.DialogCode.Accepted: |