Add GIF, PCX and BMP output formats to Studio

This commit is contained in:
Robin Stuart 2016-08-14 10:52:15 +01:00
parent 532247e97a
commit fc657d5fe8
3 changed files with 24 additions and 3 deletions

View file

@ -155,7 +155,7 @@ bool MainWindow::save()
#else
QString fileName = QFileDialog::getSaveFileName(this,
tr("Save Barcode Image"), ".",
tr("Portable Network Graphic (*.png);;Encapsulated Post Script (*.eps);;Scalable Vector Graphic (*.svg)"));
tr("Portable Network Graphic (*.png);;Encapsulated Post Script (*.eps);;Graphics Interchange Format (*.gif);;Scalable Vector Graphic (*.svg);;Windows Bitmap (*.bmp);;ZSoft PC Painter Image (*.pcx)"));
#endif
if (fileName.isEmpty())