mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-23 21:07:05 +00:00
Expand GUI for sequencing and input from file
This commit is contained in:
19
frontend_qt4/sequencewindow.h
Normal file
19
frontend_qt4/sequencewindow.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef SEQUENCEWINDOW_H
|
||||
#define SEQUENCEWINDOW_H
|
||||
|
||||
#include "ui_extSequence.h"
|
||||
|
||||
class SequenceWindow : public QDialog, private Ui::SequenceDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SequenceWindow();
|
||||
~SequenceWindow();
|
||||
|
||||
private slots:
|
||||
void quit_now();
|
||||
void reset_preview();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user