mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 10:27:09 +00:00
GUI: data dialog: convert Line Feeds if escaping on input, escape on output
and set Escaped flag; fix tooltip that they're converted to spaces; sequence dialog: re-organize to put Create Sequence stuff only in groupbox and put Import -> From File and Clear at bottom, similar to data dialog; mainwindow: use new Escaped flag from data dialog and set checkbox and statusbar message accordingly
This commit is contained in:
@@ -28,10 +28,11 @@ class DataWindow : public QDialog, private Ui::DataDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
DataWindow(const QString &input);
|
||||
DataWindow(const QString &input, bool isEscaped);
|
||||
~DataWindow();
|
||||
|
||||
bool Valid;
|
||||
bool Escaped;
|
||||
QString DataOutput;
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user