src/eric7/QScintilla/MarkupProviders/ImageMarkupDialog.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
66 "pgm": self.tr("Portable Graymap File (*.pgm)"), 66 "pgm": self.tr("Portable Graymap File (*.pgm)"),
67 "png": self.tr("Portable Network Graphics File (*.png)"), 67 "png": self.tr("Portable Network Graphics File (*.png)"),
68 "ppm": self.tr("Portable Pixmap File (*.ppm)"), 68 "ppm": self.tr("Portable Pixmap File (*.ppm)"),
69 "sgi": self.tr("Silicon Graphics Image File (*.sgi)"), 69 "sgi": self.tr("Silicon Graphics Image File (*.sgi)"),
70 "svg": self.tr("Scalable Vector Graphics File (*.svg)"), 70 "svg": self.tr("Scalable Vector Graphics File (*.svg)"),
71 "svgz": self.tr("Compressed Scalable Vector Graphics File" " (*.svgz)"), 71 "svgz": self.tr("Compressed Scalable Vector Graphics File (*.svgz)"),
72 "tga": self.tr("Targa Graphic File (*.tga)"), 72 "tga": self.tr("Targa Graphic File (*.tga)"),
73 "tif": self.tr("TIFF File (*.tif)"), 73 "tif": self.tr("TIFF File (*.tif)"),
74 "tiff": self.tr("TIFF File (*.tiff)"), 74 "tiff": self.tr("TIFF File (*.tiff)"),
75 "wbmp": self.tr("WAP Bitmap File (*.wbmp)"), 75 "wbmp": self.tr("WAP Bitmap File (*.wbmp)"),
76 "webp": self.tr("WebP Image File (*.webp)"), 76 "webp": self.tr("WebP Image File (*.webp)"),

eric ide

mercurial