mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 07:34:35 -04:00
Add GIF, PCX and BMP output formats to Studio
This commit is contained in:
parent
532247e97a
commit
fc657d5fe8
3 changed files with 24 additions and 3 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue