141 overwrite) and the filename (in case of 'rename' or 'overwrite') |
141 overwrite) and the filename (in case of 'rename' or 'overwrite') |
142 @rtype tuple of (str, str) |
142 @rtype tuple of (str, str) |
143 """ |
143 """ |
144 dlg = E5FileSaveConfirmDialog(filename, title, message=message, |
144 dlg = E5FileSaveConfirmDialog(filename, title, message=message, |
145 picker=picker, parent=parent) |
145 picker=picker, parent=parent) |
146 dlg.exec_() |
146 dlg.exec() |
147 return dlg.selectedAction() |
147 return dlg.selectedAction() |