Implement continuous tape labels and path-based label shapes.
- Added "roll" as a special paper id - Added roll_width attribute to draw tape in previews - Updated Brother QL-500/* label templates - Preserve print dialog settings between print jobs. - Added path based labels for arbitrary shaped labels. - Fleshed out implementation of continuous labels.
This commit is contained in:
+4
-1
@@ -28,6 +28,7 @@
|
||||
#include "model/PageRenderer.h"
|
||||
|
||||
#include <QPrinter>
|
||||
#include <QPrintDialog>
|
||||
|
||||
|
||||
namespace glabels
|
||||
@@ -73,7 +74,9 @@ namespace glabels
|
||||
QPrinter* mPrinter;
|
||||
model::PageRenderer mRenderer;
|
||||
|
||||
bool mBlocked;
|
||||
QPrintDialog* mPrintDialog;
|
||||
|
||||
bool mBlocked;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user