1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 10:27:09 +00:00

Complete the export process

This commit is contained in:
hooper114
2009-09-20 15:40:46 +00:00
parent 318d2d4eed
commit c26edb1302
6 changed files with 188 additions and 63 deletions

View File

@@ -156,7 +156,6 @@ bool MainWindow::save()
{
bool status;
/* Does nothing yet! */
QString fileName = QFileDialog::getSaveFileName(this,
tr("Save Barcode Image"), ".",
tr("Barcode Images (*.png *.eps *.svg)"));
@@ -198,6 +197,7 @@ int MainWindow::open_data_dialog()
int MainWindow::open_sequence_dialog()
{
SequenceWindow dlg;
dlg.barcode = &m_bc;
return dlg.exec();
}