4984 self.tr("Export Keyboard Shortcuts"), |
4984 self.tr("Export Keyboard Shortcuts"), |
4985 "", |
4985 "", |
4986 self.tr("Keyboard Shortcuts File (*.ekj);;" |
4986 self.tr("Keyboard Shortcuts File (*.ekj);;" |
4987 "XML Keyboard Shortcuts File (*.e4k)"), |
4987 "XML Keyboard Shortcuts File (*.e4k)"), |
4988 "", |
4988 "", |
4989 E5FileDialog.Options(E5FileDialog.DontConfirmOverwrite)) |
4989 E5FileDialog.DontConfirmOverwrite) |
4990 |
4990 |
4991 if not fn: |
4991 if not fn: |
4992 return |
4992 return |
4993 |
4993 |
4994 ext = QFileInfo(fn).suffix() |
4994 ext = QFileInfo(fn).suffix() |