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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user