eric7/Graphics/UMLGraphicsView.py

branch
eric7
changeset 8322
b422b4e77d19
parent 8318
962bce857696
child 8348
f4775ae8f441
equal deleted inserted replaced
8319:ea11a3948f40 8322:b422b4e77d19
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:

eric ide

mercurial