363 self.tr("Save Diagram"), |
363 self.tr("Save Diagram"), |
364 "", |
364 "", |
365 self.tr("Portable Network Graphics (*.png);;" |
365 self.tr("Portable Network Graphics (*.png);;" |
366 "Scalable Vector Graphics (*.svg)"), |
366 "Scalable Vector Graphics (*.svg)"), |
367 "", |
367 "", |
368 E5FileDialog.Options(E5FileDialog.DontConfirmOverwrite)) |
368 E5FileDialog.DontConfirmOverwrite) |
369 if fname: |
369 if fname: |
370 ext = QFileInfo(fname).suffix() |
370 ext = QFileInfo(fname).suffix() |
371 if not ext: |
371 if not ext: |
372 ex = selectedFilter.split("(*")[1].split(")")[0] |
372 ex = selectedFilter.split("(*")[1].split(")")[0] |
373 if ex: |
373 if ex: |