mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 16:44: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
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue