mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 07:04:34 -04:00
Complete the export process
This commit is contained in:
parent
318d2d4eed
commit
c26edb1302
6 changed files with 188 additions and 63 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue