1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-19 02:47:06 +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

@@ -21,6 +21,7 @@
#define SEQUENCEWINDOW_H
#include "ui_extSequence.h"
#include "barcodeitem.h"
class SequenceWindow : public QDialog, private Ui::SequenceDialog
{
@@ -29,7 +30,8 @@ class SequenceWindow : public QDialog, private Ui::SequenceDialog
public:
SequenceWindow();
~SequenceWindow();
BarcodeItem *barcode;
private:
QString apply_format(QString raw_number);